/* CSS Document */
td{
	font-family:Tahoma;
	font-size:11px;
	}


h1 {
	font-weight: normal;
	font-size: 150%;
	color: #99D00D;
	font-weight: bold;
	}

h2 {
	font-weight: normal;
	font-size: 120%;
	margin: 0, 0, 10, 0,;
	color: #FF2A00;
	font-weight: bold;
	}

a:link,a:active{
	text-decoration:none;
    font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	}
	
a:visited{
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	}
	
a:hover{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#F76521;
	}

a.maroon:link,a.maroon:active{
	text-decoration:none;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#860000;
	}
	
a.maroon:visited{
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	}
	
a.maroon:hover{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#355D00;
	v}

a.green:link,a.green:visited,a.green:active{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none; 
	color: #66CC66;
	}
	
a.green:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#000000;
	}

a.green1:link,a.green1:visited,a.green1:active{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none; 
	color:#FFA025;
	}
	
a.green1:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#B4C49F;
	}
	
a.blue:link,a.blue:visited,a.blue:active{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none; 
	color:#FFFAAD;
	}
	
a.blue:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#CFE302;
	}
