		
		body {
			background-color:#00709f;
			background-image:url('../images/body_bg.gif');
			padding:0px;
			margin:0px;
			overflow:auto;
			scrollbar-arrow-color: #ffffff;
			scrollbar-track-color: d4edfb;
			scrollbar-face-color: #00709f;
			scrollbar-highlight-color: d4edfb;
			scrollbar-3dlight-color: d4edfb;
			scrollbar-darkshadow-color: d4edfb;
			scrollbar-shadow-color: f6fdfe;
		}
		.body_bg_line {
			background:url('../images/body_bg_line.gif') repeat-x;
			height:96px;
			width:100%;
		}
		.menu {
			background:url('../images/navbar_bg.gif');
			height:50px;
			text-align:left;
		}
		.menu_item,.menu_item_ov {
			background:url('../images/navbar_item.gif');
			height:50px;
			width:130px;
			line-height:50px;
			text-align:center;
			font:menu;
			font-weight:bold;
			cursor:hand;
		}
		.menu_item_ov {
			background:url('../images/navbar_item_ov.gif');
		}
		.logo {
			font-family:Arial;
			font-weight:bold;
			font-size:19px;
			color:#888888;
			margin-top:20px;
			text-align:center;
		}
		
		h1
		{
			font-family:Arial;
			font-weight:bold;
			font-size:18px;
			color:#888888;
			margin-top:20px;
			text-align:center;		
			margin-bottom:0px;
		}
		
		h2
		{
			font-family:Arial;
			font-weight:bold;
			font-size:11px;
			color:#888888;
			margin: 0px 00px 0px 0px;
			text-align:left;		
			padding-left: 78px;
		}

		h3
		{
			font-family:Arial;
			font-weight:bold;
			font-size:17px;
			color:#Ffffff;
			margin: 0px 0px 5px 0px;
			text-align:center;	
			border-left:1px solid #afffff;
			border-bottom:1px solid #afffff;
			padding:2px;
		}
		
		h4
		{
			font-family:Arial;
			font-weight:bold;
			font-size:14px;
			color:#ffffff;
			font-weight:bold;
			margin: 0px 0px 5px 0px;
			text-align:center;	
			border-left:1px solid #afffff;
			border-bottom:1px solid #afffff;
			padding:2px;
		}

		h5
		{
			font-family:Arial;
			font-weight:bold;
			font-size:14px;
			color:#Ffffff;
			margin: 0px 0px 5px 0px;
			text-align:center;	
			border-left:1px solid #afffff;
			border-bottom:1px solid #afffff;
			padding:2px;
		
			font-weight:bold;
		}
		
		.main_text {
			padding-top:10px;
			padding-bottop:10px;
			padding-left:10px;
			color: #afffff;
			font-family:Verdana;
			font-size:11px;
			width:380px;
			height:310px;
			overflow:auto;
			overflow-x:hidden;
		}
		.main_text B{
			color: #Ffffff;
			font-family:Verdana;
			font-size:11px;
		}
		
		#link
		{
			color: #afffff;
			font-family:Verdana;
			font-size:11px;
		}
		
		.link_menu
		{
			color: #000000;
			font-family:Verdana;
			font-size:11px;
		}
		
		dl
		{
			margin-left:-60px;
			margin-top:0px;
			margin-bottom:0px;
		}
		
		strong
		{
			padding-left: 30px;
			font-weight:normal;
			font-family:Verdana;
		}
		
		.field
		{
		  width: 92%;
		  border : solid 1px #afffff;
		  font-size : 11px;
		  background:transparent;
		  font-family : Arial, Helvetica, Verdana;
		}
		.button
		{
		  border : solid 1px #afffff;
		  font-size : 11px;
		  background:transparent;
		  font-family : Arial, Helvetica, Verdana;
		  text-align:center;
		  margin-left:45px;
		  width:100px;
		}
