/* style coding definitions
first letters:
h = head
n = navigation
s = stage
f = foot
t = 

second letters:
e = element
s = spacer
t = title
n = navigation
d = deck

third letter:
a = active
i = inactive and italic
o = over
b = bold
e = element
s = small
*/

/* global definitions */
body {
	color: #000000;
	}

/* general link definitions */
A:link {
	font-family: verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffff66;
	font-weight: normal;
	text-decoration: underline;
	}			
	
A:link.norm {
	color: #ffff66;
	text-decoration: underline;
	}
	
A:link.nav {
	color: #ffff66;
	font-weight: bold;
	text-decoration: none;
	}

A:link.img {
	color: #ffff66;
	text-decoration: none;
	}

A:link.fne {
	font-size: 10px;
	color: #ffff66;
	text-decoration: none;
	}

/* active link definitions */
A:active {
	font-family: verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffcc00;
	font-weight: normal;
	text-decoration: underline;
	}

A:active.norm {
	color: #ffcc00;
	text-decoration: underline;
	}

A:active.nav {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
	}

A:active.img {
	color: #ffcc00;
	text-decoration: none;
	}

A:active.fne {
	font-size: 10px;
	color: #ffcc00;
	text-decoration: none;
	}
	
/* visited link definitions */
A:visited { 
	font-family: verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffff99;
	font-weight: normal;
	text-decoration: underline;
	}

A:visited.norm { 
	color: #ffff99;
	text-decoration: underline;
	}

A:visited.nav { 
	color: #ffff99;
	font-weight: bold;
	text-decoration: none;
	}
	
A:visited.img { 
	color: #ffff99;
	text-decoration: none;
	}

A:visited.fne { 
	font-size: 10px;
	color: #ffff99;
	text-decoration: none;
	}
	
/* hover link definitions */
A:hover{ 
	color: #cccccc;
	text-decoration: underline;
 	}

A:hover.norm { 
	color: #cccccc;
	text-decoration: underline;
 	}

A:hover.nav { 
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
 	}

A:hover.img { 
	color: #cccccc;
	text-decoration: none;
 	}

A:hover.fne { 
	font-size: 10px;
	color: #cccccc;
	text-decoration: underline;
 	}
	
/* stage definitions */
DIV.be {
	font-family: verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #ffffcc;
	}

DIV.par { 
	/* this div is for general paragraph formatting */
	margin-bottom: 12px;
	}
	
SPAN.blead {
	font-size: 10px;
	line-height: 13px;
	color: #cccccc;
	}
	
SPAN.beh {
	font-weight: bold;
	}

SPAN.beg {
	color: #cccccc;
	}

SPAN.bs {
	font-size: 10px;
	line-height: 10px;
	color: #cccccc;
	}

SPAN.bsb {
	font-size: 6px;
	line-height: 10px;
	font-weight: bold;
	color: #cccccc;
	}

	
/* footer definitions */
SPAN.feh {
	font-family: verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
SPAN.fe {
	font-family: verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	}
	
SPAN.feb {
	font-family: verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	}


