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: #000000;
}

ul {
	font-size: 10pt; 
	color: #000000;
}

li {
	font-size: 10pt; 
	color: #000000;
}
	
#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: #333333;
	font-size: 11pt; 
	border-bottom: 1px solid #98A2AB;
}

h2 {
	font-size: 11pt; color: #5F6F7F;
}

h3{
	font-size: 10pt; 
	margin: 12px 5px; 
	color: #00B366;
	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:#5F6F7F; text-decoration:underline}
a:visited {color:#5F6F7F; text-decoration:underline}
a:active {color:#98A2AB; text-decoration:underline}
a:hover {color:#98A2AB; 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;  /* #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}