@charset "utf-8";
	.bodyText{
	padding-left:0px;
	padding-right:0px;
	border-top:1px solid #305893;
	font-size: 12px;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:600px;
		border:0px solid #305893;
		margin:0 auto;
		background-image:url('file:///C|/www/images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{
	background-color: #FFF;	/* Background color of main menu */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
	font-size:12px;	/* Font size of main menu items */
	border-bottom:0px solid #305893;	/* Bottom border of main menu */
	height:25px;	/* 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 */
	color: #FFFFFF;
	}
	#submenu{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
	background-color:#666666;	/* Background color of sub menu items */
	width:100%;	/* Don't change this option */
	color: #FFFFFF;
	}	
	#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: #666666;	/* 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: #666666;	/* 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: #FFFFFF;	/* Text color */
	font-size:11px;
	}
	
	#submenu a:hover{
	color: #FFFFFF;
	font-weight: bold;
	}
	
.bodyTexthomepage {
	padding-left:0px;
	padding-right:0px;
	border-top:1px solid #305893;
	font-size: 12px;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: none;
	text-transform: capitalize;
}
.ltvlogo {
	margin-left: 15px;
	margin-top: 15px;


}
.TEXT {
	padding-left:0px;
	padding-right:0px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
