

BODY {
	margin: -10px 0px 0px -10px;
	padding: 0px;  
	background-color: #FF5509; 
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16px;
}

HTML BODY { 
	margin: 0px; padding: 0px;  line-height: 16px;
}

/* --- global styles ----------------------------------------------------------------------------------------*/

	p {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000;
		text-decoration: none;
		font-weight: normal;
		margin: 5px 30px 15px 0px;
		font-weight: bold;
	}
	
	tr, td {
		line-height: 12px;
		font-size: 10px;
		vertical-align: top;
	}

	strong {
		color: #0A50A1;
	}

	.nomargin {
		margin-bottom: 5px;
	}

	.imgborder {
		border: 1px solid #003366;
	}
	
	.caption {
		margin: 0px 7px 0px 0px;
		font-size: 9px;
		color: #002f66;
	}

	dl {
		margin: 10px 0px 20px 15px;
	}
	
		dt {
			font-family: arial, manaco, helvetica, sans-serif;
			font-size: 10px;
			font-weight: bolder;
			color: #002f66;
			padding: 0px;
		}
		
		dd {
			margin: 3px 0px 5px 15px;
			font-family: arial, manaco, helvetica, sans-serif;
			font-size: 10px;
		}
			

/* --- lists and etc ---------------------------------------------------------------------------------------*/

	ul, ol {
		margin: 5px 60px 14px 45px;
		padding: 0px;
		font-family: arial, manaco, helvetica, sans-serif;
		list-style-type: dot;
		font-size: 12px;
		line-height: 16px;
	}

	li {
		font-family: arial, manaco, helvetica, sans-serif;
		font-weight: bold;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		color: #333;
	}
	
		li strong {
			color: #333;
		}

/* ----- h1 thru h5 -------------------------------------------------------------------------- */

	h1 {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 22px;
		font-weight: bolder;
		color: #165829;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
	
	h1 span {
		float: right;
		font-weight: 0;
	}

	h2 {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		color: #000;
		margin: 5px 5px 10px 0px;
		padding: 0px;
		text-align: left;
	}
        
	h3 {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		color: #333;
		margin: 15px 5px 0px 15px;
		padding: 0px;
	}
	
	h4 {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 14px;
		color: #3C8042;
		margin: 0px;
	}
	
	h6 {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bolder;
		color: #000;
		margin: 0px 5px 25px 0px;
		padding: 0px;
		text-align: right;
		text-transform: lowercase;
	}

	 

	.underline {
		border-bottom: 1px solid #002f66;
	}

/* ----- normal links --------------------------------------------------------------------------- */

	input {
		background-color: #fff;
		border: 1px solid #cecece;
	}

	.button {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #000;
		line-height: 14px; 	
		padding: 0px;
		border: 1px solid #5c5c5c;
		background-color: #ccc;
		margin: 2px 3px 2px 0px;
		cursor: hand;
		cursor: pointer;
		padding: 2px 15px !important;
		padding: 0px;
	}

		select, input, textarea {
			font-family: arial, manaco, helvetica, sans-serif; 
			font-size: 11px; 
			color: #000;
			vertical-align: top;
			background-color: #f9f9f9;
		}

/* ----- PAGE TABLE STYLES ---------------------------------------------------------------- */

/* ----- formTable form ---------------------------------------------------------------- */

	TABLE.formTable {
		background-color: #eee;
		border: #999 0px solid;
		border-width: 1px 1px 1px 1px;
		color: #000;
		font-size: 12px;
		margin: 0px auto 10px auto;
		width: 95%;
	}
	
	TABLE.formTable TH {
		background-color: #FF5509;
		border: #000 0px solid;
		border-width: 0px 0px 2px 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #fff;
		text-align: left;
		padding: 4px;
	}
	
		TABLE.formTable TH span {
			float: right;
			font-size: 10px;
		}

		TABLE.formTable TD {
			font-size: 11px;
			padding: 4px 6px 4px 4px;
		}

	TABLE.formTable TD.end {
		background-color: #FF5509;
		border: #999 0px solid;
		border-width: 1px 0px 0px 0px;
		color: #fff;
		font-size: 11px;
		text-align: right;
	}
	
	TABLE.formTable TD.note {
		background-color: #ccc;
		border: 0px #000 solid;
		border-width: 1px 0px 0px 0px;
		color: #000;
		font-size: 11px;
	}
	
	TABLE.formTable TR.info TH {
		background-color: #ccc;
		color: #333;
	}
	
	TD.end input, TH.end input {
		cursor: hand;
		cursor: pointer;
	}
	
/* ----- normal links --------------------------------------------------------------------------- */

	a {
		color: #0A50A1;
		font-family: arial, manaco, helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:visited {
		color: #0A50A1;
		font-family: arial, manaco, helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		color: #FF5509;
		font-family: arial, manaco, helvetica, sans-serif;
		text-decoration: underline;
		font-weight: bold;
	}
	
	.imgBorder {
		border: 1px solid #003366;
	}
	
/* ----- header ---------------------------------------------------------------- */

TABLE#fullContent {
	width: 770px;
	margin: 0px auto;
			background-image: url('/images/template/fullContent_bg.gif');
			background-repeat: repeat-y;
}

DIV#header {
	text-align: center;
	margin-bottom: 10px;
			background-image: url('/images/template/header_bg.gif');
			background-repeat: no-repeat;
}

TD#watermark {
			background-image: url('/images/template/watermark.jpg');
			background-repeat: no-repeat;
			background-position: 50% 100%;
		height: 600px;
}

TD#toolbar {
	width: 160px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, manaco, helvetica, sans-serif;
}

	TD#toolbar a, TD#toolbar a:visited {
		color: #000;
	}
	
	TD#toolbar a:hover {
		color: #FF5509;
	}
	
		TD#toolbar .subnav {
			padding-left: 10px;
			color: #333;
		}
		
	TD#toolbar a.subnav, TD#toolbar  a.subnav:visited  {
		color: #333;
	}
	
	TD#toolbar hr {
		color: #6D6C82;
		background-color: #6D6C82;
		border: 1px solid #6D6C82;
		height: 1px;
	}


TD#content_td {
	padding-right: 100px;
	padding: 0px 5px;
}


TD#bottom {
	border: 0px solid #6D7B98;
	border-width: 2px 0px;
	height: 65px;
			background-image: url('/images/template/bottom_bg');
			background-repeat: repeat-y;
	text-align: center;
	padding: 10px 20px;
	line-height: 18px;
	font-size: 11px;
}

DIV#pageTitle {
	padding-left: 184px;
}


TABLE#fullContentSmall {
	width: 420px;
	border: 0px solid #77614C;
	border-width: 0px 1px;
	background-color: #FED3C0;
	padding: 0px 5px;
}
