body.index
{
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:top left;
	margin:0;
	padding:0;
	background-color:#00AEEF;
	scrollbar-face-color : #00AEEF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF
}

p, li, td.txt, .form, .form_error, td
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height: 180%;
	margin-top : 5px
	}

td.content
	{
	background-image: url(spacer_white.png);
	background-attachment: fixed;
	background-repeat: repeat;
	}

td.blue
	{
	background-image: url(spacer_blue.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top left;
	}

a
	{
	color : #565656;
	text-decoration:none;
	font-weight:bold
	}

