@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Century Gothic, Calibri, Verdana, Arial, Geneva, Sans-serif;
	color: #999;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
.success_message {
	color: #0C0;
	text-align: center;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #666;
}

.Header_Bar {
	background-color: #000;
	background-image: url(images/page.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.Main_Page {
	text-align: center;
	vertical-align: top;
}
.Rectangle_Shadow {
	background-image: url(images/rectangle_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 9px;
}
.Center_Gradient {
	background-image: url(/images/page_bar.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	height: 150px;
}

.Logo_Cell {
	text-align: left;
	vertical-align: middle;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.My_Online_Home {
	background-image: url(/images/my_online_home.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 350px;
}

.Header_Links {
	text-align: left;
	color:#FFF;
}

.Header_Links a:visited {
	text-align: left;
	color:#FFF;
}

.Header_Links a:active {
	text-align: left;
	color:#FFF;
}

.Header_Links a:link {
	text-align: left;
	color:#FFF;
}

.Header_Links a:hover {
	text-align: left;
	color:#FFF;
	text-decoration:underline;
}

.fieldHolder
{
	width: 202px;
	height: 23px;
	background: url(images/search_box.png) no-repeat;
}

.searchBar
{
	width: 169px;
	height: 22px;
	background: none;
	border: none;
	border-style: none;
	margin-top: 1px;
	margin-left: 24px;
}

.Mail_Form_Box
{
	width: 232px;
	height: 23px;
	background: url(images/generic_textbox.png) no-repeat;
}

.Mail_Form_Area
{
	width: 232px;
	height: 91px;
	background: url(images/generic_textarea.png) no-repeat;
}

.textBox
{
	width: 215px;
	height: 22px;
	background: none;
	border: none;
	border-style: none;
	margin-top: 1px;
	margin-left: 8px;
}

.textArea
{
	width: 215px;
	height: 85px;
	background: none;
	border: none;
	border-style: none;
	margin-top: 3px;
	margin-left: 8px;
}
.Center_Message {
	text-align: left;
	vertical-align: top;
}
.error_message {
	color: #C00;
	text-align: center;
	font-weight: bold;
}
