body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #333333;

}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #000066;
	line-height: 125%;
}

a:link {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0000FF; 
	font-weight: bold; 
	text-decoration: underline
}

a:hover {
	color: #0000FF; 
	font-weight: bold;
	text-decoration: underline
}

.smalllink {
	font-size: 9px;

}


.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.outsideborder {
	border: medium solid #09092D;
}

.leftborder {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #09092D;
}
.bigblue {
	font-size: 16px;
	line-height: 120%;
	font-weight: bolder;
	color: #000066;
}
.fontserif {
	font-family: "Times New Roman", Times, serif;
}

.bigblueserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bolder;
	color: #000066;
}
.smallfont {
	font-size: 9px;
}
.highlight {
	background-color: #FFEDB7;
	background-position: center center;
}

