
html
{
	background-position: left top;
	SCROLLBAR-FACE-COLOR: #fffff;
	background-attachment: fixed;
	SCROLLBAR-HIGHLIGHT-COLOR: #fffff;
	SCROLLBAR-SHADOW-COLOR: #fffff;
	SCROLLBAR-3DLIGHT-COLOR: #fffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #fffff;
	SCROLLBAR-DARKSHADOW-COLOR: #fffff;
}
body
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	padding:0px;
	margin: 0px;
	background-color: #ffffff;
	border: 0px solid;
	color: #757575;
}

table, td, tr, p, input, select
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

A:link
{
	color: #ffffff;
	text-decoration: none;
}
A:visited
{
	color: #ffffff;
	text-decoration: none;
}
A:hover
{
	color: #000000;
	text-decoration: none;
}
A:active
{
	color: #cccccc;
	text-decoration: none;
}

A.path:link
{
	color: #B1B1B1;
	text-decoration: none;
}
A.path:visited
{
	color: #B1B1B1;
	text-decoration: none;
}
A.path:hover
{
	color: #B1B1B1;
	text-decoration: underline;
}
A.path:active
{
	color: #B1B1B1;
	text-decoration: none;
}

A.page:link
{
	color: #B1B1B1;
	text-decoration: none;
}
A.page:visited
{
	color: #B1B1B1;
	text-decoration: none;
}
A.page:hover
{
	color: #cccccc;
	text-decoration: underline;
}
A.page:active
{
	color: #B1B1B1;
	text-decoration: none;
}

A.menu:link
{
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
A.menu:visited
{
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
A.menu:hover
{
	color: #F34702;
	text-decoration: none;
	font-weight:bold;
}
A.menu:active
{
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
p
{
	line-height: 20px;
	text-indent: 22px;
}
