body
{
	background-image: url(../../Images/img_site_background.png);
	background-repeat: repeat-x;
	font-family: Arial;
	background-color: #F7F7F9;
	font-size: 11px;
	margin: 0px;
	padding-left: 30px;
	overflow: auto;
}

input, select, textarea
{
	font-family: Arial;
	font-size: 11px;
}

A
{
	color: #478DC6;
}

H1
{
	margin-top: 9px;
	margin-bottom: 5px;
	font-size: 30px;
	color: #999999;
	font-weight: normal;
}

H2
{
	margin-top: 9px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000066;
	font-weight: normal;
}

img 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}