body {
	font-family:Tahoma;
	font-size:11px;
	color:#494949;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	background-image:url(images/bg.jpg);
}

#blulink{
		font-family:Tahoma;
		font-size:11px;
		color:#009999;
		text-decoration:underline;
}
#blulink:hover{
		font-family:Tahoma;
		font-size:11px;
		color:#009999;
		text-decoration:none;
}

#oranglink{
		font-family:Tahoma;
		font-size:11px;
		color:#ff6600;
		text-decoration:underline;
}
#oranglink:hover{
		font-family:Tahoma;
		font-size:11px;
		color:#ff6600;
		text-decoration:none;
}
#grlink{
		font-family:Tahoma;
		font-size:11px;
		color:#007E9B;
		text-decoration:underline;
}
#grlink:hover{
		font-family:Tahoma;
		font-size:11px;
		color:#007E9B;
		text-decoration:none;
}
