﻿BODY {
	topmargin: 0px;
	leftmargin: 0px; 
	marginheight: 0px;
	marginwidth: 0px;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color: #9999FF;
	/*
	background-image: url(/images/backfade.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-position: fixed;
	*/

}
FORM {
	margin: 0px;
	padding: 0px;
	border: 0px;
}	
#ex {
	border: outset;
	border-width: thin;
	}

#em {
	border: inset;
	border-width: thin;	
}

#full {
	width: 100%;
}

BODY, P, TD, TH, INPUT {
	font-family: Verdana;
	font-size: 8pt;
}

a:link{
	color: #000099;
	text-decoration: none;
	}
a:visited{
	color: #000099;
	text-decoration: none;
}
a:active{
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: none;	
}
