 
 body {
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-face-color: #C00000;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-3dlight-color: #FFFFFF;
	margin:0;
	padding:0;
	color: #000000; 
	background: #000000;
	
}
.bullets     { list-style-image: url('images/bullet.gif') 
}

/* BLACK TEXT*/
.blacktext 
{  
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #000000;
line-height: 15px;
}

.blacktext a:link
{
text-decoration: underline;
color: #C00000;
}

.blacktext a:visited
{
text-decoration: underline;
color: #C0C0C0;
}

.blacktext a:active
{
text-decoration: none;
color: #FFFFFF;
}

.blacktext a:hover
{
text-decoration: none;
color: #C00000;
}



/* RED TEXT */
.redtext 
{  
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #C00000;
line-height: 15px;
}

.redtext a:link
{
text-decoration: underline;
color: #C0C0C0;
}

.redtext a:visited
{
text-decoration: underline;
color: #FFFFFF;
}

.redtext a:active
{
text-decoration: none;
color: #C0C0C0;
}

.redtext a:hover
{
text-decoration: none;
color: #FFFFFF;
}


/* WHITE TEXT */
.whitetext 
{  
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #FFFFFF;
line-height: 15px;
}

.whitetext a:link
{
text-decoration: underline;
color: #C0C0C0;
}

.whitetext a:visited
{
text-decoration: underline;
color: #C0C0C0;
}

.whitetext a:active
{
text-decoration: none;
color: #C00000;
}

.whitetext a:hover
{
text-decoration: none;
color: #000000;
}



/* GREY TEXT */
.greytext 
{  
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #FFFFFF;
line-height: 15px;
}

.greytext a:link
{
text-decoration: underline;
color: #C0C0C0;
}

.greytext a:visited
{
text-decoration: underline;
color: #C0C0C0;
}

.greytext a:active
{
text-decoration: none;
color: #C00000;
}

.greytext a:hover
{
text-decoration: none;
color: #FFFFFF;
}

/* HEADINGS */

.heading-black 
{  
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #000000;
line-height: 15px
}

.heading-grey 
{  
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #C0C0C0;
line-height: 15px
}

.heading-white 
{  
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #FFFFFF;
line-height: 15px
}

.heading-red 
{  
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #C00000;
line-height: 15px
}