body {
	margin: 0px;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #3C4143;
	background-image: url(images/body.gif);
	background-repeat:repeat-x;

}
p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #494949;
}
.white {
	color: #FFFFFF;
}
.menu_bg {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}


h6 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
	background-color: #3C3C3C;
	padding: 12px;
}
.blue {
}


.grey {
	color: #666666;
}
li {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet2.gif);
	margin-bottom: 5px;
	background-color: #484848;
	padding: 3px;
	border: 1px dotted #5B5B5B;
	list-style-type: none;
	text-align: center;
}
blockquote {
	margin: 27px;
}
.green {
	color: #99CC33;
}

a:link,a:visited,a:active{
color:#ffffff;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

a.link:link,a.link:visited,a.link:active{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 15px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}
a.link:hover{

	color: #ffffff;
	background-color: #0C4557;

}
.blue {
	color: #427E95;
}

a.links:link,a.links:active,a.links:visited
{
	background-color: #E5DEB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #786843;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #786843;
	margin: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
a.links:hover
{
	background-color: #153985;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

