body {
	background-color:#8CA2B9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family:"Trebuchet MS", Verdana, sans-serif;
	background-repeat: repeat-x;
}
	
A:link   {color:#00A0C6;
          font-weight:700;
          Text-decoration:underline;}
A:active {color:#00A0C6;
          font-weight:700;
          Text-decoration:underline;}
A:visited{color:#00A0C6;
          font-weight:700;
          Text-decoration:underline;}
A:hover  {color:#02C1EE;
          font-weight:700;
          Text-decoration:underline;}
td {
	font-size: 12px;
	color:#000099;
    font-family:"Trebuchet MS", Verdana, sans-serif;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:700;
}

.highlight {
	color:#00A0C6;
}

.specials {    
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #000099;
	font-size: 14px;
	}
	
.specials55 {
	font-size:12px;
	}
			
.specialsBold {
	font-weight:700;
	font-size: 16px;
	}
	
.large {
	font-size:14px;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}