/* font sizes */

.headhuge {
	font-size: 40px;
}

.headsuper {
	font-size: 28px;
}

.headlg {
	font-size: 20px;
}
.headmd {
	font-size: 14px;
}
.headmdgray {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #A1A5A9;
}
.note {
	font-size: 11px;
}

/* hidden layer voodoo magic */
.hidden {
	visibility: hidden;
}

/* variable effects - lightsOn */
.nolink {
	text-decoration: none;
}
.link {
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
a.nav {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}
a.nav:hover {
	text-decoration: underline;
}
a.navdown {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}
.nav {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}
.navfooter {
        color: #ffffff;
        text-decoration: none;
        font-family: Verdana, Tahoma, Helvetica, sans-serif;
        font-size: 13px;
}
.navfooter:hover {
        text-decoration: underline;
}
.help{
	cursor: help;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #A1A5A9;
	text-decoration: none;
}
.helptopic{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #A1A5A9;
	text-decoration: none;
}
.buttons {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #A1A5A6;
	border-style:solid;
	border-color: #A1A5A6;
	cursor: hand;
}
.smbuttons {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #A1A5A6;
	border-style:solid;
	border-color: #A1A5A6;
	cursor: hand;
}
input.button{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #A1A5A9;
	border-style:solid;
	border-color: #A1A5A9;
	cursor: hand;
}
.helpbox {
	width: 200px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	border-style:solid;
	border-width:2px;
	border-color: #A1A5A9;
	cursor: help;		
	position: absolute;
	visibility: hidden;
	margin : 15px;
	padding : 10px;
}
.box {
	background-color: #666666;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
a.imgborder {
	color: #999999;
}
a.imgborder:hover {
	color: #FFFFFF;
}

a.thumbborder {
        border: 0px solid #999999;
}
a.thumbborder:hover {
        color: #000000;
}


/* variable colors - lightsOn */
.offshade {
	color: #EEF2F2;
}
.offshadebg {
	background-color: #000000;
}
.offhigh {
	color: #DCE3E9;
}

.offlow {
	color: #A7BBC5;
}

.modoffshade {
	color: #A7BBC5;
}
.modoffshadebg {
	background-color: #A7BBC5;
}
td.modoffshadebg {
	background-color: #A7BBC5;
	color: #ffffff;
}
.offshadowbg {
	background-color: #1B1B1B;
}

/* absoloute colors */
.black {
	color: #000000;
}
.blackbg {
	background-color: #000000;
}
.white {
	color: #ffffff;
}
.whitebg {
	background-color: #ffffff;
}
.red {
	color: #990000;
}
.offblack {
	color: #CDCDCD;
}
.offwhite {
	color: #EEF2F2;
}

.offgray {
	color: #A1A5A9;
}
.gray {
	color: #666666;
}
.graybg {
	background-color: #666666;
}
.dkgray {
	color: #333333;
}
.dkgraybg {
	background-color: #333333;
}
.offblue {
	color: #A1A5A9;
}
.offbluebg {
	background-color: #A1A5A9;
}
.modblue {
	color: #A7BBC5;
}.modbluebg {
	background-color: #A7BBC5;
}

.offlowbg {
	background-color: #CDCDCD;
}

.offhighbg {
	background-color: #E6E6E6;
}

.smborderdown {
        border: thin solid #FFFFFF;
}
.smborder {
        border: 1px solid #FFFFFF;
}

.smborderoff {
		border: 1px solid #999999;
}

.blue {
	color: #6699CC
}

