﻿BODY {
	SCROLLBAR-ARROW-COLOR: #97AABA;
	SCROLLBAR-FACE-COLOR: #F2F5F7;
	SCROLLBAR-HIGHLIGHT-COLOR: #B2C3D0;
	SCROLLBAR-SHADOW-COLOR: #B2C3D0;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

p {
	font-size: 10pt; 
	color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

ul {
	font-size: 10pt; 
	color: #FFFFFF;
}

li {
	font-size: 10pt; 
	color: #FFFFFF;
}
	
#left p {
	font-size: 9pt; 
	color: #F0F0F0;
	line-height: 1.2em;
}

#logoleft p{
	font-size: 20pt; 
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2em;
	margin: 0;
padding: 0;
}

#right p {
	font-size: 10pt; 
	color: #000000;
	line-height:1.2em;
}

h1 {
	color: #FFFFFF;
	font-size: 18pt;
/*	border-bottom: 1px solid #98A2AB; */
}

h2 {
	color: #FFFFFF;
	font-size: 16pt; 
}

h3 {
	font-size: 12pt; 
	color: #FFFFFF;
/*	margin: 12px 5px; 
	text-align: center; */
}

.validbutton {
	font-size: 9pt;
	border: 1px solid #003300;
	padding: 4px;
	margin-right: 6px;
}

.code {
	font-size: 9pt;
	border: 1px dashed #CCCCCC;
	padding: 4px;
	width: 250px;
}

a:link {color:#FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF; text-decoration:none}
a:active {color:#FFFFFF; text-decoration:none}
a:hover {color:#053C73; text-decoration:none}

 #list-menu {
	width: 130px;
	margin-left: auto;
    margin-right: auto;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 10pt;
}

#list-menu li {
	margin: 2px 0 0;
}

#list-menu a {
	display: block;
	width:122px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #98A2AB;
	background: #5F6F7F;
	text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
}

#list-menu a:hover {
	border: 1px solid #98A2AB;
	background: #FFFFFF;
	color: #5F6F7F;
	text-decoration: none;
}

.boldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
}

.bodyplainwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: FFFFFF;
	font-weight: normal
}

.boldwhite a:link {color:#FFFFFF; text-decoration:underline}
.boldwhite a:visited {color:#FFFFFF; text-decoration:underline}
.boldwhite a:active {color:#FFFFFF; text-decoration:underline}
.boldwhite a:hover {color:#FFFFFF; text-decoration:none}
