* {
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
}

a:link {
	font-family: Arial;
	font-size: 10px;
	color: #F98F3A;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #808080;
	text-decoration: none
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #F98F3A;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 10px;
	color: #F98F3A;
	text-decoration: none;
}
#promotion {
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}
#promotion a {
	font-family: Verdana;
	color: #666666;
}
#promotion a:hover {
	font-family: Verdana;
	color: OrangeRed;
	text-decoration: underline;
}
#nav a {
	font-family: Arial;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 9pt;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#list th {
	background-color: #2F58B2;
	line-height: 25px;
	color: white;
}
#list td {
	line-height: 20px;
	padding-left: 2px;
}
#list a {
	font-family: Verdana;
	font-size: 10px;
	color: Black;
}
#list a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: OrangeRed;
	text-decoration: underline;
}