body	{
		margin:0px;
		padding:0px;
		margin-bottom:15px;
		}
form 	{
		margin:0px;
		padding:0px;
		size:auto;
		}
ul		{
		margin:0px;
		padding:0px;
		margin-left:10px;
		list-style:none;
		}

#main_div ul li 	{
		margin-left: 10px; 
		list-style-image: url(../_images/list1.gif);
		padding:0px;
		
		/*background:url(../_images/list1.gif) top left no-repeat;*/
		/*padding:0 0 0 12px*/
		}

#main_div ul li ul li	{
		margin-left: 10px; 
		list-style-image: none;
		padding-bottom:10px;
		
		/*background:url(../_images/list1.gif) top left no-repeat;*/
		/*padding:0 0 0 12px*/
		}



td		{
		font-family:tahoma;
		font-size:11px;
		line-height:14px;
		color:#727171
		}
a		{
		color:#4D879E;
		text-decoration:underline;
		}
a:hover	{
		text-decoration:none;
		}	
		
.more img{
		margin:0 4 0 0px;
		}
		
/*******HEADER****/
.tt1	{
		color:#FFFFFF;
		margin:9 0 0 40px;
		}
.tt1 a	{
		color:#FFFFFF;
		text-decoration:underline;
		}
.tt1 img{
		margin:16 0 0 3px;
		}
.tt2 	{
		margin:10 0 0 96px;
		line-height:16px
		}
.tt2 a	{
		color:#A7E5FF;
		text-decoration:underline
		}
		
.text_f	{
		 background:url(../_images/text_bg.gif) top left repeat-x;
		 }
.text_f img{
		margin:0 0 0 6px;
		}

/*******FOOTER*******/
.footer	{
		margin:30 0 0 39px;
		}
.footer td{
		color:#828080;
		font-size:10px;
		}
.footer strong{
		color:#2B81A4;
		}
		
/******All PAGES ****/
.text1	{
		margin:15 0 0 7px;
		width:433px;
		}
.text1 .left{
		margin:0 13 0 0px;
		}
.text1 .arrow{
		margin:0 5 0 0px;
		}
.text1 .more{
		margin:3 0 0 0px;
		}

.b		{
		font-weight:bold;
		}		


.text2	{
		margin:14 0 0 7px;
		width:198px
		}
.text2 .left{
		margin:1 12 0 0px;
		}
.text2 .arrow{
		margin:0 5 0 0px;
		}

.text3	{
		margin:15 0 0 7px;
		}

.text4	{
		margin:14 0 0 7px;
		}
.text6	{
		width:643px;
		margin:14 0 0 7px;
		}
.text6 strong{
		color:#4D879E;
		}
		
/*******PAGE 1*******/
.f1	td{
		color:#000000;
		}
		
.f1 .radio	{
		width:13px;
		height:13px;
		}
.f1 input{
		width:127px;
		height:18px;
		font-family:tahoma;
		font-size:10px;
		}
.f1 img{
		margin:1 0 0 0 px
		}
		
.p1_t1	{
		background:url(../_images/1_bg1.gif) top left no-repeat;
		margin:1 0 0 23px
		}
.p1_t1 div{
		margin:3 0 0 30px;
		font-size:12px;
		}
.p1_t1 a{
		font-weight:bold;
		text-decoration:none;
		color:#297C9E
		}
		
.p1_t2	{
		margin:10 0 0 7px;
		}
.p1_t2 .more{
		margin:8 0 0 11px;
		}
.p1_t2 .text{
		margin:12 0 0 12px;
		width:192px
		}
.p1_t2 .text .arrow{
		margin:0 5 0 0px;
		}
		
.p1_t3 ul{
		margin:14 0 0 35px;
		}
.p1_t3 .more{
		margin:7 0 0 35px;
		}
		
/******form*****/
.form	{
		margin:17 0 0 7px;
		}
.form input{
			width:213px;
			height:28px;
			font-family:tahoma;
			font-size:11px;
			color:#727171;
			padding:4 0 0 6px;
			}
			
.form textarea{
			width:213px;
			height:148px;
			font-family:tahoma;
			font-size:11px;
			color:#727171;
			padding:4 0 0 6px;
			overflow:auto
			}
.form .more{
			margin:7 0 0 328px;
			}

/* ***************************************************************************** */
h1 {
		font-size:15px;
		color:#297c9e;
		border-bottom:solid 1px #297c9e;
}

h2 {
clear:both;

padding-top:10px;
		
		font-size:20px;
		color:#3692dc;
		font-weight:normal;
}

h3 {
		font-size:12px;
		color:#297c9e;
		font-weight:bold;
}

#menu {
		background:#EEEEEE;
		height:100%;
}


	#menu ul  {
			clear:both;
			list-style:none;
	}

	#menu ul li {
			clear:both;
			list-style:none;
			font-size:12px;
			font-weight:bold;
			color:#297C9E;
			border-bottom:solid 1px #e1e1e1;
			padding:0px;
			margin:0px;
			padding-top:7px;
			padding-bottom:7px;
	}

	#menu A:link{cursor : pointer; color: #297c9e; text-decoration:none; background:none;}
	#menu A:visited{cursor : pointer; color: #297c9e; text-decoration:none;  background:none;}
	#menu A:hover{cursor : pointer; color: #5098b6; text-decoration:underline; background:none;}
	#menu a#current {color: #297c9e; font-weight:bold; border-bottom:#e1e1e1;text-decoration:underline;}
 
 
hr {
clear:both;
background: url(hr.gif)#fff;
background-repeat:repeat-x;
width:100%;
height:6px;
padding:0px;
margin:0px;
margin-top:15px;
border: 0px; 


<!--[if IE]>
display:none;
<![endif]-->
}
