
/* 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.rnea:link {
	font-size: 11px;
	color: #006500;
	text-decoration: none;
	}
	
A.rnei:link {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
	
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.rnea:active {
	font-size: 11px;
	color: #006500;
	text-decoration: none;
	}
	
A.rnei:active {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
	
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.rnea:visited {
	font-size: 11px;
	color: #006500;
	text-decoration: none;
	}
	
A.rnei:visited {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
	
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: #669B02;
	text-decoration: underline;
 	}

A.norm:hover {
 	}
	
A.rnea:hover {
	font-size: 11px;
	color: #006500;
	}
	
A.rnei:hover {
	font-size: 11px;
	color: #669B02;
	text-decoration: underline;
	}
	
A.fne:hover {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

A.fe:hover {
	font-size: 10px;
	color: #669B02;
	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;
	}
