/* CSS Document */
<style type="text/css">
P {font-family: arial; color:#6d6c6c; font-size:12px; line-height: 18px;}

P {
	font-family: arial;
	color:#6d6c6c;
	font-size:12px;
	line-height: 18px;
}

H1 {font-family: arial; color:#FF0000; font-size:16px; font-weight: bold; margin-bottom:-12px;}

a:link {color:#d62134; text-decoration: none}
a:visited {text-decoration: none; color: #d62134;}
a:active {text-decoration: none}
a:hover {
	text-decoration: underline;
	color: #d62134;
}

.class1 A:link {color:#d62134; text-decoration: none}
.class1 A:visited {text-decoration: none; color: #d62134;}
.class1 A:active {text-decoration:none; color: #d62134;}
.class1 A:hover {text-decoration: underline; color: #d62134;}

.texta { 
 font-size: 10px; 
 background-color: #CCCCCC; 
 border: 1px solid #666666; 
}
.textb {
	font-size: 10px;
	font-family:arial;
	color:#666666;
	line-height:12px;
}
</style>
