.logo
{
	position: absolute;
	z-index: +20;
	border: 1px solid rgb(0,51,153);
	background:rgb(255,255,255);
	text-align: center;
	vertical-align: middle; 
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: rgb(0,51,153);
}

.logoText
{
	position: absolute;
	z-index: +20;
	border: 0px solid rgb(0,51,153);
	background:transparent;
	text-align: center;
	vertical-align: middle; 
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: rgb(0,51,153);
}

BODY
{
	background-color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	scrollbar-3dlight-color:#eeeeee;
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#aaaaaa;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#dddddd;
	margin: 0px;
}

.main
{
	scrollbar-3dlight-color:#eeeeee;
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#aaaaaa;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#dddddd;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.tinyBoldText
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: rgb(0,51,153);
}

.smallBoldText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.mediumBoldText
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.largeBoldText
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

A 
{
	color: rgb(0,51,153);
	text-decoration: none;
}

A:hover 
{
	color: rgb(0,0,0);;
	text-decoration: underline;
}

H1
{
	background-color: rgb(245,245,245); /* rgb(255,245,225); */
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;	
	margin-top: 4px;
	margin-bottom: 4px;
}

BLOCKQUOTE
{
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
