/*------------------------------------------*/
/*											*/
/* 		Focus Software Style Sheet A		*/
/*		v2.1	July 2003					*/
/*											*/
/*		(c) 2003 Focus Software, Inc.		*/
/*		All rights reserved					*/
/*											*/
/*		CSS design by DesignHub				*/
/*		http://www.design-hub.com			*/
/*											*/
/*------------------------------------------*/

@import url(modern.css);

/* General body elements */

body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 16px;
	}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px
	}
a:link { 
	color: #069; 
	text-decoration: none
	}
a:visited { 
	color: #636;	 
	text-decoration: none
	}
a:active{ 
	color: #EBAB00;	 
	text-decoration: none
	}
a:hover { 
	color: #000;		 
	text-decoration: none
	}

/* Heads and subheads */

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #EBAB00
	}

.graysubhead {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666
	}

.orangesubhead {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #EBAB00
	}
a.orangesubhead {
	color: #EBAB00;
	text-decoration: none
	}
a.orangesubhead:hover {
	color: #333
	}

/* Misc elements */

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px
	}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
	}
a.list {
	text-decoration: none;
	color: #069
	}
a.list:hover {
	text-decoration: none;
	color: #000
	}

.light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666
	}
a.light {
	color: #666
	}
a.light:visited {
	color: #666
	}
a.light:hover {
	color: #000
	}

.smallight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CBCBCB
	}
a.smallight {
	color: #9CC
	}
a.smallight:hover {
	color: #999
	}

/* END */