<!--
BODY {
 background-color: #CCCCCC;
 background-image: url(images/dot.gif);
 margin: 10px 0px 150px 0px;
 font-family: verdana,arial;
 font-size: 12px;
 line-height: 17px;
 color: #4B4B4B;
}
TD.subbkg {
 background-image: url(images/sub_bkg.jpg);
}
A:link { 
 text-decoration: underline; 
 color: #486D99;
}
A:visited { 
 text-decoration: underline; 
 color: #486D99;
}
A:hover { 
 text-decoration: underline; 
 color: #000000;
}
A:active { 
 text-decoration: underline; 
 color: #000000;
}
TD,P {
 font-family: verdana,arial;
 font-size: 12px;
 line-height: 17px;
 color: #4B4B4B;
}
.main {
 font-size: 11px;
 line-height: 13px;
 text-align: justify;
}
.justify {
 text-align: justify;
}
.clientthumbborder {
 border: solid 1px #000000;
}
.sectitle {
 color: #486D99;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 1px;
}
.highlight {
 color: #486D99;
 font-weight: bold;
}
.footer {
 font-size: 11px;
}
.awesome, .awesome:visited
{
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover
{
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.awesome:active
{
	top: 1px;
	text-decoration: none;
}
.medium.awesome, .medium.awesome:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
}
.blue.awesome, .blue.awesome:visited
{
	background-color: #003665;
}
.blue.awesome:hover
{
	background-color: #004e87;
}

-->