body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #5A504B;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.leftspace {
	PADDING-LEFT: 8px; 
}

td.center {
	text-align: center;
}

th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.border{
	border-color: #166294;
	border-style: solid;
	border-width: 1px;
}

a{
	text-decoration: none;
	color: black;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	color: #8CA8D0;
	font-size: 11px;
}

a.gray10 {
	text-decoration: none;
	color: #A5A5A5;
	font-weight: none;
	font-size: 10px;
}

a.gray10:hover {
	text-decoration: none;
	color: #B0D611;
	font-weight: none;
	font-size: 10px;
}

a.gray11{
	text-decoration: none;
	color: #A5A5A5;
	font-weight: bold;
	font-size: 11px;
}

a.gray11:hover {
	text-decoration: none;
	color: #B0D611;
	font-weight: bold;
	font-size: 11px;
}

a.blue12{
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
}

a.blue12:hover {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
}

/* Blue Class */
.blue14 {color: #006699; font-size: 14px; font-weight: bold;}
.blue35 {color: #006699; font-size: 35px;}

/* Black Class */
.black14 {color: #000000; font-size: 14px; font-weight: bold;}

/* Maroon Class */
.maroon14 {color: #990000; font-size: 14px; font-weight: bold;}
