/* CSS Document */

body  {
	scrollbar-face-color:#F8CED0;
scrollbar-arrow-color:#F8CED0;
scrollbar-track-color:#F8CED0;
scrollbar-shadow-color:#F8CED0;
scrollbar-highlight-color:#F8CED0;
scrollbar-3dlight-color:#F8CED0;
scrollbar-darkshadow-Color:#F8CED0;
}
body {
	background-color: #F8CED0;
}
body,td,th {
	font-family: Century Gothic;
	font-size: 11px;
	color: #990000;
	font-weight:normal;
	 
}
a {
	font-family: Century Gothic;
	font-size: 11px;
	color: #990000;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;

}
