 body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3568a7;
}
p { 
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: 3568a7;
	font-variant: small-caps;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: 3568a7;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
li { 
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
.imgborder { BORDER: #000000 1px solid;}.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.addressbg {
	background-image: url(assets/images/address.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.border {
	border: 1px solid #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.smalltext {
	font-size: 11px;
	line-height: 14px;
}
.white {
	color: #FFFFFF;
}.bannerbg {
	background-image: url(assets/images/flash.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#toplinks {
	text-decoration: none;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}


