BODY
{    
	Background-color : White;
    BACKGROUND-ATTACHMENT: fixed;
	SCROLLBAR-FACE-COLOR: #f5f5f5;
    SCROLLBAR-HIGHLIGHT-COLOR: #999999;
    SCROLLBAR-SHADOW-COLOR: #999999;
    SCROLLBAR-3DLIGHT-COLOR: #f5f5f5;
    SCROLLBAR-ARROW-COLOR: #000066;
    SCROLLBAR-TRACK-COLOR: #f5f5f5;    
    SCROLLBAR-DARKSHADOW-COLOR: #f5f5f5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin : 0px;
}

a {color: blue; text-decoration: none}
a:linked {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:hover {text-decoration: none; color: red}

a.sidemenu:linked {color: black; text-decoration: none}
a.sidemenu:visited {color: black; text-decoration: none}
a.sidemenu:hover{text-decoration: underline; color: blue}

.small
 {
	color : Black;
	background-color : transparent;
	font-size : 10px;
}
	
.smallbold
 {
	color : Black;
	background-color : transparent;
	font-weight : bold;
	font-size : 10px;
}

.med
 {
	color : Black;
	background-color : transparent;
	font-size : 12px;
}

.medbold
 {
	color : Black;
	background-color : transparent;
	font-weight : bold;
	font-size : 12px;
}

.medlg
 {
	color : Black;
	background-color : transparent;
	font-size : 14px;
}

.medlgbold
 {
	color : Black;
	background-color : transparent;
	font-weight : bold;
	font-size : 14px;
}

.sidemenuheader
 {
	color : Black;
	background-color : transparent;
    font-weight : bold;
	font-size : 14px;
	text-decoration: none;
}

.sidemenu
 {
	color : Black;
	background-color : transparent;
	font-weight : bold;
	font-size : 12px;
	text-decoration: none;
}

.footermenu
 {
	color : Blue;
	background-color : transparent;
	font-size : 10px;
}

DIV.corner {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:51px;	
}

DIV.top {
	position:absolute;
	left:170px;
	top:0px;
	width:170px;
	height:51px;	
}

DIV.side {
	position:absolute;
	left:0px;
	top:51px;
	width:33px;
}

DIV.content {
	position:absolute;
	left:100px;
	top:65px;
	width:0px;
}