BODY {
	margin: 0px;
	CURSOR: crosshair;
	background-image: url();
	background-repeat: no-repeat;
	BACKGROUND-COLOR: #000000;
	font-family: "Verdana", Arial, sans-serif; 
font-size: 8pt; 
font-weight: normal;
color: #E2CDF6; 
scrollbar-face-color : #5C0065;
	scrollbar-shadow-color : #5C0065;
	scrollbar-highlight-color :  #5C0065;
	scrollbar-3dlight-color : #E1CEFB;
	scrollbar-darkshadow-color : #5C0065;
	scrollbar-track-color : #E1CEFB;
	scrollbar-arrow-color :#E1CEFB;
	
}

p { 
	font-family: "Verdana", Arial, sans-serif;
    	font-size: 8pt; 
    	color: #E1CEFB; 
    	font-weight:normal;
	text-align: justify;

}

A:visited {
	font-weight: bold;
	color: #9966FF;
	text-decoration: none
}

A:active {
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none
}

A:hover {
	font-weight: bold;
	color: #FFCCCC;
	text-decoration: line-through
}


A {
	font-weight: bold;
	color: #A3D9F5;
	text-decoration: none
}


.navtitle {
	font-weight: bold;
	font-size: 11pt;
	color: #B49AB3;
	font-family: Georgia;
	padding-left: 50px; 
	text-align: left
}

.contenttitle {
	font-weight: bold;
	font-size: 9pt;
	color: #664D6B;
	font-family: Verdana;
	padding-left: 10px; 
	text-decoration: underline;
	text-align: left
}


.menu {
	display: block;
	backgound-color: #5C0065;
	font-size: 13px;
	color: #B49AB3;
	line-height: 24px;
	font-family: Arial, sans-serif;
	padding-left: 12px; 
	border-left: 10px solid #B49AB3;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left
	
}

.menu:visited {
	display: block;
	backgound-color: #A7B2D9;
	font-size: 13px;
	color: #A7B2D9;
	line-height: 24px;
	font-family: Arial, sans-serif;
	padding-left: 12px; 
	border-left: 10px solid #A7B2D9;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left
}

.menu:active {
	display: block;
	backgound-color: #5169AF;
	font-size: 13px;
	color: #000000;
	line-height: 24px;
	font-family: Arial, sans-serif;
	padding-left: 12px; 
	border-left: 10px solid #5C0065;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left
}
.menu:hover {
	display: block;
	backgound-color: #5169AF;
	background-image: url('navbackground.jpg');
	font-size: 13px;
	color: #E1CEFB;
	line-height: 24px;
	font-family: Arial, sans-serif;
	padding-left: 12px; 
	border-left: 10px solid #E1CEFB;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left
}
