body {
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20;
	color: #cccccc;
	text-align: right;
}

h2 {
	color: #cccccc;
	font-weight: bold;
	font-size: 15;
}

img {
	border: 0;
}
td {
	vertical-align: top;
	color: #cccccc;
	font-size: 12;
}

/* Normal Links */
a:link {
	COLOR: #666666;
 	text-decoration: none;
}
a:visited {
	COLOR: #666666;
	text-decoration: none;
}
a:hover {
	COLOR: #f9a220;
	text-decoration: none;	
}

a:active {
	COLOR: #666666;
	text-decoration: none;	
}
/* Menu Links */
/* Color 1 */
a.menuA:link {
	COLOR: #666666;
 	text-decoration: none;
 	font-size: 22;
}
a.menuA:visited {
	COLOR: #666666;
	text-decoration: none;
	font-size: 22;	
}
a.menuA:hover {
	COLOR: #f9a220;
	text-decoration: none;	
	font-size: 22;
}

a.menuA:active {
	COLOR: #666666;
	text-decoration: none;	
	font-size: 22;
}

/* Color 2 */
a.menuB:link {
	COLOR: #333333;
 	text-decoration: none;
 	font-size: 22;
}
a.menuB:visited {
	COLOR: #333333;
	text-decoration: none;
	font-size: 22;
}
a.menuB:hover {
	COLOR: #f9a220;
	text-decoration: none;	
	font-size: 22;
}

a.menuB:active {
	COLOR: #333333;
	text-decoration: none;	
	font-size: 22;
}

/*Contact info text */
td.contact {
	font-size: 10;
	color: #666666;
}
