@charset "utf-8";
body{
	margin:0px;
	background:url(images/backer.jpg) repeat-x;
	background-color:#fff;
	}
td, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #333;
}
a:link, a:visited {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#003366;
	}
#banner {
position:absolute;
top:0px;
right:0px;
z-index:0;
}
ul{
line-height:22px;
}
.content{
padding-top:20px;
padding-left:20px;
padding-right:20px;
position:relative;
}
.flsHOME{
padding-top:30px;
padding-bottom:10px;
}
.mainblue{
	background:url(images/main-blue.png) repeat;
}
.fls{
	background:url(images/smldark-fade.png) repeat;
}
.imgBorder {
background-color:#FFF;
border: 1px solid #666;
padding:6px;
}
.sideBorder {
background-color:#FFF;
border: 1px solid #666;
padding:1px;
}
.sideBorderOver {
background-color:#FF6600;
border: 1px solid #fff;
padding:1px;
}
.sideBar {
margin-top:10px;
width:160px;
padding:20px;
border-left:#999 dashed 1px;
line-height:14px;
}
.dkfade {
	background:url(images/dark-fade.png) repeat-x;
	}
.underfade {
	padding:8px;
	background:url(images/underfade_fl.png) repeat-x bottom;
	}
.titles {
font-size:18px;
font-weight:bold;
}
.subtitles {
font-size:16px;
font-weight:bold;
}
.input{
	font-size:11px;
	color:#666;	
}
.inputbutton {
	padding: 3px 5px;
	border:solid 1px #666;
	background-color:#ccc;
	color:#666;
	font-size:10px;
}
.smart {
	color:#FF0000;
	font-weight:bold;
	}

/* footer details ****************/

.copy{
	color:#666;
	font-size:11px;
	letter-spacing:0.8px;
}
.footer-background{
background:url(images/footer-background.gif) repeat-x;
}
.footerbk{
background:url(images/footer-base.gif) repeat;
padding:10px;
}
.footerlink, a.footerlink{
	color:#666;
	font-size:11px;
	text-decoration:none;
	letter-spacing:1.1px;	
}
a.footerlink:hover{
	color:#666;
	text-decoration:underline;
}

