html
{
	overflow-x: auto;
}

body
{
	background: #E6EDF7 url(/images/myimages/mainbg.jpg);
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	SCROLLBAR-FACE-COLOR: #98B7DC;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #dee3e7;
	SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-TRACK-COLOR: #efefef;
	SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
}

p
{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table,
tr,
td
{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul,
li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
}

form
{
	display: inline;
}

img
{
	vertical-align: middle;
}

a:link,
a:visited,
a:active
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	color: #34498B;
	text-decoration: underline;
} 

