html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
body{ 
	font-family: Bookman Old Style;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	padding: 0px; /* required for Opera to have 0 margin */
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-family: Bookman Old Style;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Bookman Old Style;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Bookman Old Style;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: Bookman Old Style;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.SubTitle {
	font-family: Bookman Old Style;
	font-size: 15px;
	font-weight: bold;
}
.Advisory {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D13D3D;
}
.Admin {
	font-family: Bookman Old Style;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
.Quotes {
	font-family: Bookman Old Style;
	font-size: 12px;
	font-weight: normal;
	color: #171A95;
}
.LogIn {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.Message {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#FF0011;
	background-color:#000000;
}
.text_box {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color:#FFFFFF;
}
.form_buttons {
	font-family: Verdana;
	font-size: 11px;
}
.Footer {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
