body {
	background-color: #FFCCFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 25px;
}
.FOTYtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.FOTYsubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.FOTYbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.MainTable {
	border: 10px solid #CC9900;
	padding: 0px;
	background-position: 10px;
		background-image: url(images/MainTable_bg.jpg);
	background-repeat: repeat;
}
.InsideTable {
	padding: 0px;
	border-top: 10px solid #CC9900;
	border-right: 10px none #CC9900;
	border-bottom: 10px solid #CC9900;
	border-left: 10px none #CC9900;
}
.NavTable {
	border-top: 10px none #CC9900;
	border-right: 10px solid #CC9900;
	border-bottom: 2px solid #CC9900;
	border-left: 10px none #CC9900;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/nav_Bg.jpg);
}
a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration:none
}
a:hover{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}

a.Nav {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none
}
a.Nav:hover {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #993300;
}
a.credit {
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none
}
a.credit:hover {
	font:12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.ChildNav {
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left: 20px;
	text-decoration: none
}
a.ChildNav:hover {
	font:bold 10px Arial, Helvetica, sans-serif;
	color: #993300;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CC9900;
	border-bottom-color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CC9900;
	border-bottom-color: #666666;
}
.lines {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C89A00;
}
.linesLight {

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #000000;
	background-color: #FFFFFF;
}
