BODY, caption, td, p, H1, H2, H3, H4, H5, H6, A, UL, OL, DD, LI, B, textarea   { font-family: arial,helvetica,sans-serif }

BODY, td, caption { font-size: 12pt }

H1 { font-size: 24pt; font-weight: bold }
H2 { font-size: 18pt; font-weight: bold }
H3 { font-size: 16pt; font-weight: bold }
H4 { font-size: 14pt; font-weight: bold }
H5 { font-size: 10pt; font-weight: normal }
H6 { font-size: 8pt; font-weight: normal }

BODY { 
	background: #e0e0c2; 
	margin-top: 5px;
	margin-left: 5px;
}

a { font-family: verdana,helvetica,sans-serif; font-weight: bold; text-decoration: none; font-size: 12px; }
div.sideLink {
	position: relative;
	left: 0px;
	top: 10px;
	width: 200px;	
	height: 18px;
}
div.sideLink div {
	padding: 2px;
	background-color: #e0e0c2;
}
div.sideLink a {
	width: 100%;
	display: block;
	background-image: url(./buttons/offround200x18.gif);
	background-position: center center;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #00ff00;
}
div.sideLink div a:hover {
	background-image: url(./buttons/onround200x18.gif);
	background-position: center center;
	color: #ffff00;
}

div.sideBody {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 200px;
}
div.sideBody div {
	padding: 2px;
}
div.sideBody a {
	color: #0000cc;
}
div.sideBody div a:hover {
	color: #006600;
	text-decoration: underline;
}

div.anchor {
	position: relative;
	top: -150px;
}

div.mainPart {
	position: absolute;
	left: 220px;
	top: 170px;
	right: 20px;
	z-index: 1;
}
div.mainPart div {
	padding: 5px;
}
div.mainPart a {
	color: #0000cc;
}
div.mainPart div a:hover {
	color: #006600;
	text-decoration: underline;
}

div.mainLink {
	position: relative;
}
div.mainLink div {
	padding: 0px;
}
div.mainLink a {
	width: 100%;
	height: 18px;
	display: block;
	background: #000000;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #cccc99;
}
div.mainLink div a:hover {
	background: #006600;
	color: #ffff00;
	text-decoration: none;
}

div.mainLink2 a {
	width: 100%;
	height: 35px;
	display: block;
	background: #000000;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #cccc99;
}
div.mainLink2 div a:hover {
	background: #006600;
	color: #ffff00;
	text-decoration: none;
}

