
BODY {background:#000000 url(spacer.gif) no-repeat}

A:link {color:#ffc600; text-decoration:underline;}
A:visited {color:#ffc600; text-decoration:underline;}
A:hover {color:#ffffff; text-decoration:underline;}
A:active {color:#ffffff; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none; font-size: 22px;}
A.nav:visited { color:#ffffff; text-decoration:none; font-size: 22px;}
A.nav:hover { color:#fff22f; text-decoration:underline; font-size: 23px;}
A.nav:active { color:#fff22f; text-decoration:none; font-size: 23px;}

A.foot:link { color:#673c11; text-decoration:none;}
A.foot:visited { color:#673c11; text-decoration:none;}
A.foot:hover { color:#000000; text-decoration:underline;}
A.foot:active { color:#000000; text-decoration:none;}

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #EFB71A;
	text-decoration: none;
	letter-spacing: 1px;
}

.headerText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 29px;
	line-height: 32px;
	font-weight: normal;
	color: #e6b1c5;
	text-decoration: none;
	letter-spacing: 1px;
}

.mainfooter {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

table.dots {
	border-width: 0px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.dots th {
	border-width: 5px;
	padding: 1px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
}
table.dots td {
	border-width: 5px;
	padding: 1px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
}

table.normal {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.normal th {
	border-width: 0px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}
table.normal td {
	border-width: 0px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}

.shadowframe
{
padding: 8px;
border: 1px solid #CCC;
box-shadow:8px 8px 12px #888;
border-radius:6px;
}

.frame
{
padding: 2px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:6px;
max-width: 100%;
height: auto;
}

.resize
{
max-width: 100%;
height: auto;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #026435;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 20px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #7A003B,
		inset 0px 15px 2px #6D0035,
		inset 0px 25px 25px #7A003B;
	}