.body{
	background-color: #FFFFFF;
	background-image: url(glimgs/bkgd_top.gif);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}
	
.bodytext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal; 
	line-height:22px;
	color:#000000;
	}
	
.bodytextbold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color: #000000;
	}
	
.bodytextitalic{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal; 
	line-height:22px;
	color:#000000;
	}
	
.headline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color: #000000;
	}
	
.hyperlink{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:22px;
	color: #0066CC;
	}

.bottomheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	color: #FFFFFF;
	}
	
.bottomlink{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:22px;
	}
	
.image_left{
	align: left; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left: 0px; 
	margin-right: 30px; 
	float: left;
	}

.image_right{
	align: right; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left: 30px; 
	margin-right: 0px; 
	float: right;
	}
	
.image_text{
	align: left; 
	margin-top: 22px; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	margin-right: 30px; 
	float: left;
	}

.image_border{
   padding:1px;
   border:1px dotted #cccccc;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 10px;
}
li{
	background-image: url(glimgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 17px;
	padding-bottom: 7px;
	}

A.hyperlink:link {text-decoration: none; background-color: #999999; color: #FFFFFF}
A.hyperlink:visited {text-decoration: none; background-color: #999999; color:#FFFFFF}
A.hyperlink:hover {text-decoration: none; background-color: #ff9933; color: #663300}
A.hyperlink:active {text-decoration: none; background-color: #999999;color:#FFFFFF}

A.bottomlink:link {text-decoration: none; background-color: #ffcc00; color: #666666}
A.bottomlink:visited {text-decoration: none; background-color:#ffcc00; color:#666666}
A.bottomlink:hover {text-decoration: none; background-color: #333333; color: #FFFFFF}
A.bottomlink:active {text-decoration: none; background-color: #ffcc00;color:#000000}

A.bodytext:link {text-decoration: none; color: #0033FF}
A.bodytext:visited {text-decoration: none; color: #0033FF}
A.bodytext:hover {text-decoration: underline; color: #0033FF}
A.bodytext:active {text-decoration: none; color: #0033FF}
