body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F5F5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.line {
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	display: block;
}
.headder {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #F48B27;
}
.bullet {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.links {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #2D8EB5;
	display: block;
	text-decoration: none;
	background-color: #D6EBF3;
	height: 17px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EDF7FB;
	padding-top: 5px;
	padding-left: 13px;
}

.links:hover{
	color: #FFFFFF;
	background-color: #F79844;
}

.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
