	/***********************************************************************************************
	
	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: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin-top:0px;
		margin-bottom:0px;						
	}
	body {
		SCROLLBAR-FACE-COLOR: #cccccc; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: green; SCROLLBAR-3DLIGHT-COLOR: green; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
	}
	a:link {
		COLOR: #000000; TEXT-DECORATION: none
	}
	a:visited {
		COLOR: #000000; TEXT-DECORATION: none
	}
	a:hover {
		COLOR: orange; TEXT-DECORATION: none
	}
	.tablemain{	
		border-left:1px solid gray;
		border-bottom:1px solid gray;	
		border-right:1px solid gray;				
	}
	.tablesub{
		border-top:1px solid green;					
		border-left:1px solid green;
		border-bottom:1px solid green;	
		border-right:1px solid green;
		font-size:13px;	/* Font size of main menu items */					
	}
	.tablemidle{
		border-top:1px solid green;						
		border-bottom:1px solid green;	
	}		
	.tablebottom{
		border-bottom:1px solid green;	
	}	
	.invalidlogin{
		border-top:1px solid red;					
		border-left:1px solid red;
		border-bottom:1px solid red;	
		border-right:1px solid red;
		font-size:13px;	/* Font size of main menu items */					
	}							
	.bodyText{
		padding-left:0px;
		padding-right:0px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:13px;	/* Font size of main menu items */			
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:750px;
		border:1px solid  green;
		margin:0 auto;
		background-repeat:repeat;
		padding-top:100px;
	}
	#mainMenu{
		background-color: none;	/* Background color of main menu */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:13px;	/* Font size of main menu items */
		border-bottom:1px solid green;	/* Bottom border of main menu */
		height:0px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */		
	}
	#mainMenu a{
	    text-decoration:none;
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:regular;/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#FFF9F2;	/* Background color of sub menu items */
		font-size:12px;	/* Font size of submenu items */		
		width:100%;	/* Don't change this option */		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid green;
		border-top:1px solid green;
		border-right:1px solid green;		
		background-color: #FFF9F2;	/* 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: green;	/* 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 */
		color: green;	/* Text color */
		font-size: 12px; 
	}	
	#submenu a:hover{
		color: red;	/* #B95C00 color when the user moves the mouse over sub menu items */
	}	
