/* **********************************
HTML Styles
*********************************** */
body {
	background: #0054A6; /* color image repeat attachment position */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: solid 1 #A5A8AB; 
	color: #595959;
	margin: 12px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

table {
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height : 12pt;
}

td {
	
}

p {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 5px 0px 5px 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;
}
	
li	{	margin-top: 1pt;
	margin-left: -10pt
	}

hr {
	width: 100%;
	height: 2px;
	border: none 0; 
	border-top: 2px solid #FFC20C;
	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: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #0054A6;
	margin: 10px 0px 0px 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: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #4CA6C6;
	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: 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 */
}

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: #0054A6;
	font-weight: bold;
}

a:visited {
	color: #0054A6;
	font-weight: bold;	
}

a:hover {
	color: #FFC20C;	
}

a:active {
	color: #FFC20C;	
}

img {
	border: 0px none Black; /* width style color */
}

/* **********************************
Custom Styles
*********************************** */


.main {
	background: #88C3D9; /* color image repeat attachment position */
	margin: 20px 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: 9px solid #b8DCE8; /* width style color */
}

.border {
	margin: 0px 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: 2px solid #A5A8AB; /* width style color */
}
.padding {
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 10px 5px 10px; /* top right bottom left */
}
.vline {
	background: url(/images/v_line.gif) repeat-y; /* color image repeat attachment position */ 
	margin: 15px 0px 15px 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 */
}

.credits {
	margin: 0px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 7px 10px 0px 10px; /* top right bottom left */
	border: 0px none Lime; /* width style color */
	color: #ffffff;
	font-size: 7pt;
}

a.creditnav:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}

a.creditnav:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}

a.creditnav:hover {
	color: #595959;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}

a.creditnav:active {
	color: #595959;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}

.team {
	padding: 0px 25px 5px 0px;
}
