
	body{
		background-color : White;
		background-image: url(images/bg_body.jpg);
		background-repeat: no-repeat;
		
	}
	
	td{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
		color: #4a4848;
		font-size: 11px;
		font-weight: normal;
	
	}
	
	a{
	color: #024e9c;
		font-size: 11px;
		font-weight: #024e9c;
		text-decoration: none;
	}
	
	a:hover{
	color: #1e7ad8;
		font-size: 11px;
		font-weight: #024e9c;
		text-decoration: none;
	}
	
	li{
		list-style-image : url(images/bullet.gif);
	}
	
	
	.menuleft{
		background-image : url("images/bg_menuleft.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:#024e9c;
		height: 29px;
		display: block;
		
	}
	
	
	.menuleft:hover{
		background-image : url("images/bg_menuleft_a.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:white;
		height: 29px;
		display: block;
	}
	.menuleftselected{
		background-image : url("images/bg_menuleft_a.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:white;
		height: 29px;
		display: block;
	}
	
	
	.menuright{
		background-image : url("images/bg_menuright.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:#024e9c;
		width:145px;
		height: 29px;
		display: block;
		
	}
	
	.menuright:hover{
		background-image : url("images/bg_menuright_a.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:white;
		width:145px;
		height: 29px;
		display: block;
		
	}
	
	.vertpadd{
	padding-top:7px;
	}
	
	.menu{
		background-image : url("images/bg_menu.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:#024e9c;
		height: 29px;
		display: block;
		
	}
	.menu:hover{
		background-image : url("images/bg_menu_a.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:white;
		height: 29px;
		display: block;
		
	}
	
	.menuselected{

		background-image : url("images/bg_menu_a.gif");
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		color:white;
		height: 29px;
		display: block;
		
	}
	
	.dissubmenu{
		text-align: center;
		font-size: 11px;
		color:#818282;
		font-weight: normal;
	}
	
	
	
	
	.dis{
		text-align: center;
		font-size: 12px;
		color:#999da1;
		
	}
	
	.title{
		background-image : url("images/bg_title.jpg");
		font-weight: bold;
		font-size: 12px;
		color:#024e9c;
		padding-left:20px;
		height: 30px;
	}
	
	.subtitle{
		
		font-weight: bold;
		font-size: 12px;
		color:#024e9c;

	
	}
	
	.red{
	font-weight: bold;
	color:#fc480f;
	}
	
	.copy{
	font-size:10px;
	font-weight: normal;
	color:#818282;
	text-align: center;
	}
	

	#submenu {
		position: absolute;
		top:29px;
		left:0px;
		background: #fff;
		width: 131px;
		height: 75px;
		border-left: 1px solid #98a0a5;
		border-right: 1px solid #98a0a5;
		border-bottom: 1px solid #98a0a5;
		text-align: left;
		display: none;
		
	}
	
	#submenu a {
		width: 128px;
		height: 25px;
		display: block;
		color: #024e9c;
		font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		
		xmargin-left:5px;
		padding-left:5px;
	
	}
	#submenu a:hover {
		background: #e2e4e5;
		color: #6c757a;
	}

	
	
	
	
	#submenu2 {
		position: absolute;
		top:29px;
		left:0px;
		background: #fff;
		width: 132px;
		height: 50px;
		border-left: 1px solid #98a0a5;
		border-right: 1px solid #98a0a5;
		border-bottom: 1px solid #98a0a5;
		text-align: left;
		display: none;
		
	}
	
	#submenu2 a {
		width: 129px;
		height: 25px;
		display: block;
		color: #024e9c;
		font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		
		xmargin-left:5px;
		padding-left:5px;
	
	}
	#submenu2 a:hover {
		background: #e2e4e5;
		color: #6c757a;
	}
