body,h1,h2,h3,h4,p,ul,ol,li,div,td,th  {
	background-color: #FCE07B;
	/* background-image: url("picts/bg_hell.gif"); */
	
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : #312187;

	scrollbar-face-color: #FCE07B; 
	scrollbar-arrow-color: #978181;
	scrollbar-track-color: #d6bd7d; 
	scrollbar-shadow-color: #978181; 
   	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:  #978181; 
	scrollbar-darkshadow-color: #312187; 

}

body.main  {
	background-repeat : repeat-y;
	background-attachment : fixed;
	padding : 0px;
}

p,li  {
	margin-top : 3pt;
	margin-bottom : 3pt;
}

p.item {
	font-size : 9 pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
	margin-left : 10px;
}

h1  {
	font-size : 12pt;
	font-weight : bold;
	margin-top : 5pt;
}

h2  {
	font-size : 11pt;
	font-weight : bold;
	margin-top : 5pt;
}

h3  {
	font-size : 10pt;
	font-weight : bold;
	margin-top : 3pt;
}

h4  {
	font-size : 10pt;
	font-style : italic;
	font-weight : bold;
	margin-top : 3pt;
}

a:link  {
	text-decoration : none;
	color : #312187;
}

a:visited  {
	text-decoration : none;
	color : #312187;
}

a:hover  {
	text-decoration : none;
	color : #312187;
	font-style : italic;
}

a:active  {
	text-decoration : none;
	color : #312187;
	font-style : italic;
}

small  {
	font-size : 8pt;
	color : #312187;
}

small.very  {
	font-size : 6pt;
}

big  {
	font-size : 12pt;
}

