/*-----------------Various classes----------------*/
.alignrgt {
	text-align:right;
}
.alignctr {
	text-align:center;
}
.grnctr {
	background: #99CC66;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 2px 0 0 2px;
	padding: 2px 0;
	text-align:center;
}
.bluline {
	border: none 0; 
	border-top: 1px solid #034C94;
	border-bottom: 1px solid #fff;
	height: 2px;
}
.nospace {
	margin: 0;
}
.space-tp-btm-ctr {
	text-align:center;
	margin: 20px 0;
}
.space20pxtpbtm {
	margin: 10px 0;
}
.space-tp {
	margin-top: 10px;
}
.space-tp-btm {
	padding: 10px 0;
}
.space-top20px-rgt {
	margin: 20px 0;
	text-align:right;
}
.space-lft {
	margin: 2px 0 0 2px;
}
.space-lft20px {
	padding-left: 20px;
}
.space-rgt {
	margin-right: 2px;
}
.spacetop {
	margin-top: 50px;
}
.spacebottom {
	margin-bottom: 20px;
}
td.aligntop {
	vertical-align:top;
	padding-top: 10px;
}
.div150px {
	width: 150px;
}
.div175px {
	width: 175px;
}
.div200px {
	width: 200px;
}
/*-------Float controls--------*/
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.fltrgtclr {
	clear: both;
	float: right;
}
.imgrgtspace {
	margin: 10px 10px 0 0;
	float: left;
}
.imgfltleft {
	margin: 0 10px 0 0;
	float: left;
}
.imgfltrgt {
	margin: 0 0 0 10px;
	float: right;
}
/*-------Links formatting--------*/
a.whtblu, a:visited.whtblu {
	text-decoration: none;
	color: #fff;
}
a:hover.whtblu {
	color: #034C94;
	text-decoration: none;
}
a.whtgrn, a:visited.whtgrn {
	text-decoration: none;
	color: #fff;
}
a:hover.whtgrn {
	color: #99CC66;
	text-decoration: none;		
}
a:link.blugrn, a:visited.blugrn {
	text-decoration: none;
	color: #034C94;
}
a:hover.blugrn {
	color: #99CC66;
	text-decoration:none;
}
a:link.grnudl, a:visited.grnudl {
	text-decoration: underline;
	color: #99CC66;
}
a:hover.grnudl {
	color: #034C94;
	text-decoration:underline;
}
