body {
scrollbar-base-color: #ee1c23;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
 font-family: verdana;
 font-size:12px;
 color:#7c7e80;
}
/* DIV STYLES */
#content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
}

/* LINK COLOURS AND STYLES */
a:link { 
	color: #000000;
	text-decoration: none;
	font-style: italic;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	font-style: italic;
	}
a:hover { 
	color: #ee1c23;
	text-decoration: none;
	font-style: italic;
	}


		A.footer:link  {
		font-family: verdana;
		font-size: 8pt;
        	color : #ffffff;
        	text-decoration : underline;
        }
        
        A.footer:visited  {
        	color : #ffffff;
			font-family: verdana;
			font-size: 8pt;
			text-decoration : underline;
        }
        
        A.footer:hover  {
        	color : #ffffff;
			font-family: verdana;
			font-size: 8pt;
        	text-decoration : none;
        }


		A.toplink:link  {
		font-family: verdana;
		font-size: 10pt;
        	color : #ffffff;
        	text-decoration : none;
        }
        
        A.toplink:visited  {
        	color : #ffffff;
			font-family: verdana;
			font-size: 10pt;
			text-decoration : none;
        }
        
        A.toplink:hover  {
        	color : #ffffff;
			font-family: verdana;
			font-size: 10pt;
        	text-decoration : underline;
        }



TABLE, TD{
 font-family: verdana;
 font-size:12px;
 color:#7c7e80;
}
.h1{
 font-family: verdana;
 font-size:15px;
 color:#7c7e80;
 
}

.h2{
 font-family: verdana;
 font-size:13px;
 color:#ee1c23;
 
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #ebc04f;
	text-align: right;
}