body
	{
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
 	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffffff;
	cursor:crosshair;
	}

a 
	{
	font-family: Times new roman;
	color: #ffffff;
	background-color: #;
	font-size: 11px; 
	cursor: move;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	font-weight: bold;
	text-transform:uppercase;
	}

a:hover 	
	{
	font-family: Times new roman;
	color: #8d8d8d;
	background-color: #ffffff;
	cursor: move;
	text-decoration: none;
	border-bottom: 1px dashed #859D9D;
	font-weight: bold;
	text-transform:uppercase;
	}

img
	{
	border: 0px;
	}

p,td, ol, ul
	{ 
	color: #ffffff; 
	font-size: 10px; 
	font-family: Tahoma;  
	text-align: left;
	font-weight:;
	} 

i	
	{
	color:#7697A6;
	font-size:10px;
	}

b	
	{
	color:#c6c6c6;
	}
	
s	
	{
	font-family:arial;
	color:#cccccc;
	}
	
div
	{ 
	color: #ffffff; 
	font-size: 10px; 
	font-family: georgia;
	text-align: justify;  
	font-weight:;
	} 

.header
	{
	font-family: georgia;
	text-align:center;
	color: #ffffff;
	font-size: 13px;
	background-color: #;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	letter-spacing: 3px;
	font-weight:bold;
	}



