/* CSS Document */
p, body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	color: #333333;
	padding: 0px;
	text-align: left;
	}
	
a {
color: #434343;
font-weight: bold;
}
	
a:hover, a:active {
	COLOR: #CE0209;
	font-weight: bold;
}
	
h1 {font-size: 14px;}

h2 {font-size: 10px;}

h3 {font-size: 12px;}

.title {
    font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial,  sans-serif;
 }
 
.small {
font-size: 10px; 
text-align: left;

}
.hilight {
	color: #C30209;
}
