	body{
		background: #D6ECFE;
		font-family: Arial;
		font-size: 11px;
	}
	
	a.topmenu{
		display: block;
		height: 24px;
		width: 96px;
		text-align: center;
		font-size: 13px; 
		color: #333333; 
		line-height: 30px; 
		font-weight: bold;
		text-decoration: none;
		float: left;
	}
	
	#mainNav{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#mainNav li{
		margin-right: 0px;
		float: left;
	}
	
	li.nav div.subnav{ 
		display: none;	
		position: absolute;
		z-index: 300;
		padding: 10px;
		border-right: 1px solid #000000;
		border-bottom: 3px solid #e4662b;
		margin-top: 24px;
		margin-left: -4px;	
		*margin-left: -107px;	
		list-style: none;
		background: #eaeaea;
		width: 83px;	
		text-align: right;	
	}
	
	li.nav:hover div.subnav{ 
		display: block;
	}		
	
	li.nav div.subnav a{
		display: block;
		height: 18px;
		font-weight: bold;
		font-size: 11px;
	}		
	
	li.nav div.subnav a:hover{
		text-decoration: none;
		color: #e4662b;
	}		
	
	a.topmenu:hover{ 
		text-decoration: none;
		color: #e4662b;
		line-height: 24px; 
		border-top: 3px solid #e4662b;		
	}			
		
	div.menuSeparator{
		width: 1px;
		background: #000000;
		height: 24px;
		margin-top: 3px;
		margin-left: 3px;
		margin-right: 3px;
		float: left;
	}
	div.cwlt{
		width: 6px; 
		height: 6px; 
		line-height: 6px; 
		font-size: 1px;
		overflow: hidden;
		float: left; 
		background: url(../img/cornerlt.png);
	}
	div.bwt{
		height: 5px; 
		line-height: 5px; 
		font-size: 1px;
		overflow: hidden;
		border-top: 1px solid #ffe558; 
		float: left; 
		background: url(../img/bgwhite.png);
	}
	div.cwrt{
		width: 6px; 
		height: 6px; 
		line-height: 6px;
		font-size: 1px;
		overflow: hidden; 
		float: left; 
		background: url(../img/cornerrt.png);
	}
	div.cbrt{
		width: 6px; 
		height: 6px; 
		line-height: 6px; 	
		font-size: 1px;
		overflow: hidden;	
		float: right; 
		background: url(../img/cornerblrt.png);
	}	
	div.bbr{
		width: 6px;
		line-height: 6px; 
		font-size: 1px;
		overflow: hidden;		 
		float: right; 
		background: url(../img/bgblack.png);
	}
	div.cwlb{
		width: 6px; 
		height: 6px;
		line-height: 6px; 
		font-size: 1px;
		overflow: hidden;
		float: left; 
		background: url(../img/cornerlb.png);
	}	
	div.bwb{
		height: 5px; 
		line-height: 5px;
		font-size: 1px;
		overflow: hidden; 
		border-bottom: 1px solid #ffe558; 
		float: left; 
		background: url(../img/bgwhite.png);
	}
	div.cwrb{
		width: 6px; 
		height: 6px; 
		line-height: 6px;
		font-size: 1px;
		overflow: hidden; 
		float: left; 
		background: url(../img/cornerrb.png);
	}
	div.cbbl{
		width: 6px; 
		height: 6px; 
		line-height: 6px; 
		font-size: 1px;
		overflow: hidden;
		float: right; 
		background: url(../img/cornerbllb.png);
	}
	div.cbbr{
		width: 6px; 
		height: 6px; 
		line-height: 6px; 
		font-size: 1px;
		overflow: hidden;
		float: right; 
		background: url(../img/cornerblrb.png);
	}
	div.bbb{
		height: 6px; 
		line-height: 6px;
		font-size: 1px; 
		overflow: hidden;
		float: right; 
		background: url(../img/bgblack.png);
	}		
	a{
		color: #000000;
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	.stripped {
		background: url(../img/stripss.png);
	}
	.stripped2 {
		background: url(../img/stripss2.png);
	}	
	.barTitle{
		display: block;
		color: #FFFFFF;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		line-height: 52px;
	}
	select{
		height: 18px;
		line-height: 15px;
		padding: 1px;
		font-size: 11px;
		border: 1px solid #888888;
		border-collapse: collapse;
	}	
	input{
		font-size: 11px;
		border: 1px solid #888888;
	}
	textarea{
		font-size: 11px;
		border: 1px solid #888888;
	}	
	
.10px{
	font-size: 10px;
}
.11px{
	font-size: 11px;
}
.12px{
	font-size: 12px;
}
.13px{
	font-size: 13px;
}
.14px{
	font-size: 14px;
}
.15px{
	font-size: 15px;
}
.16px{
	font-size: 16px;
}
.17px{
	font-size: 17px;
}
.18px{
	font-size: 18px;
}
.19px{
	font-size: 19px;
}
.20px{
	font-size: 20px;
}	