/* Created using Style Master from Western Civilisation CSS1 {
	124 121 451 409
}
 */
BODY
{
	background-color: Black;
	font-family: arial,helvetica,verdana;
	font-size: xx-small;
	background-attachment : fixed;
	font : lighter normal Arial, Helvetica, sans-serif;
	background-repeat : repeat;
	color : White;
	scrollbar-face-color: #666699;
	scrollbar-shadow-color: #333366;
	scrollbar-highlight-color: #9999CC;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: #333366;
	scrollbar-track-color: #666699;
	scrollbar-arrow-color: Black;
	background-image : url(newimages/single_grayblue.gif);
}
 
 
A:link
{
	color: #666699;
	text-decoration: underline;
	cursor: inherit;
}


A:visited
{
	color: #333366;
	text-decoration: none;
	cursor: inherit;
}

A:active
{
	color: Red;
	text-decoration: none;
	cursor: inherit;
}

TABLE {
	font : x-small;
	font-family : Arial, Helvetica, sans-serif;
	cursor : crosshair;
	
	
}


A:hover
{
	color: White;
	text-decoration: underline;
	cursor: inherit;
}

SELECT
{
	background-color: #333366;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	cursor : help;
}

INPUT
{
	background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
	color: White; 
	font-size: xx-small;
	cursor : w-resize;
	border : thin solid Red 1; 
}


