/* CSS Document */
body
{
	font-family:Arial;
	background-color:#f0f0f0;
	color:#595959;
	font-size:11px;
	margin:0px;
	font-weight:normal;

	
}
.topic {
  color: #333333;
  font-weight: bold;
  background-color: #ffffff;
}

.link {
  color: #000;
  background-color: #ffffff;
}

ul{
	margin:10px 10px 10px 10px;
	padding-left:10px;
}
li{
	margin:10px 10px 10px 10px;
}

.bor-colunm
{
	border-left : 1px solid #dadbdc;
	border-right : 1px solid #dadbdc;
	padding-right:10px;
	padding-left:10px;
}
.bor-right
{
	border-right : 1px solid #dadbdc;

}
.bor-top
{
	border-top : 1px solid #dadbdc;

}
.bor-bottom
{
	border-bottom : 1px solid #dadbdc;
	padding-top:10px;
	padding-bottom:5px;

}
.bor-case
{
	border-top : 1px solid #dadbdc;
	border-bottom : 1px solid #dadbdc;

}
.bor-case2
{
	border-top : 1px solid #dadbdc;
	border-bottom : 1px solid #dadbdc;
	border-right : 1px solid #dadbdc;


}



.bor-table
{
	border-top : 1px solid #dadbdc;
	border-left : 1px solid #dadbdc;
	border-right : 1px solid #dadbdc;
	border-bottom : 1px solid #dadbdc;

}
.bor-body
{
	border-left : 1px solid #dadbdc;
	border-right : 1px solid #dadbdc;
	background:#C1D8BE;

}
h1{
	font-family:Arial;
	font-size:18px;
	color:#be8851;
	font-weight:bold;
	padding-top:20px;
}
h2  {
	width : 450px;
	font-size : 13px;
	padding-left : 10px;
	font-weight:normal;
	padding-bottom : 18px;
	background-color : #fff;
	color : #015cae;
	margin :0;
	border-bottom : 1px solid #dadbdc;

} 
h3{
	font-family:Arial;
	font-size:15px;
	color:#004d93;
	font-weight:bold;
}
h4{
	font-family:Arial;
	font-size:12px;
	color:#004d93;
	font-weight:bold;
}
h5 { font-size:18px;
color:#FFFFFF;
margin:0 0 0 0; }



.txtblack11
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.txtblack
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.txtred11b
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#e02542;
}

.txtred15
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#e02542;
}
.bg
{
	background-image:url(../images/bg.html);
	background-position:left top;
	background-repeat:repeat-x;
	width:100%;
}
.bg-gray
{
	background-image:url(../images/bg-gray2.html);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
}
.txtwhite11
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
.txtwhite12
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

.txtwhite11b
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.txtwhite14
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}
.txttitlewhite
{
	font-family:Arial;
	font-size:24px;
	color:#FFFFFF;
}

.txtmenubottom
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	color:#999999;
	border-top : 1px solid #e8e8e8;
	border-bottom : 1px solid #e8e8e8;
	border-left : 1px solid #e8e8e8;
	border-right : 1px solid #e8e8e8;
}
.txtfooter
{
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
	height:30px;
	padding-bottom:10px;
	color:#999999;
	padding-left:20px;
}

.txtwhite14b
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.txtgreen11b
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#287848;
}
.txtgreen14b
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#287848;
}
.txtgreen18b
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#287848;
}
.txtgray11b
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.txtblue
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#015cae;
}
.txtbox
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#000000;
}


.td1
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	background-color:#d9e9f9;
	padding-left:10px;
}

.td2
{
	background-color:#e5eef7;
	padding-left:10px;
}
.tdheader
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#d4ccd7;
	padding-left:10px;
	height:25px;
	padding-top:5px;
}
.tdtitle
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#aecae3;
	padding-left:10px;
	height:20px;
	padding-top:5px;
}

.td3
{
	background-color:#f0eef1;
}


a:link
{
	font-family:Arial;
	font-size:11px;
	color:#015cae;
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	font-family:Arial;
	font-size:11px;
	color:#015cae;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#015cae;
	font-weight:bold;
	text-decoration:underline;
}
a.linkfooter:link
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
a.linkfooter:visited
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
a.linkfooter:hover
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	text-decoration:underline;
}
a.linkred:link
{
	font-family:Arial;
	font-size:11px;
	color:#ea1c3d;
	font-weight:bold;
	text-decoration:none;
}
a.linkred:visited
{
	font-family:Arial;
	font-size:11px;
	color:#ea1c3d;
	font-weight:bold;
	text-decoration:none;
}
a.linkred:hover
{
	font-family:Arial;
	font-size:11px;
	color:#ff591c;
	font-weight:bold;
	text-decoration:underline;
}

a.linkmenu:link
{
	font-family:Arial;
	font-size:11px;
	color:#557eb5;
	font-weight:normal;
	text-decoration:none;
}
a.linkmenu:visited
{
	font-family:Arial;
	font-size:11px;
	color:#5482AB;
	font-weight:normal;
	text-decoration:none;
}
a.linkmenu:hover
{
	font-family:Arial;
	font-size:11px;
	color:#557eb5;
	font-weight:normal;
	text-decoration:underline;
}
a.linkred15b:link
{
	font-family:Arial;
	font-size:15px;
	color:#ea1c3d;
	font-weight:bold;
	text-decoration:none;
}
a.linkred15b:visited
{
	font-family:Arial;
	font-size:15px;
	color:#ea1c3d;
	font-weight:bold;
	text-decoration:none;
}
a.linkred15b:hover
{
	font-family:Arial;
	font-size:15px;
	color:#ff591c;
	font-weight:bold;
	text-decoration:underline;
}
a.linkwhite15:link
{
	font-family:Arial;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
a.linkwhite15:visited
{
	font-family:Arial;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.linkwhite15:hover
{
	font-family:Arial;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.linkgreen11s:link
{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
a.linkgreen11s:visited
{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a.linkgreen11s:hover
{
	font-family:Arial;
	font-size:11px;
	color:#287848;
	font-weight:normal;
	text-decoration:none;
}
a.linkred12:link
{
	font-family:Arial;
	font-size:11px;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
a.linkred12:visited
{
	font-family:Arial;
	font-size:11px;
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
a.linkred12:hover
{
	font-family:Arial;
	font-size:11px;
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

a.linkbody:link
{
	font-family:Arial;
	font-size:12px;
	color:#015cae;
	text-decoration:none;
	font-weight:bold;
}
a.linkbody:visited
{
	font-family:Arial;
	font-size:12px;
	color:#015cae;
	font-weight:bold;
	text-decoration:none;
}
a.linkbody:hover
{
	font-family:Arial;
	font-size:12px;
	color:#015cae;
	font-weight:bold;
	text-decoration:underline;
}

a.linkblue:link
{
	font-family:Arial;
	font-size:12px;
	color:#003278;
	text-decoration:none;
	font-weight:bold;
}
a.linkblue:visited
{
	font-family:Arial;
	font-size:12px;
	color:#003278;
	font-weight:bold;
	text-decoration:none;
}
a.linkblue:hover
{
	font-family:Arial;
	font-size:12px;
	color:#e02542;
	font-weight:bold;
	text-decoration:underline;
}
a.linkmenu:link
{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
a.linkmenu:visited
{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a.linkmenu:hover
{
	font-family:Arial;
	font-size:11px;
	color:#D47600;
	font-weight:normal;
	text-decoration:none;
}

.btnBook 
{
	background-image:url(../images/img-book2.html); 
	background-color:Transparent; 
	background-repeat:no-repeat;
	text-align:center;
	text-transform:uppercase;
	cursor:default;
	width:48px;
	height:21px;
	border:0px;
}

.three-column {
	position:relative;

}
.three-column div{

	width:150px;

	background:#ffffff;

	float:left;

	min-height:250px;
	border-right:1px solid #ddd;


}

div.three-column-inner{

	border:none;
	width:475px;
	padding-left:20px;
	padding-bottom:20px;
	}

.three-column h3{
	margin:0;
	padding:15px 15px 9px 15px;
	font-size:1.1em;
	color:#003278;

}

.three-column div.first{

	margin-left:0;
	border-right:1px solid #ddd;


}

.three-column div.first h3, .three-column div.first p{

	padding-left:0;

	margin-left:0;

}



.three-column div.last{

	border-right:none;

}


.three-column p{

	margin:0 15px 10px 15px;

}

a.linkE:link
{
	font-family:Arial;
	font-size:11px;
	color:#015cae;
	text-decoration:none;
	font-weight:bold;
}
a.linkE:visited
{
	font-family:Arial;
	font-size:11px;
	color:#015cae;
	font-weight:bold;
	text-decoration:none;
}
a.linkE:hover
{
	font-family:Arial;
	font-size:11px;
	color:#015cae;
	font-weight:bold;
	text-decoration:underline;
}



