body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/home-bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.left-right {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.top-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
}
.top-menu A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #63B72A;
	text-decoration: underline;
	padding-left:6px;
	padding-right:6px;
}

.main-bg {
	background-image: url(images/main-bg.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height:18px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0272D6;
	text-decoration: none;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #63B72A;
	text-decoration: none;
}
.left-border {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D8E6F0;
}
.green-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #63B72A;
	text-decoration: none;
	text-transform:uppercase;
}
.green-head a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #63B72A;
	text-decoration: none;
	text-transform:uppercase;
}
.green-head a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #63B72A;
	text-decoration: underline;
	text-transform:uppercase;
}
.gray-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.dot {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #63B72A;
	text-decoration: none;
}
.footer-text A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #63B72A;
	text-decoration: underline;
}
div.scroll
{ 
height: 450px;
width: 98%;
overflow-y: scroll;
overflow-x:hidden;
scrollbar-face-color:#155D91;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
font-family: Tahoma;
font-size: 11px;
color: #FFDFAC;
scrollbar-border-color:#000000;
}

