a {
	background-color: transparent;
	color: #2b94a5;
	text-decoration: none;
	font-weight: bold;
}

a.navtop, a.navtop:link, a.navtop:hover, a.navtop:visited, a.navtop:active { font: italic bold 18px "Times New Roman", Times, serif; }

a:link {
	background-color: transparent;
	color: #2b94a5;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color: transparent;
	color: #29585e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #799533;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	background-color: transparent;
	color: #cc0033;
	text-decoration: none;
	font-weight: bold;
}

a.footer, a.footer:link, a.footer:hover, a.footer:visited, a.footer:active { font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; }

a.legal, a.legal:link, a.legal:hover, a.legal:visited, a.legal:active { font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(bg/bg1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font: italic normal 22px Georgia,"Times New Roman" Times serif;
	border-bottom: 2px dotted;
	text-align: left;
}

h2 {
	font: italic normal 20px Georgia,"Times New Roman" Times serif;
	border-bottom: 0px dotted;
	text-align: left;
	width: 80%;
}

h3 {
	background-color: transparent;
	font: normal bolder 14px Arial, Helvetica, sans-serif;
}

h3.fancy {
	font-size: 14px;
	color: #29585e;
	background-image: url(bg/headingbg1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 28px;
	padding-left: 60px;
}

h4 { font-size: 12px; }

h5 { font-size: 11px; }

h6 { font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; }

hr {
	background-color: transparent;
	color: #ffffff;
	border-bottom: 2px dotted #333333;
}

li.rightbar { list-style: disc; margin-left: 0px; line-height: 18px; }

table.rightbar {
	background-image: url(bg/side1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
	color: #333333;
	border: 1px solid #31a4b2;
}

td,th,div,a,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td.banner {
	background-position: center;
	background-color: white;
	height: 113px;
}

td.leftshadow {
	background-image: url(bg/wb9R4C1.jpg);
	background-repeat: repeat-y;
	width: 30px;
}

td.mainbody {
	background-color: white;
	background-image: url(bg/wb9R3C2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 100%;
}

td.navtop {
	background-image: url(bg/wb9R1C2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
	height: 59px;
	color: #315e64;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	line-height: 36px;
}

td.rightbar {
	background-color: transparent;
	color: #333333;
	border: 0px solid #31a4b2;
}

td.rightshadow {
	background-image: url(bg/wb9R4C3.jpg);
	background-repeat: repeat-y;
	width: 29px;
}

.deepgreen { background-color: transparent; color: #5d7227; }

.deepteal { background-color: transparent; color: #29585e; }

.footer { font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; }

.legal { font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; }

.mediumgreen { background-color: transparent; color: #799533; }

.mediumteal { background-color: transparent; color: #2c92a2; }
td.right {
	border-left:;
	border-left-color: #dcdcdc;
	border-left-style: solid;
	border-left-width: 1px;
}
.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #D80101;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}