/*fonts*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	size:12
	color: #666666;

}

body{
	color: #666666;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
label{
 font-family: Arial,sans-serif;
 font-size: 75%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*lists*/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*links*/
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
