@charset "ISO-8859-1";
body {
	background-color: #4a4a4a;
	margin-top: 15px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #4A4A4A;
}

#main {
	background-image: url(images/00_home_11.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.one, .two, .three {padding-right: 10px; padding-left: 10px;}
ul {
	list-style-image: url(images/dot.gif);
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
li {
	padding-bottom: 8px;
}

#main  .two {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	height: 50px;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
}


a {
	color: #3B7195;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
}
a:visited {
	color: #3B7195;
	
}

a:hover {
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
td {
	font-size: 9pt;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.no-bottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main td {
	line-height: 11pt;
}
#faq li {
	padding-bottom: 7px;
}
#top_nav {
	background-image: url(images/nav_bg.jpg);
	height: 24px;
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 12px;
	padding-top: 8px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top_nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#top_nav   a {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom:none;
}
#top_nav  a:hover {
	color:#000000;
	font-weight: normal;
	border-bottom:none;
}

