/* CSS Document */

h2{ font-size:20px; margin-left:5px; color:#FFFFFF; margin-top:0;}
h3 { font-size:9;}
h4{ font-size:20px; color:#006fc4;}



.text
{
	text-decoration:none;
	list-style:none;

	padding:0;
	margin:0px;
}


.text2
{
	text-decoration:none;
	list-style:none;
	padding:0;

	color:#006fc4;
	font-weight:bold;
}

a
{
	text-decoration:none;
}

a:visited
{
	text-transform:none;
}

.center_sidebar a
{
	color:#0033FF;
	text-decoration:none;
}


.center_sidebar a:visited
{
	color:#0033FF;
	text-decoration:none;
}




.text li a
{
	font-size:13px;
	text-decoration:none;
	list-style:none;

	padding:0;
	color:#ffffff;
	font-weight:bold;
}

.text li a:hover
{
	text-decoration:none;
	color:#000099;
	font-weight:bold;
}

.text li a:active
{
	color:#666666;
	font-weight:bold;
}

.footer_text
{
font-size:11px;
padding:2px;
}


.tl a
{
font-size:11px;
text-decoration:none;
color:#000000;
}


.tl a:hover
{
font-size:11px;
text-decoration:underline;
color:#000000;
}

.footer_text h3
{
	color:#0066FF;
	font-size:12px;
}


.footer_text a
{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding:2px;
}

.footer_text a:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#0000CC;
	font-size:12px;
	padding:2px;
}

.box
{
	 background-image:url(images/how_back.gif); 
	 background-repeat:repeat-x; 
	 background-color:#4498ef; 
	 width:250px; 
	 margin:0px;
}


.box ul
{
	margin:0px;
	padding-left:5px;
}

.textbox
{
	padding-right:15px;
	padding-left:5px;
}




tr.header{
background-image:url(images/gradient_footer.gif);
}
.tdHeader
{
padding-top:5px; 
color:#333333; 
font-weight:bold;
text-indent:10px;
background-image:url(images/ch_4.gif);
}
.tdHeader2
{
padding-top:1px; 
color:#333333; 
font-weight:bold;
text-indent:10px;
background-image:url(images/ch_4.gif);
}

.InnerHeader
{
color:#333333;
font-weight:bold;
background-color:#EBEBEB;
text-indent:10px;
}
.contactHeader
{
color:#333333;
font-weight:600;
background-color:#EBEBEB;
padding-left:10px;
}
.redStar
{
color:#FF0000;
}

.container{
 border-style:solid;
 border-collapse:collapse; 
 border-bottom-color:#CCCCCC; 
 border-left-color:#CCCCCC; 
 border-right-color:#CCCCCC; 
 border-top-color:#CCCCCC;
 }
 .bgGrey{
 background-color:#CCCCCC
 }
 
  .h20{
 height:20px;
 }
  .h40{
 height:20px;
 }
 .center{
 text-align:center;
 }
 
  .message{
 text-align:justify;
 line-height:20px; 
 text-indent:15px;
 padding-bottom:10px; 
 padding-left:10px; 
 padding-right:10px; 
 padding-top:10px;
 }
 .messageHeader{
 background-color:#F8F8F8;
 padding-left:10px;
 height:20px;
 }
  .success{
 color:#4D735B;
 font-weight:700;
 text-align:center;
 }
 .articleTitle{
 font-weight:600;
 padding-left:15px;
 }
 .contentPara{
 line-height:17px;
 text-indent:10px;
 text-align:justify;
 }
  .contentPara:first-letter{
  color:#006600;
  font-weight:bold;
 }