
/* global definitions */

/* global definitions */
body {
	font-family: verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	}

/* general link definitions */
A:link {
	font-family: verdana, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}			
	
A.norm:link {
	}
	
A.ne:link {
	color: #666666;
	}

A.fne:link {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

A.fe:link {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}
	
/* active link definitions */
A:active {
	font-family: verdana, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}

A.norm:active {
	}
	
A.ne:active {
	color: #666666;
	}
	
A.fne:active {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

A.fe:active {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}
	
/* visited link definitions */
A:visited { 
	font-family: verdana, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}

A.norm:visited {
	}
	
A.ne:visited {
	color: #666666;
	}
	
A.fne:visited {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

A.fe:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}

/* hover link definitions */
A:hover { 
	font-family: verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
 	}

A.norm:hover {
 	}
	
A.ne:hover {
	color: #FF9900;
	}
	
A.fne:hover {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

A.fe:hover {
	font-size: 10px;
	color: #FF9900;
	text-decoration: underline;
	}

/* body definitions */
DIV.body {
	font-family: verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
	}

DIV.nav {
	font-family: verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 0px;
	}

DIV { 
	/* this div is for paragraph formatting */
	margin-bottom: 12px;
	}

/* footer definitions */
DIV.fe {
	font-family: verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 0px;
	}

/* text formatting */
SPAN.head {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	}

SPAN.italics {
	font-style: italic;
	}

SPAN.underline {
	text-decoration: underline;
	}
	
SPAN.bold {
	font-weight: bold;
	}
	
SPAN.large {
	font-size: 13px;
	line-height: 17px;
	}

SPAN.small {
	font-size: 6px;
	line-height: 9px;
	}


