/* Default CSS Stylesheet for a new Web Application project */
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;}
h1{
	font-size:24px;
	color:#c00;	}
h2{
	font-size: 20px;}
h3{
	font-size: 18px;}
.redbold{
	font-weight:bold;
	color:#c00;}
.smalltext{
	font-size:10px;}
.guarantee{
	font-size:14px;
	font-weight:bold;
	color:darkred;}
.title1{
	font-size:18px;}
.title2{
	font-weight:bold;
	font-style: italic;}
.linethrough{
	text-decoration:line-through;}	
.largered{
	font-weight:bold;
	color:#c00;
	font-size:16px;	}
.purchase{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;}
.center{
	text-align:center;}
	

.P1 
{
	font-size:20px;
	font-weight:bold;	
	}

.P2
{
	font-size:14px;
	font-weight:bold;
}

.P2red
{
	font-size:14px;
	font-weight:bold;
	color:darkred;		
}

.P3
{
	font-size:10pt;
	font-weight:bold; 
}

.P3red
{
	font-size:10pt;
	font-weight:bold; 
	color:darkred;
}

.P4
{
	font-size:10pt;
	font-weight:bold;
}


.P4red
{
	font-size:10pt;
	font-weight:bold;
	color:darkred;
}

.P5
{
	font-size:9pt;
	font-weight:normal;	
}
	
.P5i
{
	font-size:9pt;
        font-style: italic;
	font-weight:normal;	
}


A:link	{	
	text-decoration:	underline;
	color:	darkred;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	darkred;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	darkred;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	darkred;
	}	
	
.OrangeLink { FONT-WEIGHT: bold; COLOR: #f26522; TEXT-DECORATION: none }


