
/* --------------------------------------------------------------------------------------------------------------------------------- Overall Style */
body {
	background-image: url("/images/bg_strip.gif");
	background-repeat: repeat-x;
}

hr {color: #333333; height: 1px;}

a  
{
	color: #000000; 
	text-decoration: normal;
}
a:link 
{
	color: #000000; 
	text-decoration: normal;
}
a:visited 
{
	color: #738E72; 
	text-decoration: normal;
}
a:hover 
{
	color: #738E72; 
	text-decoration: underline;
}

td
{
	
	font-size: 12px; 
	font-family: verdana, arial, geneva, sans-serif;
}	

/* --------------------------------------------------------------------------------------------------------------------------------- Body TD */
.bodyTD
{
	color: #000000; 
	font-size: 12px; 
	font-family: verdana, arial, geneva, sans-serif;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 16px; 
	padding-bottom: 10px;
	line-height: 18px;
	text-align: justify;
	background-color: #FFFFFF;
}

.bodyTD A, .bodyTD A:link, .bodyTD A:visited {color: #5D735C; font-weight: bold; text-decoration: none;}
.bodyTD A:hover {text-decoration: underline;}

/* --------------------------------------------------------------------------------------------------------------------------------- Section headers */
.btnInput
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    text-align: center;  
    COLOR: #323232;
    FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    BACKGROUND-COLOR: #FBF9F8; 
    vertical-align: top;      
	border: 1px solid;
	border-color: #B45F19 #000000 #000000 #B45F19;	
	margin-top: 2px;
}

.btnSearch
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    text-align: center;
    vertical-align: top;    
    WIDTH: 25px;
    height: 19px;    
    COLOR: #323232;
    FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    BACKGROUND-COLOR: #FBF9F8; 
	border: 1px solid;
	border-color: #B45F19 #000000 #000000 #B45F19;	
	margin-top: 2px;
}

.headerTopTD{
	padding-left: 18px; 
	padding-right: 25px; 
	padding-top: 0px;
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
	background-position: 18px 0px;
}

.headerTD{
	padding-left: 18px; 
	padding-right: 18px;
}


/* --------------------------------------------------------------------------------------------------------------------------------- Margin TD */
.marginTD{
	padding-left: 6px; 
	padding-top: 10px; 
	padding-bottom: 0px;
	background-color: #FFFFFF;
}


.marginSearch {
	color: #000000; 
	font-size: 11px; 
	font-family: verdana, arial, geneva, sans-serif;
	line-height: 15px;
	background-image: url("/images/gray_searchBG.gif");
	background-repeat: no-repeat;
	padding-left: 5px;
}

.marginPanel {
	color: #000000; 
	font-size: 11px; 
	font-family: verdana, arial, geneva, sans-serif;
	background-image: url("/images/gray_addBG.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

.marginLinks 
{
	color: #000000; 
	font-size: 11px; 
	font-family: verdana, arial, geneva, sans-serif;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 3px;	
	text-align: left;
	height: 18px;
}
 
a.marginLinks {color: #000000; text-decoration: normal;}
a.marginLinks:link {color: #000000; text-decoration: normal;}
a.marginLinks:visited {color: #738E72; text-decoration: normal;}
a.marginLinks:hover {color: #738E72; text-decoration: underline;}

/* --------------------------------------------------------------------------------------------------------------------------------- Left Links */
a.marginLeftLinks {  
	color: #1d1d1d;
	font-weight: normal; 
}
a.marginLeftLinks:active 
{
	font-weight: normal;
	color: #1d1d1d;
	text-decoration: none;
}
a.marginLeftLinks:hover 
{
	font-weight: normal;
	color: #5D735C;
	text-decoration: underline;
}
a.marginLeftLinks:link 
{	
	font-weight: normal;
	color: #5D735C;
	text-decoration: none;
}
a.marginLeftLinks:visited 
{
	font-weight: normal;
	color: #5D735C;
	text-decoration: none;
}
a.marginLeftLinks:visited:active 
{
	font-weight: normal;	
	color: #5D735C;
	text-decoration: none;	
}
a.marginLeftLinks:visited:hover 
{
	font-weight: normal;	
	color: #5D735C;
	text-decoration: underline;	
}
/*6A8268*/


/* --------------------------------------------------------------------------------------------------------------------------------- Footer TD */
.footerTD{
	color: #FFFFFF; 
	font-size: 11px; 
	font-family: verdana, arial, geneva, sans-serif;
	padding-left: 10px; 
	padding-right: 10px;
	background-color: #999999;
}
.footerTD A, .footerTD A:link, .footerTD A:visited {color: #FFFFFF; text-decoration: none;}
.footerTD A:hover {text-decoration: underline;}
