/* CSS Document */

body
{
	margin:0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	padding: 0px;
}
.top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #255995;
	text-decoration: none;
}
.readmore:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #255995;
	text-decoration: underline;
}

.readmore_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #255995;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #255995;
	text-decoration: none;
	font-weight: bold;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003946;
	height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}



.top_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.menu {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
}

.menu:hover {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
}



.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
	left: 10px;
	right: 10px;
}
.content_text
{
	font-family:arial;
	font-size:12px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 10px;
}



.copyright_text {
	font-family:Arial;
	font-size:12px;
	color:#605b59;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.copyright {
	font-family:Arial;
	font-size:12px;
	color:#605b59;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.copyright:hover{
	font-family:Arial;
	font-size:12px;
	color:#605b59;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

.border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

