/* CSS Document */

a:link {
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: #333333;
	text-decoration:underline;
		font-weight:bold;
}
a:hover {
	color: #28556b;
	text-decoration:underline;
		font-weight:bold;
}
a:active {
	color: #333333;
	text-decoration:underline;
		font-weight:bold;
}
body {
	background-color: #b7b7b6;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #333333;
	text-decoration: none;
	text-align: left;
	
}
.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #333333;
	text-decoration: none;
	text-align: left;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #113654;
	text-decoration: underline;
	text-align: left;
}
 .contenttitle {

	color: #385300;
	font-weight: bold;
	font-size: 16px;
		padding-left:15px;
}

.partners:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5f301d;
	text-decoration: none;
	text-align: left;
	
}
.partners:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5f301d;
	text-decoration: none;
	text-align: left;
}
.partners:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dfa489;
	text-decoration: none;
	text-align: left;
}
.error
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.tbl_border{
border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.right_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5f301d;
	text-decoration: none;
	text-align: left;
	padding-left:5;
	
}

.textalignjustify
{
text-align:justify;
}
