body {
	background-color: #383838;
	scrollbar-face-color: #383838;
	scrollbar-highlight-color: #555555;
	scrollbar-shadow-color: #535353;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #7F0340;
	scrollbar-track-color: #383838;
	scrollbar-darkshadow-color: #000000;
}


/* MENU - Grey WITH Pink HIGHLIGHT */
.menu { font-size : 10px; font-family: verdana; color : #CECECE; font-weight: 900; }
a.menu { font-family: verdana; color: #CECECE; text-decoration: none;  font-weight: 900;}
a.menu.visited { font-family: verdana; color: #CECECE; text-decoration: none;  font-weight: 900;}
a.menu:hover { font-family: verdana; color: #ffffff; text-decoration: none; }


/* TEXT */
.text { font-size : 11px; font-family: verdana; color : #5D5D5D; font-weight: 550; }
a.text { font-family: verdana; color: #5D5D5D; text-decoration: none; }
a.text:hover { font-family: verdana; color: #DA3E79; text-decoration: underline; }

/* MINITEXT */
.minitext { font-size : 9px; font-family: verdana; color : #5D5D5D; font-weight: 550; }
a.minitext { font-family: verdana; color: #5D5D5D; text-decoration: none; }
a.minitext:hover { font-family: verdana; color: #DA3E79; text-decoration: underline; }
b.minitext { font-size : 9px; font-family: verdana; color : #5D5D5D; line-height: 8pt; }


/* OPPTEXT */
.opptext { font-size : 11px; font-family: verdana; color : #EEEEEE; font-weight: 550; }
a.opptext { font-family: verdana; color: #EEEEEE; text-decoration: none; }
a.opptext:hover { font-family: verdana; color: #ffffff; text-decoration: underline; }

/* MINITEXT */
.miniopptext { font-size : 9px; font-family: verdana; color : #EEEEEE; font-weight: 550; }
a.miniopptext { font-family: verdana; color: #EEEEEE; text-decoration: none; }
a.miniopptext:hover { font-family: verdana; color: #ffffff; text-decoration: none; }
b.miniopptext { font-size : 9px; font-family: verdana; color : #EEEEEE; line-height: 8pt; }


/* HIGHLIGHT 1 - PINK BOLD */
.hl1 { font-size : 11px; font-family: verdana; color : #DA3E79; font-weight: 900; }
a.hl1 { font-family: verdana; color: #DA3E79; text-decoration: none;  font-weight: 900;}
a.hl1:hover { font-family: verdana; color: #DA3E79; text-decoration: underline; }


/* HIGHLIGHT 1 MINI - PINK BOLD */
.hl1mini { font-size : 9px; font-family: verdana; color : #DA3E79; font-weight: 900; }
a.hl1mini { font-family: verdana; color: #DA3E79; text-decoration: none;  font-weight: 900;}
a.hl1mini:hover { font-family: verdana; color: #DA3E79; text-decoration: underline; }




/* Form elements */
input,textarea, select {
	color : #5D5D5D;
	font: normal 11px verdana, verdana, Helvetica, sans-serif;
	background-color: #ffffff;  
	border-color : #455475;
	border-width: 1px;
}

input.submit {
	color : #ffffff;
	font: normal 11px verdana, verdana, Helvetica, sans-serif;
	background-color: #5D5D5D;  
	border-color : #455475;
	border-width: 1px;
}


hr	{ height: 0px; border: solid #859AC7; border-top-width: 0px; border-bottom-width: 1px;}


