﻿A:link
{
    COLOR: #000080
}
A:visited
{
    COLOR: #000080
}
A:active
{
    COLOR: #000080
}
TABLE.sectiontitle
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, san-serif;
    BACKGROUND-COLOR: midnightblue
}
TR.TableHead
{
    BORDER-RIGHT: gray thin groove;
    BORDER-TOP: gray thin groove;
    FONT-SIZE: small;
    BORDER-LEFT: gray thin groove;
    COLOR: white;
    BORDER-BOTTOM: gray thin groove;
    FONT-FAMILY: Verdana, Arial, san-serif;
    BACKGROUND-COLOR: #330066
}
TD.Normal
{
    BORDER-RIGHT: lime;
    BORDER-TOP: lime;
    FONT-SIZE: x-small;
    BORDER-LEFT: lime;
    COLOR: black;
    BORDER-BOTTOM: lime;
    FONT-FAMILY: Verdana, san-serif, Arial;
    BACKGROUND-COLOR: lightgrey
}
BODY
{
    COLOR: #000000;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Verdana, Arial, "san-serif";
    BACKGROUND-COLOR: #ffffcc;
    TEXT-ALIGN: left
}
BODY.Welcome
{
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../images/logo.gif);
    BACKGROUND-REPEAT: no-repeat
}
TABLE.InputForm
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset
}
INPUT.ButtonColor
{
    COLOR: darkblue;
    BACKGROUND-COLOR: darkorange
}
TR.PageBreak
{
    PAGE-BREAK-AFTER: always
}

.style1 {
	margin-top: 0px;
	}
.style2 {
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FFFFFF;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: large;
	color: #151B54;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
.style5 {
	
	color: #FFFFFF;
	font-size:medium;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:small;*/
	color: black;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	background-color: #FCC88A;
	color: #151B54;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: medium;*/
	font-weight:bold;
	color: #151B54;
}
.style9 {
		margin-bottom: 0px;
	}
.style10 {
		/*font-size: large;*/
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
	}
.style11 {
		margin-right: 0px;
	}
.style12 {
		font-family: Arial, Helvetica, sans-serif;
	}
.style13 {
		color: #FC7F43;
	}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	color: #FFFFFF;
	}
.style15 {
		text-decoration: none;
	}
.style16 {
		color: #FC7F43;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
	}
	
.style17 {
	background-color: #FCC88A;
}

.style19 {
	font-size: large;
	color: #151B54;
	font-family: Georgia;
	text-align: left;
}

.style24 {
	border-bottom: medium #151B54 solid;
	border: medium #151B54 none;
	font-family: Arial, Helvetica, sans-serif; /*font-size: small;*/;
	background-color: #D5D5D5;
	color: #00008B;
}

.style25 {
	text-align: left;
	color: #000080;
}

a.button {
    line-height: 180%;
    padding: 0px;
    border:None;
    text-decoration: none;     /* no underline */
}
a.button:link {
    color : #ffffff;
    background-color:#151b54;
}
a.button:visited {
    color : #ffffff;
    background-color : #151b54 ;
}
a.button:active {
    color : #151b54;
    background-color : #ffffff ;
    border : gray inset 2px ;
}
a.button:hover {
    color : #fcc88a ;
    <!--background-color : #fcc88a ;-->
}


