body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E4356;
}
p { 
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	font-weight: bolder;
	font-variant: small-caps;

}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: cf9035;
}
h3 {  font-size: 14px; font-weight: bold}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: cf9035;
}
li {  font-size: 12px; line-height: 14px; padding-bottom: 5px;}
a {
	font-weight: bold;
	text-decoration: none;
	color: #44637f;
}
a:hover {
	text-decoration: underline;
	color: cf9035;
}
.imgborder { BORDER: #000000 1px solid;}.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat;
}
.bodybg {
	background-image: url(assets/images/bodybg.jpg);
	background-repeat: repeat-y;
}
.padding {
	padding-right: 25px;
	padding-left: 15px;
}
.copyrightbg {
	background-image: url(assets/images/copyright.jpg);
	background-repeat: no-repeat;
}
.addressbg {
	background-image: url(assets/images/topcurve.jpg);
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #003333;
}
.titlebg {
	background-image: url(assets/images/titlebg.jpg);
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 30px;

}
.splashbg {
	background-image: url(assets/splash/bodybg.jpg);
	background-repeat: repeat-y;
}
.splashbodybg {
	background-image: url(assets/splash/body.jpg);
	background-repeat: no-repeat;
}
.smalltext {
	font-size: 10px;
	line-height: 14px;
}
.white {color:#FFFFFF;}