body {
	background-color:#99CC99;
	background-image:url(images/background3.jpg); 
	background-attachment:fixed;
	margin-left: 10px; 
	margin-top: 10px ;
	margin-right: 10px ;
	margin-bottom: 10px ;
	scrollbar-face-color: #CC0000; 
	scrollbar-shadow-color: #663300; 
	scrollbar-highlight-color: #FFCCCC; 
	scrollbar-3dlight-color: #CC9999; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #9B4444;
	scrollbar-arrow-color: #000000; 
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table,tr,td,p,input,textarea,select {
		font-size:100% ;
		font-family:Verdana, Arial, Helvetica, sans-serif;
/*  		font-weight:bold; */
		color:#666699;
}

p	{text-align:justify;
}

strong,b {
	font-weight:bold;
}

input,select,textarea {
			color:#000000;
}

a:link {color:#666699;}
a:visited {color:#996699;}
a:hover {color:#990099; text-decoration:underline;}

H1 {font-size: 16pt ; color:#666699;}
H2 {font-size: 14pt ; color:#666699;}
H3 {font_size: 13pt ;}
H4 {font-size: 12pt; }
H5,H6 {font-size:11pt ; font-weight:normal ;}

DT,UL,OL{
	font-weight: bold;
	list-style-position: inside;
}

.smalltext {font-size:10pt ; }
.minutetext{ font-size:9pt; font-weight:normal;}

a.leftmenu, .leftmenu a {font-size:9pt ;font-weight:bold;text-decoration:underline;}
a.leftmenu:hover, .leftmenu a:hover {text-decoration:none; color:#000000 ; background:#DDDDDD; }

.firstpara { font-size:16pt ; font-weight:bold; padding-top:10px; padding:0px; margin:0px; }
.highlight {background-color:#FFFF66;}

.greytable { border:2 solid #DDDDDD; background-color:#FFFFFF;}