
body {
    font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#F2FADC url(../images/bg.gif);
	text-align: center;
}

h1 {
    letter-spacing: 0.25em;
	font: 14pt verdana,arial,sans-serif;
	color: #996633;
	font-weight: bold;
	margin: 18px 0px 15px 0px;
}

h2 {
	font: bold normal 12pt verdana,arial,sans-serif;
	color:#90BE1C;
	font-weight: bold;
	margin: 15px 0px 12px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #90BE1C;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #90BE1C;
}

A:link { 
color: blue; 
text-decoration:underline;
}
A:visited {
color: blue; 
text-decoration:underline;
}
A:hover {
color:blue;
text-decoration: underline;
}

p{ 
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: black; 
}

td{ 
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: black; 
}

A.green:link {
	color: green;
	text-decoration: underline
}
A.green:visited {
	color: green;
	text-decoration: underline
}
A.green:hover {
	color: green;
	text-decoration: underline
}

ul{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color: black;
	list-style-type: square;
}

ul.square { 
list-style-type: square;
 }

 .mainborder {
	border: 1px solid #CCC;
}

 .dotsborder {
	border: 1px dotted #333;
}

 .lr-border {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

 .l-border {
	border-left: 1px solid #CCC;
}

 .r-border {
	border-right: 1px solid #CCC;
}


.imageborder{
	border: 1px solid #666666;
}

.linkcell {
cursor : hand;
} 

 .dots {
	border-left: 1px dotted #666666;
}

.padding1{
	padding : 10px 8px 2px 10px;
}

.padding2{
	padding : 15px 15px 10px 15px;
}

.content1{
	background-color : #FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding : 5px 5px 5px 5px;
}

.forms{
	background-color : #ECFDEC;
	border-right:1px solid #90BE1C;
	border-left:1px solid #90BE1C;
	border-top:1px solid #90BE1C;
	border-bottom:1px solid #90BE1C;
	padding : 0px 0px 0px 0px;
}

.rightnav{
	background-color : #ECFDEC;
	border-right:1px solid #90BE1C;
	border-left:1px solid #90BE1C;
	border-top:1px solid #90BE1C;
	border-bottom:1px solid #90BE1C;
	padding : 5px 5px 5px 5px;
}

.rightnav2{
	background-color : #F0F5FF;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding : 5px 5px 5px 5px;
}



