body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;  /*#FFFFFF; #98C000; */
	font-size: 12px;
	color:#666666;
margin:0;
padding:0;
}

#container{
margin: 0 auto; /*Center container on page*/
width: 982px; /* 1000px; */
background-color: #FFFFFF;
}

table.main
{
	background-color: #ffffff;
	width: 962px;
	/* padding-left: 2px;
	padding-right: 2px; */
}

table.container
{
	background-color: #ffffff;
}

table.textbox
{
	background-image: url('../images/textbox.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 810px;
	height: 295px;
}

td.textbox
{
	vertical-align: top;
}

/* td.link */
.link
{
	font-size: 10px;
}

div.textbox
{
	padding: 15px 5px 15px 25px;
}

#customscroll{
/* Typical fixed height and fixed width example */
/*  width: 600px; */
height: 220px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/* padding-right: 10px; */
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #CCCCCC;
}
.vscrollerbar {
width: 10px;
background-color: #8CC73F;
}
.hscrollerbase {
height: 0px;
background-color: #FFFFFF;
}
.hscrollerbar {
height: 0px;
background-color: #FFFFFF;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #50B948;
	margin: 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #8CC63F;
}

td
{
	font-size: 12px;
}

td.bottom
{
	background-color: #63B01F;
	height: 20px;
	color: #ffffff;
}

div.bottom
{
	padding-left: 15px;
}

a:link, a:active, a:visited
{
	color: #8CC63F;
	text-decoration: none;
}

a:hover
{
	color: #50B948;
	text-decoration: underline;
}

a.srollover {
	display: block;
	width: 130px;
	height: 32px;
	background: url(images/btn_login.jpg) 0 0 no-repeat;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
    text-decoration:none;
	text-align:center;
	text-indent: -5px;
	line-height: 35px;
	margin-top: -2px;
	padding-bottom: 2px;	
}
       
a:hover.srollover {
	background-position: -130px 0;
}
