/* CSS Document */
.banner{
width:980px;
height:404px;
background-image:url(../img/banner.jpg);
}

body{
	margin:0px;
	background-color:#FAF3E5;
}

.welcome_bg{
	background-image: url(../img/welcome_bg.jpg);
	background-repeat:no-repeat;
	height: 51px;
	width: 707px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}

.welcome_text{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana;
	font-size: 17px;
	font-style: normal;
	font-weight: BOLD;
	color: #FFFFFF;
	text-decoration:none;
}

.text{
	font-family:verdana;
	font-size:13px;
	font-weight:lighter;
	color:#545353;
	text-decoration:none;
	line-height: 15px;
	margin-left:10px;
	margin-right:5px;
	margin-top:6px;
	margin-bottom:6px;
	text-align:justify;
}

.text a{
	font-size:13px;
	font-weight:lighter;
	color:#3966D0;
	padding-left:2px;
	padding-right:2px;
    text-decoration:underline;
}

.text a:visited{
	font-size:13px;
	font-weight:lighter;
	color:#3966D0;
	padding-left:2px;
	padding-right:2px;
    text-decoration:underline;
}

.text a:hover{
	font-size:13px;
	font-weight:lighter;
	color:#3966D0;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}


.footer{
	font-family:verdana;
	font-size:11px;
	font-weight:lighter;
	color:#545353;
	text-decoration:none;
	line-height: 15px;
	text-align:left;
	padding-left:10px;
	vertical-align:middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #545353;
	padding-top:10px;
}

.footer a{
	color:#3966D0;
	text-decoration:underline;
}

.footer a:visited{
	color:#3966D0;
	text-decoration:underline;
}

.footer a:hover{
	color:#3966D0;
	text-decoration:none;
}


hr.big_line {
	width:700px;
	color:#545353;
	height:1px;
	text-align:center
}


hr.short_line {
	width:255px;
	color:#545353;
	height:1px;
	text-align:center;
}

.tb {
	font-family:verdana;
	font-size:13px;
	font-weight:lighter;
	color:#545353;
	text-decoration:none;
	text-align:justify;
	background-color: #E6E6E6;
}





.tb_title{
	font-family:verdana;
	color:#545353;
	font-weight:bold;
	font-size:13px;
}
