/* 

Night Sun Cascading Style Sheet

Definitions for consitency within the new site.

*/

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #454181;
}

body,td,th,p,h2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #99FFFF;
}

hr {
	border: 0px;
	color: #9A7110;
	background-color: #9A7110;
	height: 1px;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.normal {
	font-family: Tahoma;
	font-size: 13px;
	color: #99FFFF;
}

.boldOrange	{
	color: #FF9900;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
	

.bignormal {
	color: #99FFFF;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}

.bigyellow {
	color: #FFFF00;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
}

.bigorange {
	color: #FF9900;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}

.biglightblue {
	color: #CCFFCC;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}

.realybiglightblue {
	color: #CCFFCC;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
}
.reallybigorange {
	color: #FF9900;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
}

A:link {
	color: #00FFCC;
	font-size: 10px;
	font-family: Tahoma;
	text-decoration: none;
}

A:visited {
	color: #00CCCC;
	font-size: 10px;
	font-family: Tahoma;
	text-decoration: none;
}

A:active {
	color: #00CCFF;
	font-size: 10px;
	font-family: Tahoma;
	text-decoration: none;
}

A:hover {
	color: #AEFFEF;
	font-size: 10px;
	font-family: Tahoma;
	text-decoration: underline;
}

A.inContent:link {
	color: #00FFCC;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}

A.inContent:visited {
	color: #00CCCC;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}

A.inContent:active {
	color: #00CCFF;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}

A.inContent:hover {
	color: #AEFFEF;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: underline;
}