.main { font-family: Verdana, Helvetica, Arial; font-size: 11px; line-height: 14px }
.small { font-family: Verdana, Arial; font-size: 10px; line-height: 14px; color: #6A6A6A }
.copyright { font-family: Arial; font-size: 9px; line-height: 16px }
.form { font-family: Verdana, Helvetica, Arial; font-size: 10px; border: solid 1px black; background: white }
.headline { font-family: Verdana, Helvetica, Arial; font-size: 17px; font-weight: bold; color: #6B3901 }

.image { border: solid 1px black }
/* .table { background-image: url(back.gif); background-repeat: no-repeat; background-position: center; } */

.box			{ border: 2px solid #BBDDFF; padding: 8px; cursor: hand; background-color: #DDEEFF; color: #6A6A6A; text-decoration: underline; }
.box.hover		{ border: 2px solid #BBDDFF; padding: 8px; cursor: hand; background-color: #DDEEFF; color: #FF0000; text-decoration: underline; }
.box:hover		{ border: 2px solid #BBDDFF; padding: 8px; cursor: hand; background-color: #DDEEFF; color: #FF0000; text-decoration: underline; }
.box:active		{ border: 2px solid #BBDDFF; padding: 8px; cursor: hand; background-color: #DDEEFF; color: #6A6A6A; text-decoration: underline; }
.box2			{ border: 2px solid #FFCCEE; padding: 8px; cursor: hand; background-color: #FFE7F7; color: #6A6A6A; text-decoration: underline; }
.box2.hover		{ border: 2px solid #FFCCEE; padding: 8px; cursor: hand; background-color: #FFE7F7; color: #FF0000; text-decoration: underline; }
.box2:hover		{ border: 2px solid #FFCCEE; padding: 8px; cursor: hand; background-color: #FFE7F7; color: #FF0000; text-decoration: underline; }
.box2.active	{ border: 2px solid #FFCCEE; padding: 8px; cursor: hand; background-color: #FFE7F7; color: #6A6A6A; text-decoration: underline; }


BODY.main
	{ 
		color: black;
		background-color: white;
		/*background-image: url(background.jpg);*/
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 0px;
		/*scrollbar-face-color: #303C86;
	    scrollbar-highlight-color: #394DA4;
	    scrollbar-shadow-color: #091659;
	    scrollbar-3dlight-color: #2E4298;
	    scrollbar-arrow-color: #FEC854;
	    scrollbar-track-color: #6972A8;
	    scrollbar-darkshadow-color: black;*/
	}

a:active.variant { color: white; text-decoration: none; font-style: normal }
a:visited.variant { color: white; text-decoration: none; font-style: normal }
a:link.variant { color: white; text-decoration: none; font-style: normal }
a:hover.variant { color: black; text-decoration: none; font-style: normal }

a:active { color: #6A6A6A; text-decoration: underline; font-style: normal }
a:visited { color: #6A6A6A; text-decoration: underline; font-style: normal }
a:link { color: #6A6A6A; text-decoration: underline; font-style: normal }
a:hover { color: #FF0000; text-decoration: none; font-style: normal }