@charset "utf-8";
/* CSS Document */

body {
	color : #000000;
	background-color: #094863;
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 10pt;
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
}

p, form, td, th, h1, h2, h3, pre {
	color : #000000;
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 10pt;
	}
	
.red {
	color : #B10505;
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 10pt;
	}
	
table.blue {
	border-style: solid;
	border-width: thin;
	border-color: #36587D;
	   
}

table.green {
	border-style: solid;
	border-width: thin;
	border-color: #577714;
	   
}

table.orange {
	border-style: solid;
	border-width: thin;
	border-color: #E67F08;
	   
}

table.red {
	border-style: solid;
	border-width: thin;
	border-color: #B10505;
	   
}

table.purple {
	border-style: solid;
	border-width: thin;
	border-color: #7D5989;
	   
}

.bluetitle{
border-style: solid;
border-width: thin;
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: normal;
color: #FFFFFF;
background-color: #36587D;
}

.greentitle{
border-style: solid;
border-width: thin;
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: normal;
color: #FFFFFF;
background-color: #577714;
}

.orangetitle{
border-style: solid;
border-width: thin;
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: normal;
color: #FFFFFF;
background-color: #E67F08;
}

.redtitle{
border-style: solid;
border-width: thin;
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: normal;
color: #FFFFFF;
background-color: #B10505;
}

.purpletitle{
border-style: solid;
border-width: thin;
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: normal;
color: #FFFFFF;
background-color: #7D5989;
}

.pageheader 
{
	color : #000000;
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 9pt;
	font-weight: bold;
	text-decoration: underline;
}

.blur{
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: bold;
color: #FFFFFF;
background-color: #333333;
}
.tblcontent{
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
font-weight: normal;
color: #000000;
}

A:link{
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
color: #C00000;
text-decoration: none;
}

A:visited{
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
color: #C00000;
text-decoration: none;
}

A:hover{
font-family : Verdana, Arial, Sans-Serif;
font-size : 9pt;
color: #C00000;
text-decoration: underline;
}

