body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #777777;
}

.justified_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: white;
}

.justified_wb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: white;
	font-weight:bold;
}

.justified_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #777777;
}

.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	font-style: italic;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	font-weight:bold;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight:bold;
}
.t11_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
.t14_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
}
.t11_red_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
}
.t5_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: white;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b4a00;
	font-weight:bold;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b4a00;
	}
a:link {
	text-decoration: none;
}

a:visited {
  	text-decoration: none;
}

a:hover {
	text-decoration: none underline;	
}

a:active {
	text-decoration: none;
}

.tabletop {
	top: auto;
	clip:  rect(auto auto auto auto);
	vertical-align: top;
	background-position: top;
}
.t9_orange { font-family: tahoma; font-size: 9px; color: #F26522; PADDING-RIGHT: 10px; PADDING-LEFT: 5px; PADDING-TOP: 10px;}
.t10_green { font-family: tahoma; font-size: 12px; color: #2B4A00; PADDING-RIGHT: 10px; PADDING-LEFT: 5px; PADDING-TOP: 10px;}
.bluelink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6699CC;
}

.style1 
{
	color: #6699CC;
	font-size: 14px;
	text-transform: uppercase;

}