body, li, table, input, select, option, textarea {
	font-size: 			12px;
	font-family: 		Arial, Tahoma, sans-serif;
	color: 				#000000; 
}

.fault{
	font-weight:bold;
}

.body{
	margin-left:10px;
	text-align:justify;
}

.disclaimer         {
	text-decoration:none;
	font-style: italic;
	color: #202020;
	font-size:10px;
	text-align: center;
	font-weight:bold;
}

.title
{
	text-align: center;
	color:#FF0000;
	font-weight:bold;
	font-size:24px;
	margin-top: 8px;
}

.subtitle
{
	text-align: center;
	font-style: italic;
	color:#A0A0A0;
	font-weight:bold;
	font-size:14px;
}

.subtitle2
{
	text-align: center;
	font-style: italic;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}



A:link { text-decoration: underline; color: #000000;}
A:visited { text-decoration: underline; color: #303030;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#0000FF;}



a.navbig:link, a.navbig:visited, a.navbig:active{
	text-decoration:none;
	color:#000000;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
}
a.navbig:hover{
	text-decoration:none;
	color:#000000;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

a.navbigsel:link, a.navbigsel:visited, a.navbigsel:active {
	text-decoration:none;
	color:#FF0000;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
}
a.navbigsel:hover{
	text-decoration:none;
	color:#FF0000;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

a.nav:link, a.nav:visited, a.nav:active{
	text-decoration:none;
	color:#000000;
	margin-left:20px;
	font-size:14px;
}
a.nav:hover{
	text-decoration:none;
	color:#000000;
	margin-left:20px;
	font-size:14px;
	text-decoration:underline;
}

a.navsel:link, a.navsel:visited, a.navsel:active {
	text-decoration:none;
	color:#FF0000;
	margin-left:20px;
	font-size:14px;
}

a.navsel:hover{
	text-decoration:none;
	color:#FF0000;
	margin-left:20px;
	font-size:14px;
	text-decoration:underline;
}





p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			16px;
	color: 				#FF0000

}
h2 {
	font-size: 14px;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 4px;	
}

h3 {
	font-size: 12px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 2px;	
}

