@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
}
input {
	font: 12px Tahoma;
}

.main-nav {
	background-image: url(images/bg-menu.gif);
	height: 24px;
	padding-left: 20px;
	font-weight: normal;
	color: #2C2B60;
	padding-right: 20px;
}
.main-nav a:link, .main-nav a:visited {
	color: #2C2B60;
	text-decoration: none;
}
.main-nav a:hover {
	color: #d51149;
	text-decoration: none;
}
.dl-link a:link, .dl-link a:visited {
	color: #2C2B60;
	text-decoration: none;
}
.dl-link a:hover {
	color: #d51149;
	text-decoration: none;
}
.header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.bordergray {
	border: 1px solid #A3A8AF;
}
.line1 {
	background-image: url(images/line-dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0px;
}
.footer {
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited {
	color: #2C2B60;
	text-decoration:underline;
}
a:hover {
	color: #d51149;
	text-decoration: none;
}

.menu {
	cursor: default;
	font-family: arial,tahoma;
	font-size: 11px;
}
.leftmenuheader {
	font-size: 12px;
	color: #004080;
}
.leftmenuth {
	font-size: 12px;
	color: #666;
}
a.leftmenuth:link, a.leftmenuth:visited, a.leftmenuth:active {
	color: #666;
	text-decoration: none;
}
a.leftmenuth:hover {
	color: #d51149;
	text-decoration: none;
}
.white {
	font-weight:bold;
	color: #FFFFFF;
}



span.attention {
display: block; width:550px; padding: 8px 10px 8px 36px;margin: 15px 0; color: #666666;border: 1px solid #777777;background: #dedede url(images/attention.gif) 10px 50% no-repeat; text-align:left;
}
