
.whitetext, TD.whitetext {
	color : #FFFFFF;
	font-size: 7pt;
	font-family : Arial, Helvetica;
}

input, select {
	font-family: verdana;
	font-size: 8pt;
	color: #3C3C3C;
}

input.fs, select.fs {
	font-family: verdana;
	background-color: #FFFFFF;
	border-color: #8D8980;
	border-width: 1;
	font-size: 7pt;
	font-weight: normal;
	color: #3C3C3C;
	width: 120px;
}

input.button1 {
	font-family: verdana;
	background-color: #FF9900;
	border-color: #ff9900;
	border-width: 1;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	width: auto;
}

.blacktext {
	color : #000000;
	font-size: 11pt;
	font-family : Arial, Helvetica, sans-serif;
}


TD, BODY {
	color : #000000;
	font-size: 9pt;
	font-family : Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
}

.heading, TD.heading {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color: #EEC07D;
}

TD.nav {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color: #ffffff;
}

TD.subhead {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-size : 11pt;
	font-weight : bold;
	color: #000000;
}

TD.header {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size : 10pt;
	font-weight: bold;
	color: #FFFFFF
}

TD.whiteheading {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-size : 24pt;
	font-weight: normal;
	color: #FFFFFF
}

.whitesubheading, TD.whitesubheading {
	font-size : 18pt;
	font-weight: normal;
	color: #ffffff;
	font-family: arial, helvetica, verdana;
}

.ltgreytext, TD.ltgreytext {
	font-size : 8pt;
	font-weight: normal;
	color: #E6DFCC;
	font-family: verdana, helvetica, arial;
}

.maroontext, TD.maroontext {
	font-size : 8pt;
	font-weight: normal;
	color: #880000;
	font-family: verdana, helvetica, arial;
}

.smalltext, TD.smalltext {
	font-size: 8pt;
}

.helptext, TD.helptext {
	font-size: 8pt;
	color: #006623;
}

A, A.link, A.active, A.visted {
	color : #483093;
	font-size: 8pt;
	font-family : Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
}

A:hover { 
	color: #3C3C3C;
	text-decoration:underline;
	}

A.smalllink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 7pt;
	color : #880000;
	text-decoration:none;
	font-weight: normal;
}

A.smalllink:hover {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color : #3C3C3C;
}

A.headerlink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 10px;
	color : #E6DFCC;
	text-decoration: none;
}

A.headerlink:hover {
	color : #E6DFCC;
	text-decoration: underline;
}

A.footerlink {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #E6DFCC;
	text-decoration:none;
}

A.footerlink:hover {
	color : #FFFFFF;
	text-decoration: underline;
}

A.newslink {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color : #3C3C3C;
	text-decoration:none;
}

A.newslink:hover {
	text-decoration: underline;
}

A.navlink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 8pt;
	color : #000000;
	text-decoration: none;
	vertical-align: middle;
}

A.navlink:hover {
	color : #000000;
	text-decoration: underline;
}

A.mainlink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 20px;
	color : #000000;
	text-decoration: none;
	vertical-align: middle;
}

A.mainlink:hover {
	color : #000000;
	text-decoration: none;
}

.disabledlink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 20px;
	color : #CCCCCC;
	text-decoration: none;
	vertical-align: middle;
}
.navlink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 8pt;
	color : #CCCCCC;
	text-decoration: none;
	vertical-align: middle;
}
//This is the white transparent area the text will be within
#MenuPos {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}

// '*' means 'every child' basically a wildcard for every chlid of #transbox
#MenuPos * {
	position: relative;
	}

// Styles the text of the div 
#MenuPos div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	}