
BODY, TD, div, p {
	color : black;
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
}

b{
	color :#000033;
	font-weight: 600;
	font-family :  Verdana, Arial, sans-serif;
	font-size: 13px;
}


body {

 }

H1 {
	font-size: 12pt;
	color: #000033;
}

H2 {
	font-size: 12pt;
	color: #000033;
	text-align: center;
}
H3 {
	font-size: 12px;
}

H4 {
    font-size: 11pt;
		color : #000033;
	}

A {
	text-decoration: none;
	color: ##cc3333;
}

A:Hover {
	text-decoration: none;
	color: navy;
}

HR {
	color: #000033;
	height: 1pt;
}
 .button
   { background-color: #0000BB;
        color:#FFFFFF;
        width:120px;
        border:1px solid #DDDDDD;
        text-align: center;
		  padding: 3px 3px 3px 3px;
		  margin: 2px 2px 2px 2px;
		  text-decoration: none;
	display: block;
		  }
	a.button:hover {
		background-color: #DD0033;
		color:white;
		text-decoration: none;
	}
a.button:visited {
	color: #000033;
		  text-decoration: none;
}

 .button2
   { background-color: #CC3333;
        color:#FFFFFF;
        width:170px;
        border:0px solid #DDDDDD;
        text-align: left;
		  font-size: 11px;
		  padding: 2px 2px 2px 2px;
		  margin: 1px 1px 1px 1px;
		  text-decoration: none;
		  font-weight: bold;
h			  }
	a.button2:hover {
		background-color: #CC3333;
		color: #000033;
		  text-decoration: none;
	}
	a.button2:visited {
		background-color: #CC3333;
		
		  text-decoration: none;
}


.superlink
   { background-color: DD0033;
        color:navy;
        border: 1px solid #000066;
        text-align: center;
		  font-size: 11px;
		  padding: 2px 7px 2px 7px;
		  margin: 2px 2px 2px 2px;
		  text-decoration: none;
		  font-weight: bold;
		  }
	a.superlink:hover {
		background-color: #DD0033;
		border: 1px solid #ffffff;
		color: white;
		  text-decoration: none;
	}
a.superlink:visited {
	color: white;
		  text-decoration: none;
}
.but
   { background-color: #F5F5F5;
        color:navy;
        border:1px solid #DDDDDD;
        text-align: center;
		  padding: 1px 1px 1px 1px;
		  text-decoration: none;
		  }
.att {
		  	border: 1px solid #FF2D2D;
			padding: 1pt 1pt 1pt 1pt;
		  }

.y {
	color: red;

#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{
		background-color: #CC3333;	/* Background color of main menu */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Verdana, Arial; Fonts of main menu items */
		font-size:11pt;	/* 9pt Font size of main menu items */
		border-bottom:0px solid #000000;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */
		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		/*font-weight:bold;*/
		/* 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: Verdana, Arial;	/* Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; Font  of sub menu items */
		background-color:#E2EBED;	/* Background color of sub menu 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 #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #E2EBED;	/* 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: #000;	/* 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: #000;	/* Text color */
		font-size:0.9em; 
	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}
}
