BODY {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	scrollbar-face-color: #AAAAAA;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #D7D7D7;
	scrollbar-arrow-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
TD {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
}

img {
	border-width: 0px;
}

/* links */

a:link {
	color: #87061E;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #87061E;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: bold;
}

a:active {
	color: #87061E;
	text-decoration:none;
	font-weight: bold;
}

.flow {
	overflow: hidden
}

.submitLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #444484;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.homelink {
	display:block;
	width: 300px;
	height: 180px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.boxstyle {
	border-right-style: solid;
	border-right-color: #87061E;
	border-right-width: 1px
}

