/* ---- CUSTOM */

.headerbr {
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #828282;
}

td.backleft {
	background-image: url(../images/back_page_left.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

td.backright {
	background-image: url(../images/back_page_right.jpg);
	background-repeat: repeat-y;
}

td.contentrhs {
	background-image: url(../images/back_logo_tit_line.gif);
	background-repeat: repeat-y;
}

td.pagetitles {
	background-image: url(../images/back_hero_txt.gif);
	background-repeat: no-repeat;
	background-position: 634px;
	background-color: #F4F4F4;
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #828282;
	height: 51px;
}

td.content {
	padding: 15px;
}

td.tblheader {
	background-color: #B6CCE1;
	font-weight: bold;
	padding: 5px;
}

table.tblbody {
	background-color: #E2EBF3;
	padding: 5px;
}

/*---- */



/* ---- FORMS */

input.text {
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #7CA3C9;
}

/*---- */



/* ---- GLOBAL */

body, td, p, ul, li  {
	font-family: Verdana;
	font-size: 10px;
	color: #5D5D5D;
}

body {
	margin: 0px;
	background-color: #BBBBBB;
}

td.contentholder {
	border-width: 0px;
	border-color: #828282;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 760px;
	background-color: #FFFFFF;
}

/* ---- */



/* ---- LINKS */

a:link, a:active, a:visited { 
	color: #006BB6;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

/* ---- */



/* ---- CONSTANT - DO NOT REMOVE */

img {
	behavior: url(../_css/components/img_rollover.htc);
}

/* ---- */

