BODY {
	background-color : #FFFFFF;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-size : 10pt;
}

/* default link selectors */
a:link {
	font-weight: bold;
	color: #3399CC;
	cursor: pointer;
	
}
a:visited {
	
	font-weight: bold;
	color: #3399CC;
	cursor: pointer;
}
a:hover {

	color: #808080;
	text-decoration: none;
	cursor: pointer;
}


/* regular styles*/

H1 {
	font-size: 130%;
	font-weight: bolder;
	color: #808080;
	text-decoration: underline;
	font-style: normal;
}

H2 
{
	font-size: 120%;
	font-weight: bolder;
	color: #808080;
	text-decoration: underline;
	font-style: normal
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-style: normal
}


B {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
font-style: normal
}

/* special borders etc.*/
.layereffector{
	border-left: 1px dotted Gray;
	border-top: 1px dotted Gray;
	padding: 2px;
	background-color : White;
}

.layereffector2{
	background-color : White;
	border-top: 1px dotted Gray;
	padding: 2px;
}



/* styles for other non-content layers*/
.noncontent
{
	font-size:80%; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #000066;
	padding: 2px;
	}

.noncontent a:link
 {
color: #FFFFFF; 
text-decoration: underline;
background-color: #000066
}

.noncontent a:visited {
color: #FFFFFF; 
text-decoration: underline;
background-color: #000066
}

.noncontent a:hover {
	color: #FFFF00; 
	text-decoration: none; 
	background-color: #000066
	}

