/* CSS Document */

body
{
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/site/rightbg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 5;
	margin-top: 5;
}

	.title{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	/*	font-style: italic; */
		color: #ffffff;
		}

	.title1{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	/*	font-style: italic; */
		color: #ffffff;

		}

table 
{
    font: normal 11px Arial, Helvetica, sans-serif;
} 

a:link {

	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}
a:visited {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;

}	  

