
BODY
{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #333366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0px;
}
H1
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Arial, Helvetica, sans-serif, Verdana;';
    TEXT-TRANSFORM: none;
	font-size: 12pt;
	margin-bottom: 0px;
	margin-top: 10px;
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #000080;
 font-size:9pt;
}

.title{
	COLOR: #191970;
    FONT-FAMILY: 'Arial, Helvetica, sans-serif, Verdana;';
    TEXT-TRANSFORM: capitalize;
    font-size:x-large;
}
.heading{
	color:black;
	font-weight: bold;
	font-size:10pt;
}
.heading2{
	color:black;
	font-weight: bold;
	font-size:12pt;
}
td.normal{
	 font-size:9pt;
	 color:black;
}
a {
	font-family: sans-serif, Arial;
	color: #52658C;	
}
a.menu{
	font-family: sans-serif, Arial;
	color: #52658C;
	font-size: 10pt;
	font-weight: bolder;
}
A:VISITED{	color: #52658C;
}
A:LINK{
	color: #52658C;
}
a:HOVER{
	color: #FFFFFF;
	border: 1px;
	background-color: #52658C;
	text-decoration: none;
}
a.header{
	font-family: sans-serif, Arial;
	color: #52658C;
	font-size: 12pt;
	font-weight: bolder;
}

a.page{
	font-family: sans-serif, Arial;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

.currPage {
	font-family: sans-serif, Arial;
	color: #7386AD;
	font-size: 10pt;
	font-weight: bold;
	background-color: white;
}
.errorDiv {
	width: 100%;
	background-color: #ffffb7;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	margin-top: 5px;
}

.successDiv {
	width: 100%;
	background-color: Silver;
	border-color: #293C52;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	margin-top: 5px;
}

/* Text for form buttons  */
.buttonStyle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #191970;
	background-color: #DCDCDC;
	background-image: url("images/ButtonBackground.gif");
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px outset;
	border-right: 1px outset;
	border-left: 1px outset DBE6F2;
	border-top: 1px outset DBE6F2;
	
	padding: 2px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}

/* Text for form buttons  */
.buttonStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #191970;
	background-color: #EDF3F9;
	background-image: url("ButtonBackground.gif");
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px outset;
	border-right: 1px outset;
	border-left: 1px outset DBE6F2;
	border-top: 1px outset DBE6F2;
	padding: 2px 0px 0px 0px;
	text-align: center;
	width:200px;
}

.headerTile{
	background-color: #7386AD;
	font: 15pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: White;
	border-bottom: 1px ridge #7386AD;
	padding: 5px 0px 5px 5px;
}

.headerTile2{
	background-color: #7386AD;
	font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
}

.selectlinks{
	font: 8pt Arial, Helvetica, sans-serif;
}