A:link
{
    FONT-SIZE: 8pt;
    COLOR: #284281;
    FONT-WEIGHT: bolder;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial
}

A:visited
{
    FONT-SIZE: 8pt;
    COLOR: #284281;
    FONT-WEIGHT: bolder;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial
}

A:active
{
    FONT-SIZE: 8pt;
    COLOR: #ECB42C;
    FONT-WEIGHT: bolder;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial
}

A:hover
{
    FONT-SIZE: 8pt;
    COLOR: #ECB42C;
    FONT-WEIGHT: bolder;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial
}




.gborder {
	border: 1px solid #5eb423;
}
.gbold {
	color: 5EB423;
	font-weight: bold;
}

.bold, b {
	font-weight: bold;
}

.smallt {
	font-size: .8em;
}
.ul {
	text-decoration: underline;
}

.boldl {
	font-weight: bold;
	font-size: 12pt;
}

.borderSolid {
	border: 2px solid Black;	
	border-color: Black;
}

.borderImage {
	border: 2px solid Black;	
	border-color: Black;
	padding 2 2 2 2;
}

.lvl1indent {
	padding-left: 20px;
}

.lvl2indent {
	padding-left: 30px;
}

.pad5px {
	padding: 5px;
}


a.footer {
	color: black;
	font-weight: bold;
}
a.footer:hover {color: silver; text-decoration: none;}
a.footer:visited { color: silver; }

body {
	background-color: #0e98d8;
	font-family: sans-serif;
	font-size: 10pt;
}

td {
	background-color: white;
	font-family: sans-serif;
	font-size: 10pt;
}


td.content {
	background-color: white;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}

td.footer {
	background-color: white;
}

td.orow {
	padding: 2px;
	background-color: f5f5f5;
}
td.erow {
	padding: 2px;
	background-color: dcdcdc;	
}
h1 {
	font-size: 14pt;
	color: 0380B7;
	margin-bottom: 1px;	
}
li {
	padding-bottom: 5px;
}

h2 {
	font-size: 12pt;
	color: 0380B7;
	margin-bottom: 1px;	
}

h3 {
	font-size: 10pt;
	color: 0380B7;
	margin-bottom: 1px;
}

.bluetxt {
	color: 0380B7;		
}

.error {
    color: red;
}