body  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ABB6B4;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	
}
p  { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold }
td  { font-family: Tahom, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }

a:link { color: #ABB6B4; text-decoration: none }
a:visited { color: #ABB6B4; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: none }
a:active { color: #FFFFFF; text-decoration: none }

.navBottom { font-weight: normal; color: #727272; font-size: 11px; text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif }
.navBottom a:link  { color: #727272; text-decoration: none }
.navBottom a:visited  { color: #727272; text-decoration: none }
.navBottom a:hover { color: #727272; text-decoration: underline }
.navBottom a:active  { color: #727272; text-decoration: underline }

.borderGreen {
	border: 1px solid #7F918E;

}
.borderWhite {
	border: 1px solid #FFFFFF;

}