/* ------- Whole site text main text style */

body, td, th, ul, input, select, textarea {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:italic;
}

.GeneralCellSpacing10px {
	height:10;
}

a:link, a:visited {text-decoration:none; font-weight:bold; color:#000000}
a:hover, a:active {text-decoration: none; font-weight:bold; color: #ffffff}


.HomePageLink a:link, .HomePageLink a:visited {
	color: #d9c00d;
	text-decoration:none;
}

.HomePageLink a:hover {
	text-decoration: none;
	color: #e30d2b;
}


/* -------------------------------------------------------- Top navigation stlye */

.NavTop {
	font-size: 8pt;
	border-right:1px solid #000000;
	border-bottom:3px solid #6699ff;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#cccccc;
	text-align: center;
	height:23;
	font-weight:bold;
	}

.NavTop a:link, .NavTop a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.NavTop a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #6699ff;
}


/* -------------------------------------------------------- Bottom navigation stlye */

.NavBottom {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	background-color:#cccccc;
	border-top:3px solid #6699ff;
	border-bottom:3px solid #6699ff;
	padding-bottom:10;
	margin-top:10px;
	font-weight:bold;
}

.NavBottom a:link, .NavBottom a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.NavBottom a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #6699ff
}


/* -------------------------------------------------------- Site Content Style's */

.PageHeading {
	font-size: 12pt;
	border:2px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6699ff;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#000000;
	text-align: center;
	height:23;
	font-weight:bold;
}


.MainContentStyle {
	background-color:#efefef;
}



/* -------------------------------------------------------- Any page's heading's Style */

.HeadingTableCellStyle {
	padding-top: 3px;
	padding-bottom: 3px;
}

.HeadingText, span.HeadingText {
	color: #D9C00D;
	font-size: 14pt;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 10px;
}

.HeadingText1, span.HeadingText1 {
	color: #ad7643;
	font-size: 14pt;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 10px;
}

.SubHeadingText, span.SubHeadingText {
	color: #D9C00D;
	font-size: 12pt;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 10px;
}

.SubHeadingText1, span.SubHeadingText1 {
	color: #ad7643;
	font-size: 12pt;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 10px;
}