@charset "utf-8";
body {
	background-color: #3a3a3f;
	margin: 0px;
}
.topbg {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	height: 75px;
	padding: 0px;
}
.tableborder {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595960;
	border-bottom-color: #595960;
	border-left-color: #595960;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkbg {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/linkbg.jpg);
	background-repeat: repeat-x;
	height: 34px;
	line-height: 25px;
}
.btmbg {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #616161;
	text-decoration: none;
	background-image: url(images/btmbg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
}
a.saravisu {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.saravisu:hover {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}
a.mainlink {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: capitalize;
}
a.mainlink:hover {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #7fe8ff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.whitetext {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}
.whitebold {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	list-style-image: url(images/bullet.jpg);
}
.tabhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #7B7B7B;
	line-height: 20px;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dotted #7A7A7A;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dotted #7A7A7A;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dotted #7A7A7A;
}
.tableborde1 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #595960;
}
a.blacklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

a.blacklink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0060B7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.evenrow {
	background-color: #F4F4F4;
}

