/* **********************************
HTML Styles
*********************************** */
body {
	background: #BBBEBF; /* color image repeat attachment position */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #606060;
	margin: 1px 0px 2px 0px; /* top right bottom left */
	padding: 0px 0px 15px 0px; /* top right bottom left */
}

table {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #606060;
	line-height : 12pt;
}

th {
	
}

p {
	margin: 5px 0px 10px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

ul	{	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 1pt;
	margin-bottom: 5pt;
}
ol	{	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 8pt;
	margin-bottom: 8pt;
}
	
li	{	margin-top: 1pt;
	margin-left: -10pt
	}

hr {
	width: 100%;
	height: 2px;
	border: none 0; 
	border-top: 2px dotted #828282;
	margin: 5px 0px 5px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

/* **********************************
Header Styles
*********************************** */	

h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #004EA1;
	margin: 12px 0px 10px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #FB8443;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

h3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	color: #606060;
	margin: 3px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

h4 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 3px 0px; /* top right bottom left */
}

h5 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	color: red;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

h6 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-variant: normal;
	font-weight: bold;
	font-style: italic;
	color: red;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

/* **********************************
Link Styles
*********************************** */

a:link {
	color: #004EA1;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #004EA1;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover {
	color: #89A5CD;
	text-decoration: underline;
}

a:active {
	color: #89A5CD;	
	text-decoration: underline;
}

img {
	border: 0px none Black; /* width style color */
}

/* **********************************
Custom Styles
*********************************** */


.main {
	background: #ffffff; /* color image repeat attachment position */
	margin: 10px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	border: 0px none #000000; /* width style color */
}

.contenttable {
	background: #ffffff; /* color image repeat attachment position */
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 10px 10px 10px 10px; /* top right bottom left */
	border: 0px none Lime; /* width style color */
}

.subnav {
	background: #004EA1; /* color image repeat attachment position */
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	border: 0px none Lime; /* width style color */
}

.grey {
	background: #606060; /* color image repeat attachment position */
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.ltgrey {
	background: #D7DADA; /* color image repeat attachment position */
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.vline {
	background: url(/demo/images/bg_right_img.gif) repeat-y; /* color image repeat attachment position */ 
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.hdrimg {
	background: url(/demo/images/bg_hdr_img.gif) repeat-x; /* color image repeat attachment position */ 
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.hline {
	background: url(/demo/images/hr_line.gif) repeat-x; /* color image repeat attachment position */ 
	margin: 0px 0px 20px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.padding {
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 15px 10px 0px; /* top right bottom left */
}

.leftimage {
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 2px 5px 2px 0px; /* top right bottom left */
}

.blue {
	background: #0B57A5;
}

.blue2 {
	font-size: 9pt;
	font-weight: bold;
	color: #51B7D0;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.credits {
	margin: 0px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 10px 0px 10px; /* top right bottom left */
	border: 0px none Lime; /* width style color */
	color: #89A5CD;
	font-size: 7.5pt;
}

a.cr:link {
	color: #89A5CD;
	text-decoration: underline;
	font-size: 7.5pt;
	font-weight: normal;
}

a.cr:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 7.5pt;
	font-weight: normal;
}

a.cr:hover {
	color: #FB8443;
	text-decoration: underline;
	font-size: 7.5pt;
	font-weight: normal;
}

a.cr:active {
	color: #FB8443;
	text-decoration: underline;
	font-size: 7.5pt;
	font-weight: normal;
}
