body
{
	background-attachment: fixed;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	margin: 20px 20px 20px 20px;

	scrollbar-3dlight-color: rgb(255,255,255);
	scrollbar-arrow-color: rgb(64,64,64);
	scrollbar-base-color: rgb(255,255,255);
	scrollbar-darkshadow-color: rgb(255,255,255);
	scrollbar-face-color: rgb(255,255,255);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-shadow-color: rgb(255,255,255);
}

a
{
	color: rgb(0,128,255);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table td
{
	font-family: arial;
	font-size: 16px;
    padding: 0px;
}

img
{
	border-width: 0px;
}

div
{
	border-color: rgb(192,192,192);
	border-style: solid;
	border-width: 0px;
}

p
{
	margin: 10px 0px;
	text-indent: 20px;
}

div.section,div.header,div.subheader
{
	color: rgb(64,64,64);
	font-weight: bold;
    padding-left: 380px;
    width: 200px;    
}

div.section
{
	border-width: 0px 0px 0px 0px;
	font-size: 16px;
	margin: 20px 0px;
	padding: 1px 0px;
}


