body {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.blue {
	color: #000080;
}
.red {
	color: #CC0000;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
#content {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
.content {
	padding-right: 40px;
	padding-left: 40px;
}
.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(../../css/images/alexButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad {
	padding: 5px;
	background-color: #CC3333;
}
.twelvefont {
	font-size: 12px;
}
.elevenfont {
	font-size: 11px;
}
.tenfont {
	font-size: 10px;
}
.thirtyonefont {
	font-size: 31px;
}
.grey {
	color: #999999;
}
a:link, a:visited {
	color: #0000CC;
	font-weight: bold;
}
a:hover, a:active {
	color: #CC0000;
	font-weight: bold;
}
.headlineFont {
	font-size: 20px
}
.freeFont {
	font-size: 40px;
	font-style: italic;
}
.subHeadFont {
	font-size: 18px;
	font-weight: bold;
}
ul.blackarrow li {
	list-style-image: url(../images/list-arrow.jpg);
}
.tableBorder {
	border: 2px solid #666666;
}
.footerFont {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/* Menu Code  */
table#MainTable td#Menu {
	height:34px; 
	width: 770px;
	padding: 0px;
	display: block;
	overflow:hidden;
	background:  url(../images/menu1.jpg) bottom left no-repeat #333333;
	vertical-align: top;}
	
table#MainTable td#Menu table {
display: block;
	margin: 0px;} 
table#MainTable td#Menu table td {
	padding: 0px;
	width: 109px;
	height: 34px;
}
table#MainTable td#Menu a {
	display: block;
	float: none; 
	clear: none; 
	text-decoration: none; 
	padding: 8px 0px 0px 0px; 
	border-right: 1px solid #333333; 
	text-align: center; 
	width: 109px; 
	height: 26px;
	overflow: hidden;
	font-size: 12px; 
	color: #ffffff;
	font-weight: bold; }

table#MainTable td#Menu a:hover {
	color:#00bff3;
	background:  url(../images/menu2.jpg) top left no-repeat;
} 

.highlight {
	background-color: #FFFF00;
}
.green {
	color: #006633;
}
.alexButtonPad {
	padding: 6px;
	background-color: #0000CC;
	width: auto;
}
.alexButtonBg {
	background-color: #FFFFFF;
	padding-top: 15px;	
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/covers/abv3Up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	border-top: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	border-left: 2px outset;
}
.alexButtonTw {
	font-size: 9px;
}
.alexButtonPad2 {
	padding: 4px;
	background-color: #CC3333;
	width: auto;
}
.alexButtonBg2 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/covers/abv3Up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	border-top: 2px outset;
	border-right: 2px outset;
	border-bottom: 2px outset;
	border-left: 2px outset;
	padding: 7px 4px;
}

