/*-----------------------------------
Name 	: WWW STYLESHEET
Last Mod: Nov, 2005
By		: RH									
-----------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


body, td, p, ul, li, ol, textarea {
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-size : 10pt;
	color : #000000;
}

ul ul {
	list-style : circle
}

ul ul ul {
	list-style : square
}

ol ul {
	list-style : disc
}

ol ul ul {
	list-style : circle
}

/* HEADERS */

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #003366;	
	text-transform : uppercase;

}	

h2 {
	font-size : 13pt;
	font-weight : bold;
	color : #003366;
	text-transform : uppercase;
	font-family : Arial Narrow, Verdana, Arial, Helvetica, Sans Serif;
	background-image: url(images/line_g.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

h3 {
	font-size : 12pt;
	font-weight : bold;   
	font-family : Arial Narrow, Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;

}


.boldtextheader { 
	font-size : 10pt;
	font-weight : bold;
	color : #003366;
}

/* END HEADERS */

.caption {
	font-size : 8pt;
	color : #FFFFFF;
}		

.bodyfont { 
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-size : 10pt;
	color : #000000;
}

.title { 
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-size : 13pt;
	font-weight : bold;
	text-transform : uppercase;
	color : #003366;
}

.related-links { 
	color : #FFFFFF
}

.inputfield { 
	font-size : 10pt;
	font-weight : bold;
	text-align : right;
}

input  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
}

select  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
}

th  {
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-size : 10pt;
	font-weight : bold;
	background-color : #336699;
	color : #FFFFFF;
}

A:link  {
	color : #336699;
	font-weight : bold;
	text-decoration : underline;
}

A:visited  {
	color : #336699;
	font-weight : bold;
	text-decoration : underline;
}

A:active  {
	color : #CC0000;
	font-weight : bold;
	text-decoration : underline;
}

A:hover  {
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

A.nav:link  {
	font-size : 9pt;
	color : #336699;
	text-decoration : underline;
}

A.nav:visited  {
	font-size : 9pt;
	color : #336699;
	text-decoration : underline;
}

A.nav:active  {
	font-size : 9pt;
	color : #CC0000;
	text-decoration : underline;
}

A.nav:hover  {
	font-size : 9pt;
	color : #000000;
	text-decoration : underline;
}

A.splash:link  {
	font-size : 8pt;
	font-weight : bold;
	color : #336699;
	text-decoration : underline;
}

A.splash:visited  {
	font-size : 8pt;
	font-weight : bold;
	color : #336699;
	text-decoration : underline;
}

A.splash:active  {
	font-size : 8pt;
	font-weight : bold;
	color : #CC0000;
}

A.splash:hover  {
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
}

.smalltext  {
	font-size : 8pt;
}

.status  {
	color : #FF0000;
	font-weight : bold;
	text-align : center;
}

.splash  {
	font-size : 8pt;
}

.navbar  {
	font-size : 8pt;
}

hr {
color: #D5E2FF;
background-color: #D5E2FF;
height: 1px;

}