a {
	color: #095c4c;
	font-weight: bolder;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color: #761E2D;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	background:url(../pics/greentop-form.png) top repeat-x;
}
.btn {
	color: #FFFFFF;
	padding: 2px 4px;
	background-color: #3C5C59;
	text-align:center;
	background:none;
	cursor:pointer;
	border:none;
}
.btn:hover {
	color: #FFFFFF;
	padding: 2px 4px;
	text-align:center;
	cursor:pointer;
	border:none;
}
/* Button Background test */
#bulletimage {
	list-style-image: url(../pics/bullet.gif);
}
#button {
	background: url(../pics/btnup.png) no-repeat;
	height:35px;
	width:142px;
	padding-top:3px;
	cursor:pointer;
	text-align:center;
	margin:auto;
}
#button:hover {
	background: url(../pics/btnhover.png) no-repeat;
	color:#fff;
}
#button:active {
	background: url(../pics/btndown.png) no-repeat;
	color:#fff;
}	

h3 {
	color: #7B1E30;
	text-transform: uppercase;
	padding-bottom:0px;
	margin:0px 0px 10px 0px;
}
h4 {
	font-size: 13px;
	text-align: center;
}
img {border: none;}
#nopadding {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabGroup {
	color:#fff;
	}
#tablebg {
	color: #000000;
	background-color: #E6ECEB;
}
.tablebrder {
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #7B1E30;
}
.tablebrdervertical {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9CAC7;
	padding-left: 5px;
}
.tabletopleft {
	background:#E6ECEB url(../pics/table_topleft.png) top left no-repeat;
	width:15px;
	height:15px;
}
.tablebottomleft {
	background:#E6ECEB url(../pics/table_bottomleft.png) bottom left no-repeat;
	width:15px;
	height:15px;
}
.tabletopright {
	background:#E6ECEB url(../pics/table_topright.png) top right no-repeat;
	width:15px;
	height:15px;
}
.tablebottomright {
	background:#E6ECEB url(../pics/table_bottomright.png) bottom right no-repeat;
	width:15px;
	height:15px;
}

#fdic {
	width:95%;
	position:fixed;
	color:#999999;
	bottom: 45px;
	z-index:2000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	z-index:-10;
	}
#grass {
	width:100%; 
	background:url(../pics/grass.png) repeat-x; 
	height:50px; 
	position:fixed; 
	bottom:0px; 
	left:0px;
	z-index:-1;
}
.mainheading {
	font-size: x-large;
	font-weight: bold;
	margin:0px;
}
.full, .half, .threequarter, .quarter,.third,.twothird,.fifth,.twofifth,.threefifth,.fourfifth,.sixth,.fivesixth {float:left;display:inline;padding:3px 5px; }
.full {width:670px;}
.half {width:310px;}
.threequarter {width:495px;}
.quarter {width:145px;}
.third {width:203px;}
.twothird {width:436px;}
.fifth {width:110px;}
.twofifth {width:250px;}
.threefifth {width:390px;}
.fourfifth {width:530px;}
.sixth {width:86px;}
.fivesixth {width:553px;}
.right {text-align:right}
.left {text-align:left;}
.center {text-align:center;}
.vmiddle {vertical-align:middle;}
.next {float:right; height:90px; cursor:pointer;}
.greenborder { border-left:dashed 2px #009933;}
.greenborderright { border-right:dashed 2px #009933;}
.top {margin-top:40px;}
.bottom {margin-bottom:40px;}
.prev {float:left;width:110px; margin-top:20px;cursor:pointer;}
.testborder {border:thin solid #000;}
.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font16 {font-size:16px;}
.bold {font-weight:bold;}
.italic { font-style:italic;}
.padding3 {padding:3px;}
