body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8078c0;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 21px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #8078c0;
}

a:hover, a:active {
	color: #999999;
}

.accessibility {
	display: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}

.container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	width: 760px;
	margin-top: 10px;
}

.head-top {
	background-image: url(../images/bg_head.gif);
	width: 760px;
	height: 90px;
}

img.logo {
	border: none;
	float: left;
	margin-left: 13px;
	margin-top: 8px;
}

.head-top h1 {
	font-size: 19px;
	color: #d4d2e4;
	font-weight: normal;
	float: left;
	margin: 53px 0px 0px 13px;
	padding: 0px;
}

a.head-link:link, a.head-link:visited {
	display: inline;
	background-image: url(../images/btn_login.gif);
	width: 90px;
	height: 17px;
	float: right;
	color: #d4d2e4;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	margin: 10px 10px 0px 0px;
}

a.head-link:hover, a.head-link:active {
	color: #FFFFFF;
}

.nav {
	background-image: url(../images/bg_nav.gif);
	width: 760px;
	height: 50px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav li {
	list-style: none;
	display: inline;
	float: left;
	background-image: url(../images/bg_nav_item.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
	margin-top: 11px;
	margin-left: 21px;
	padding: 12px 21px 0px 0px;
}

li.nobg {
	background-image: none;
}

.nav a:link, .nav a:visited {
	display: inline;
	background-image: url(../images/bg_nav_link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
	color: #d4d2e4;
	font-size: 12px;
	text-decoration: none;
}

.nav a:hover, .nav a:active {
	color: #FFFFFF;
}

.main {
	width: 760px;
	margin-top: 16px;
}

.main-left {
	float: left;
	width: 476px;
	padding-right: 30px;
	overflow: hidden;
}

.main-right {
	float: left;
	width: 254px;
}

.main h1 {
	font-size: 19px;
	color: #8078c0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.main h2 {
	font-size: 16px;
	color: #bab7d4;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.main h3 {
	font-size: 14px;
	color: #8078c0;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.disclaimer {
	font-size: 10px;
	margin-top: 40px;
}

.sbox {
	margin-bottom: 15px;
}

.pbox-top {
	background-image: url(../images/bg_pbox_top.gif);
	width: 254px;
	height: 6px;
	overflow: hidden;
}

.pbox-main {
	background-image: url(../images/bg_pbox_main.gif);
	width: 222px;
	color: #44434b;
	padding: 6px 16px 26px 16px;
}

.pbox-foot {
	background-image: url(../images/bg_pbox_foot.gif);
	width: 254px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
}

.sbox h3 {
	color: #463c9a;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.sbox-hr {
	height: 1px;
	width: 222px;
	overflow: hidden;
	clear: both;
	background-color: #c7c3bf;
	margin: 10px 0px 0px 0px;
}

.sbox a:link, .sbox a:visited {
	display: block;
	font-weight: bold;
	color: #463c9a;
	text-decoration: none;
	margin-top: 10px;
}

.sbox a:hover, .sbox a:active {
	color: #999999;
}

.wbox-top {
	background-image: url(../images/bg_wbox_top.gif);
	width: 254px;
	height: 6px;
	overflow: hidden;
}

.wbox-main {
	background-image: url(../images/bg_wbox_main.gif);
	width: 222px;
	color: #44434b;
	padding: 6px 16px 26px 16px;
}

.wbox-foot {
	background-image: url(../images/bg_wbox_foot.gif);
	width: 254px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
}

a.btn-more:link, a.btn-more:visited {
	display: inline;
	float: right;
	background-image: url(../images/btn_sbox.gif);
	width: 140px;
	height: 18px;
	margin: -22px 1px 0px 0px;
	color: #d4d2e4;
	font-size: 11px;
	text-align: right;
	padding: 3px 29px 0px 0px;
}

a.btn-more:hover, a.btn-more:active {
	color: #FFFFFF;
}

.footer {
	background-image: url(../images/bg_footer.gif);
	width: 760px;
	height: 26px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #d4d2e4;
	font-size: 11px;
	font-weight: bold;
}

.footer-left {
	float: left;
	padding-top: 6px;
	padding-left: 6px;
}

.footer-right {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
}

.footer a:link, .footer a:visited {
	color: #d4d2e4;
}

.footer a:hover, .footer a:active {
	color: #ffffff;
}

.main label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.main input, .main textarea {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #C7C3BF;
	margin-bottom: 5px;
}

input.btn-send {
	height: auto;
	width: auto;
	border: none;
	float: right;
	display: inline;
	margin-right: 98px;
}

.premises {
	margin-top: 20px;
}

.prem-image {
	float: left;
	width: 150px;
}

.prem-image img {
	border-width: 1px;
}

.prem-text {
	float: left;
	width: 316px;
	padding-left: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_prem_fade.png", sizingMethod="scale");
}

*>.prem-text {
	filter: none;
	background-image: url(../images/bg_prem_fade.png);
	background-position: right;
	background-repeat: repeat-y;
}

a.prem-title:link, a.prem-title:visited {
	font-size: 13px;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: 5px;
}

a.prem-title:hover, a.prem-title:active {
	color: #999999;
}

.faq-links {
	width: 476px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.news-img {
	margin-right: 10px;
	margin-bottom: 5px;
}

.login-links {
	font-size: 10px;
	padding-right: 115px;
	text-align: right;
}

a.download-pdf:link, a.download-pdf:visited, a.download-pdf:hover, a.download-pdf:active {
	display: inline;
	float: right;
	background-image: url(../images/bg_download_pdf.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 21px;
	padding-right: 25px;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}

a.download-word:link, a.download-word:visited, a.download-word:hover, a.download-word:active {
	display: inline;
	float: right;
	background-image: url(../images/bg_download_word.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 25px;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}