
body {
	   background-color:#FFFFFF;	  
	 }
	 
	.class1 a:link {color:#333333; text-decoration:none;}
	.class1 a:visited {color:#333333; text-decoration:none; }
	.class1 a:active {color:#FF6600; text-decoration:none;}	
	.class1 a:hover {color:#666666; text-decoration:underline}		
	.class2 a:hover {color:#FFFF00; text-decoration:underline}
	.class3 a:link {color:#000000; text-decoration:none;}
	.class3 a:visited {color:#000000; text-decoration:none; }
	.class3 a:active {color:#000000; text-decoration:none;}	
	.class3 a:hover {color:#0099FF;}
	
	
.style1 
	{
	font-family: Arial;
	font-size: 12px;
	color:#333333;	
	}
	
.style2 
	{
	font-family: Arial;
	font-size: 18px;
	color:#000066;
	text-align:center;		
	}

.whitestyle1
	{
	font-family: Arial;
	font-size: 12px;
	color:#ffffff;	
	}
.whitestyle2
	{
	font-family: Arial;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
	}
.bluetitle
	{
	font-family: Arial;
	font-size: 16px;
	color:#187cd9;
	}

	
.yellowtitle
	{
	font-family: Arial;
	font-size: 22px;
	color:#FFFF00;
	font-weight:bold;
	}

.title 
	{
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color:#A80000;
	}
	
.redtitle
	{
	font-family: Arial;
	font-size: 22px;
	color:#CC0000;
	}
.bodysmall
	{
	font-family: Arial;
	font-size: 10px;
	color:#666666;	
	}
	
	
table.sample 
	{
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	
	}

table.sample td 
	{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;	}
.check
	{
	list-style-image:url(images/check-icon.png);
	list-style-type:square;
	}
	
