@charset "utf-8";
/* CSS Document */

/* main CSS starts here */

*
{
margin:0px;
padding:0px;
}

body
{ 
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	background:#f0f1f2;
}
h1
{
	font-size:45px;
	margin:10px 0px 0px 0px;
	text-align:center;
	padding:0px;
	color:#fff;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}

h2
{
	color:#FFF;
	text-align:center;
	font-size:20px;
	font-weight:normal;
}

h3
{
	margin:0px 0px 0px 0px;
	color:#FFF;
	text-align:center;
	font-size:25px;
	font-weight:normal;
}


h4
{
	font-size:16px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	color:#0849b0;
}

h5
{
	font-size:15px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
}
h6
{
	font-size:15px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#0849b0;
}

div
{
	margin:0px;
	padding:0px;
}

a
{
	color:#3A327F;
	text-decoration:none;
	
}

a:hover
{
	color:#E31E25;
	cursor:pointer;
}
#wrapper
{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
}
.header{
	margin:0px auto;
	padding:10px 0px 10px 0px;
	min-height:100px;
	background:#0849b0;
	width:100%;
}
.container{
	margin:0px auto;
	padding:10px 0px 10px 0px;
	background:#FFF;
	width:1000px;
}
.container td{ padding:5px 10px 5px 10px;}

.head_section{
	width:100%;
	background:#e0e9f1;
	margin:10px 0px 10px 0px;
	text-align:center;
	padding:5px 0px 5px 0px;
	font-size:14px;
	float:left;
	clear:both;
}
.textarea1{width:180px; height:25px; border:1px solid #d1e8fc;}
.textarea2{width:300px; height:80px; border:1px solid #d1e8fc;}
.textarea3{width:150px; height:25px; border:1px solid #d1e8fc;}
.textarea4{width:100px; height:25px; border:1px solid #d1e8fc;}
.textarea5{width:50px; height:25px; border:1px solid #d1e8fc;}
.button{
  display: inline-block;
  display: inline;
  zoom: 1;
  padding:4px 10px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #acd9fd;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color:#fff;
  background-color:#44abfc;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius:4px;
 -moz-border-radius:4px;
   -webkit-border-radius:4px;
   -khtml-border-radius:4px;
   -o-border-radius:4px; 
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
}

.button:hover{
  border-radius:4px;
 -moz-border-radius:4px;
   -webkit-border-radius:4px;
   -khtml-border-radius:4px;
   -o-border-radius:4px; 
    background-color:#0849b0;
  color:#fff;
}
.radio_section{
	float:left;
	margin:0px 0px 5px 20px;
	padding:5px 20px 5px 20px;
	background:#f2f3f3;
}
.font{ font-size:12px; font-weight:bold;}
.footer{
	width:100%;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:12px;
	background:#0849b0;
	text-align:center;
}