/* ================================
    COMMON
   ================================
*/   



BODY,H1,H2,H3,H4,P,UL,OL,TD,INPUT,TEXTAREA, DIV, SPAN { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}

BODY {
	margin: 0;
	background: #FFFFFF; 
	color: #000000;
}

A 	{ color:#0000FF; text-decoration:underline; }
A:hover { color:#FF0000; text-decoration:none; }

H1 {
	background: url(../_img/bg_h1.gif) left center #FFFFFF no-repeat;
	padding-left: 10px;
	border-bottom: solid #004990 1px;
	
	vertical-align: middle;
	color: #004990;
	font-weight: bold;
	text-transform: uppercase;
}

H2 {

}

/* ================================
    CUSTOM LAYOUT
   ================================
*/  

.tdHeader {
	background: url(../_img/bg_header.gif) left top #FFFFFF repeat-x;
	text-align: right;
}


.tdMenu {
	background: url(../_img/bg_menu.gif) left top #FFFFFF repeat-x;
	padding-left: 30px;
	color: #FFFFFF;
	font-weight: bold;
}


#tblContent {
	border-top: 5px solid #FFFFFF;
	border-bottom: 30px solid #FFFFFF;
}
.tdLeftPane {
	vertical-align: top;
	width: 185px;
	height: 200px;
}

.tdContentPane {
	background: url(../_img/bg_content.gif) right bottom #F9F9F9 repeat-x;
	vertical-align: top;
	padding-left: 0px;
	width: 510px;
}

.tdContentPane p { margin-left: 10px; margin-right: 10px;}

.tdRightPane {
	vertical-align: top;
	width: 25px;
}

.tdFooter {
	background: url(../_img/line_h.gif) left top #FFFFFF repeat-x;
	height: 35px;
	text-align: center;
}
.tdCopyright {
	height: 22px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	
}

