	<style type="text/css">
	/***********************************************************************************************
		Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
		Get this and other scripts at www.dhtmlgoodies.com
		You can use this script freely as long as this copyright message is kept intact.
	***********************************************************************************************/
	body{
		font-family: verdana,arial,sans-serif;
		margin-top:0px;
		font-size:9pt; 				
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #444444;	
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:600px;
		border:15px solid #AE5700;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{
		background-color: #232323;	/* Background color of main menu */
		font-family: verdana,arial,sans-serif;	/* Fonts of main menu items */
		font-size:11px;	/* Font size of main menu items */
		border-bottom:1px solid #AE5700;	/* Bottom border of main menu */
		font-weight:bold;
		height:40px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		padding-bottom:7px;
		padding-top:4px;
		font-weight:bold;		/* Don't change these two options */
		color: #FF9900; 
		text-decoration: none;
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: verdana,arial,sans-serif;	/* Font  of sub menu items */
		background-color:#121212;	/* Background color of sub menu items */
		height:20px;
		padding-top:5px;	
		color: #FFFFFF;
		width:100%;	/* Don't change this option */
		border-bottom:1px solid #000000;
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:4px solid #AE5700;
		border-top:1px solid #AE5700;
		border-right:1px solid #000000;		
		background-color: #171717;	/* Background color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color:#FFFFFF;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		padding-bottom: 5px;
		color: #FFFFFF;	/* Text color */
		font-size:11px; 
	}
	
	#submenu a:hover{
		/* color: #FFffff;	Red color when the user moves the mouse over sub menu items */
		color: #FF9900; 
		text-decoration: underline;
	}
	
	img {
		border: 0;
	}
	A:link img {
		BORDER-RIGHT: #222222 1px solid; 
		BORDER-TOP: #222222 1px solid; 
		BORDER-LEFT: #222222 1px solid; 
		BORDER-BOTTOM: #222222 1px solid;
	}
	.celll {
		width: 16%; 
		border: 1px solid #000000; 
		background: #232323; 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		vertical-align: top;
	}
	.topdiv {
		background: #333333; 
		border: 0; 
		color: #616161;
	}
	.maintab {
		border: 1px; 
		width: 900px; 
		cellpadding: 2; 
		cellspacing: 1; 
		bordercolor: #171717;
	}
	A {
		text-decoration: none; 
		color: #D6D6D6;
	}
	A:hover {
		color: #FF9900; 
		text-decoration: underline;
	}
	A:hover img {
		BORDER-RIGHT: #FF9900 1px solid; 
		BORDER-TOP: #FF9900 1px solid; 
		BORDER-LEFT: #FF9900 1px solid; 
		BORDER-BOTTOM: #FF9900 1px solid;
	}
	.input {
		background-color: #D6D6D6; 
		height: 18px; 
		color: #000000; 
		cursor:hand; 
		font-size:10px; 
		font-family: Verdana, Arial, Helvetica;
	}
	ol {
		font-size:9pt; 
		font-family: verdana,arial,sans-serif; 
		list-style-position: outside;
	}
	td {
		font-size:8pt; 
		font-family: verdana,arial,sans-serif; 
	}
	
	</style>/* CSS Document */