:link { color: #502b11 ;}  /* for unvisited links */
:visited { color: #502b11; } /* for visited links */
:active { color: #502b11; } /* when link is clicked */
:hover { color: #292c37; } /* when mouse is over link */
a.body { color: #502b11; } /*link color for body */

BODY {
	margin: 0px; 
	/*font-family: verdana, arial;*/
	font-family: arial-black, arial;
	font-size: 12pt;
	background-color: #767b94;
	/*background-image: url('/art/body_bg.gif');*/
	scrollbar-face-color: #c9cce0;
	scrollbar-track-color: #989bb2;
	scrollbar-darkshadow-color: #525772;
	scrollbar-arrow-color: #525772;
	scrollbar-3dlight-color: #525772;
	scrollbar-base-color: #525772;
	background-image: url('/art/top_border2.gif');
	background-repeat: repeat-x;
}

HR
{
	height: 1px;
	color: black;
}

TD {
	font-family: arial-black, arial;
	font-family: arial-black, arial;
	font-size: 12pt;
}

.required {
	color: red;
}


.error_message {
	color: red;
	font-size: 18px;
}

.small_link {
	font-size: 10px;
}

.header {
	background-color: #3e4360;
	height: 12px;
	background-image: url('/art/top_border.gif');
	background-repeat: no-repeat;
}
.header2 
{
	background-color: #767b94;
	height: 12px;
	background-image: url('/art/top_border2.gif');
	background-repeat: repeat-x;

}

.title_text {
	font-size: 12px;
	color: #E8E6FF;
	font-weight: bold;
}

H1 {
	font-size: 24px;
	font-weight: bold;
	color: #3A3261; /*#38345F;*/
}

H2 {
	font-size: 16pt;
	font-weight: bold;
	color: #504636; /*#38345F;*/
}

H3
{
	font-size: 12pt;
	font-weight: normal;
	color: #504636;
}

.tableheader 
{
	background-color: #C8E9FD;
	font-weight:bolder;
}

.tableheader2 
{
	background-color: #585d78;
	font-weight:bolder;
}

.sidebar {
	background-color: #767b94;
	width: 10px;
	background-image: url('/art/left_border.gif');
	background-repeat: repeat-y;
}

.right_sidebar {
	width: 10px;
	/*background-image: url('/art/right_border.gif');
	background-repeat: repeat-y;*/
	background-color: #767b94;
}

.bottom_border {
	height: 8px;
	background-image: url('/art/bottom_border.gif');
}

.content {
	background-color: #585d78;
	padding: 0px;
}

.footer {
	background-color: #585d78;
	height: 100%;
	background-image: url('/art/menu_bottom5.gif');
	padding-top: 4px;
	background-repeat: repeat;
	font-size: 16px;
	padding: 0px;	
	vertical-align: top;
	font-weight: bold;	
}

.footer_item, .footer_item A, .footer_item A:active, .footer_item A:visited, .footer_item A:link, .footer_item A:hover
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-left: 2x;
	padding-right: 2px;
}

.menu_bar 
{
	width: 1px;
	height: 20px;
	margin-left: 6px;
	margin-right: 6px;
}

.scroller {
	overflow: auto;
}

.alt_row_color {
	background-color: #C8E9FD;
}

.page_content
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
	font-size: 12pt;
	background-image: url(/art/body_bg.gif);
	padding-bottom: 7px;
	margin: 0px;
	width: 100%;
	padding-top: 7px;
	background-repeat: repeat-y;
	height: 100%;
	background-color: #767b94;
}
.page_content2
{
	background-color: #767b94;
}

.copyright {
	font-size: 10px;
}
/*
#C8E9FD
#b1c9d8
*/
.glow:hover 
{
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#C8E9FD,Strength=2);
	height: 10px;*/
}
.glow, .glow:link, .glow:active, .glow:visited
{
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#afafd0,Strength=2);
	height: 10px;*/
}

INPUT,TEXTAREA,SELECT
{
	background-color: #abadbe;
	border-color: #8d8fa1;
}

.refer, .refer:link, .refer:active, .refer:visited
{
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#502b11,Strength=1);
	height: 10px;*/
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #3e4360;
}
.refer:hover
{
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#C8E9FD,Strength=2);
	height: 10px;*/
}

.details_table {
font-size: 10pt;
}

.details_data {
font-size: 10pt;
}

.details_header {
font-size: 10pt;
}

.details_spacer {
 height: 5px;
}