body, td {
	color: #333333;
	font: 10pt MS Sans Serif;
}

input.name {
	font: 10pt MS Sans Serif;
	border: 1pt;
	border-style: solid;
	border-color: #AAAAAA;
	width: 230pt;
	padding: 1;	
}

textarea.text {
	font: 10pt MS Sans Serif;
	border: 1pt;
	border-style: solid;
	border-color: #AAAAAA;
	width: 230pt;
	padding: 1;	
}

font.head {
	font: bold 12pt MS Sans Serif;
	color: #0054A6;
}


font.star {
	font: 8pt MS Sans Serif;	
	color: #999999;
}


A.link:hover, A.link:link, A.link:visited, A.link:active {
	font: bold 9pt MS Sans Serif;
	color: #0054A6;
	text-decoration:none;
}

A.link:hover {
	text-decoration:underline;
}

div.white {
	font: 8pt MS Sans Serif;
	color: #DDDDDD;
	padding: 5 20 0 0;
}

A.white:hover, A.white:link, A.white:visited, A.white:active {
	font: 8pt MS Sans Serif;
	color: #DDDDDD;
	text-decoration:none;
}

A.white:hover {
	text-decoration:underline;
}

A:hover, A:link, A:visited, A:active {
	color: #0054A6;
	font: 10pt MS Sans Serif;	
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

