/* ========================= Global Classes ========================= */
.fnt10 { font-size:10px; }
.fnt11 { font-size:11px; }
.fnt12 { font-size:12px; }
.fnt14 { font-size:14px; }
.fnt15 { font-size:15px; }
.fnt17 { font-size:17px; }

.fntlnh18 { line-height:18px; }
.fntlnh20 { line-height:20px; }
.fntlnh22 { line-height:22px; }
.fntlnh30 { line-height:30px; } 

.fntver { font-family:Verdana, Arial, Helvetica, sans-serif; padding-right:100px;}
.fntver a  {text-decoration: underline; font-weight:bold }
.fntver a:hover {color:#000000; text-decoration:none; }

.fntgeo { font-family:Georgia, Times New Roman, Times, serif; }
.fntgeo a:hover {color:#000000; text-decoration:underline; }

.fntcoldpblue { color:#275873; }
.fntcolblack  { color:#000000; }
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.error, .red  
{
	background:#FFEBE8 none repeat scroll 0%;
	border:1px solid #DD3C10;
	margin:0pt 10px 10px;
	padding:10px;
	display: block;
}
.correct, .green
{
	background:#E6FCE6 none repeat scroll 0%;
	border:1px solid #84DB12;
	margin:0pt 10px 10px;
	padding:10px;
	display: block;
}
.info
{
	background:#FBFCE6 none repeat scroll 0%;
	border:1px solid #D9B411;
	margin:0pt 10px 10px;
	padding:10px;
	display: block;
}


/* ========================= Common Style ========================= */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
ul.blt{
	list-style-image:url(../images/arrow1.gif);
}
.copyright{
	font-size:11px;
	color:#666666;
	 text-align:center;
	 line-height:30px;
}
.copyright a{
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.copyright a:hover{
	color:#FF6600;
}

h1 {
	color:#275873;
	font-size:24px;	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color:#275873;
	font-size:20px;	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color:#000000;
	font-size:24px;	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ========================= Home Page Style ========================= */
.hmbtm {
	background-image: url(../images/bg_hm.jpg);
	background-repeat: repeat-x;
	height: 211px;
	vertical-align:top;
}
.bghmcontent {
	background-image: url(../images/bg_homecont.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	font-size:12px;
	line-height:18px;
	padding:15px 0px 15px 20px;
	color: #333333;
}
.hmbtmnavi {
	font-size: 11px;
	text-align:center;	
}
.hmbtmnavi a{
	text-decoration: none;
	color:#000000;
}
.hmbtmnavi a:hover{
	color:#ffffff;
}

/* ========================= Inside Page Style ========================= */
.bgintop {
	background-image: url(../images/bg_intop.jpg);
	background-repeat: repeat-x;
	height: 114px;
	vertical-align:top;
}
.bgincontent {
	background-image: url(../images/bg_inmp.jpg);
	background-repeat: repeat;
}
.btmnavi {
	background-image: url(../images/bg_inbtm.jpg);
	background-repeat: repeat-x;
	height: 81px;
	font-size: 11px;
	text-align:center;	
}
.btmnavi a{
	text-decoration: none;
	color:#000000;
}
.btmnavi a:hover{
	color:#ffffff;
}
.bginnavi {
	height: 32px;
	clear: both;
	float: left;
	width: 840px;	
	font: bold 11px verdana, Arial, Helvetica, sans-serif;		
}
#inmpcontent{
	background:url(../images/bg_inbtmmp.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* ========================= Box Style ========================= */

.bgbox1{
	background:url(../images/bg_vr-box.jpg);
	background-repeat:repeat-x;
	padding:0px 50px;
}

.bgbox1 ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.bgbox1 ul li{
	background:url(../images/bg_title2.jpg);
	background-repeat:no-repeat;
	line-height:30px;
}
.bgbox1 ul li a{
	background:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	text-decoration:none;
	color:#275873;
}

.bgbox2{
	background:url(../images/bg_hz-box.jpg);
	background-repeat:repeat-y;
	padding:20px;
}

.bgbox2 .title{
	background:url(../images/bg_title1.jpg);
	background-repeat:no-repeat;
}
.bgbox2 a{
	line-height:23px;
	text-decoration:none;
	color:#275873;	
}

.bgbox2 p{
	padding:10px 0px;
	font-size:12px;
	line-height:18px;
}

.bgbox2 a.lnk{
	color:#000000;
	font-size:12px;	
	font-weight:bold;
	background:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 15px;
	text-decoration:underline;
}
.bgbox2 a.lnk:hover{
	color:#275873;
	text-decoration:none;
}
.bgbox2 .txtset{
	padding-bottom:50px;
}
.txtset1{
	padding:0px 0px 0px 50px;
	text-align:justify;
}
.txtset1 p.blt{
	font-weight:bold;	
	background:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.txtset1 p{
	margin:0px;
	padding:0px 0px 0px 20px;
}

.faq a{
	color:#000000;
	font-size:12px;	
	font-weight:bold;
	list-style-image:url(../images/arrow1.gif);
	text-decoration:none;
}

.faq a:hover{
	color:#275873;
	font-size:12px;	
	font-weight:bold;
	list-style-image:url(../images/arrow1.gif);
	text-decoration:underline;
}

.faq li {
	padding-bottom:10px;
}
body {
font-size:12px;
}
