<style type="text/css"> {}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}		
a:hover {
	color: #fbe201;
	text-decoration: none;
}		

a:link.link {
	color: #c62a02;
	text-decoration: none;
}
a:visited.link {
	color: #c62a02;
	text-decoration: none;
}		
a:hover.link {
	color: #c62a02;
	text-decoration: underline;
}		

body {
	background-color: #999999;
	margin: 0px;
	font-family: "Arial";
	font-size: 10px;
}

.MainBody {
	background-color: #FFFFFF;
}

.SearchBar {
	background-color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.SearchInput {
	width: 150px;
	height: 16px;
	font-size: 10px;
}

.Menu {
	background-color: #000000;
	font-size: 10px;
}

.content {
	font-family: "Arial";
	font-size: 12px;
}

.QuestionInput {
	width: 390px;
	border: 1px;
	border-style: solid;
	border-color: #bbbbbb;
}

.altrow {
	background-color: #d6d6d6;
	font-size: 10px;	
	color: #c62a02;
	height: 15px;
}

.row {
	font-size: 10px;
	color: #c62a02;
	height: 15px;
}

.stocknotes {
	font-size: 10px;	
	color: #0000BB;
	height: 15px;
}

.headrow {
	background-color: #747474;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
}

.maincat {
	background-color: #868686;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.cat {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}


</style>


