/* CSS Document */

img {
border: none;
}

BODY
{
scrollbar-face-color: #990000;
scrollbar-highlight-color: #FF9900;
scrollbar-3dlight-color: #FF9900;
scrollbar-darkshadow-color: #FF9900;
scrollbar-shadow-color: #FF9900;
scrollbar-arrow-color: #ffff00;
scrollbar-track-color: #ffffcc;
}

.text1 {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.text2 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.Box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #9A0000;
	border: medium outset #990000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #940000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D0000;
	text-decoration: none;
}
.div {
	text-align: center;
	border: 20px ridge #FFCC99;
}

