body, html {
	margin: 0px;
	padding: 0px;
}

.footer {
	background-color: #CD0000;
	color: white;
	padding: 5px;
	padding-left: 10px;
	font-size: 9px;
}

.footer span {
	color: white;
	font-size: 9px;
}

.footer .div {
	color: black;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;	
	color: white;
}

.footer a:hover {
	text-decoration: underline;
	color: white;
}

.page_cont {
	padding: 12px;
	background-image: url(../images_site/i_p-top_bg.gif);
	background-repeat: repeat-x;
}

.nav_cont {
	background-image: url(../images_site/i_p-nav_back_tile.gif);
	background-repeat: repeat-y;
}

.nav_inner_cont {
	background-image: url(../images_site/i_p-nav_back.gif);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 6px;
}

.nav_item {
	background-image: url(../images_site/i_p-navitem_back.gif);
	background-repeat: no-repeat;
	margin-left: 11px;
	width: 194px;
	height: 19px;
	margin-bottom: 2px;
	padding: 4px;
	padding-left: 7px;
}

.nav_item a:link, .nav_item a:visited, .nav_item a:active { 
	font-size: 11px;
	color: #FFBAB9;
	text-decoration: none;
}

.nav_item a:hover { 
	color: white;
	text-decoration: none;
}

.nav_item .selected { 
	font-weight: bold;
}

.bg-norepeat {
	background-repeat: no-repeat;
}

.search_txt {
	border: 0px none;
	background-color: #95D16B;
	font-size: 11px;
	color: #2B5D09;
	margin-left: 61px;
	width: 99px;
	height: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

p, div, span, font, ul, ol, body, td, input {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C8B05;
	line-height: 14px;
}

a:link, a:visited, a:active { 
	color: #D01A14;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}


h1 {
	color: #D01A14;
	font-size: 25px;
	margin-top: 10px;
	line-height: 25px;
}

h2 {
	color: #3BAC00;
	font-size: 22px;
	line-height: 23px;
}

h3 {
	color: #D01A14;
	font-size: 19px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4 {
	color: #3BAC00;
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 5px;
}

hr {
	border: 1px solid #DDDDDD;
	height: 1px;
}

.tblcell {
	background-color: #F6F6F6;
}

.tblcellalt {
	background-color: #EDEDED;
}

.saveButton {
	background-color: #DD1311;
	color: white;
	border: 0px;
}