div, p, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #333333;
	font-style : normal;
	line-height : 16px;
}

a:hover { 
	color: #f7650a;
}

h1.pageheading {
	font-size:40px;
	font-weight:normal;
	color:#000;
	padding-top:20px;
	padding-bottom:0px;
}

h1 {
	font-size:17px;
	font-weight:bold;
	color:#333;
	line-height:20px;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	color : #333333;
	letter-spacing : 1pt;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10.5pt;
	color : #CCCC99;
	padding-bottom : 0px;
	padding-top : 3px;
	margin : 0;	
}

h4 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #666633;
	padding : 5;
	background-color : #EBEFD1;
	letter-spacing : 1pt;
}

h5 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #A2B536;
	letter-spacing : 1pt;
	margin : 1px;
}

h6 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10.5pt;
	font-weight : bold;
	color : #666666;
	padding : 5;
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}

.references {
	padding:40px 0 0 20px;
}

.references p {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	line-height:15px;
	font-style:italic;
	color : #666666;
}

ul li {
	list-style-type : none;
	margin-bottom : 15px;
	margin-left : -30px;
	font-weight : bold;
	line-height: 16px;
}

ul li a {
	text-decoration: none;
}

ul li a:hover {
	text-decoration: none;
	color: #000000;
}

.footer {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #666666;
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
}

.smallgrey {
	font-family : Arial, Verdana, sans-serif;
	font-size : 7.5pt;
	color : #666666;
}

.white {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : #FFFFFF;
}

.odd { background-color: #D5D9FE; }
.even { background-color: #EEEEEE; }

hr {
	height : 1px;
	color : #999999;
}

.border {
	border-color : #666666;
	border-style : solid;
	border-width : 1;
	background: #FCFDF4;
	padding:2px;
}


/*MENUS*/

.menu {
	line-height:24px;
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:#ff6633;
	text-decoration:none;
	display:block;
}

span.menu, .menu:hover {
	font-size:20px;
	color:#000;
	line-height:24px;
	padding-bottom:20px;
}

.submenucontainer {
	padding-bottom:25px;
}

span.submenu {
	font-size:15px;
	font-weight:bold;
}

.submenu {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-image : url("/images/submenu_under.gif");
	background-repeat:no-repeat;
	padding:0px;
	display:block;
	height:36px;
	width:80px;
	margin:0 15px 0 0;
	line-height:14px;
}

.submenu:hover {
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	background-image : url("/images/submenu_over.gif");
	background-repeat:no-repeat;
	padding:0px;
	display:block;
	height:36px;
	width:80px;
	margin:0 15px 0 0;
}



/*FORMS*/

.forminput {
	border: 1px solid #999999; 
	background: #EEEEEE;
	color: #666666;
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;	
}
