body {
	background-color: #ffffff;
	margin: 5;
}
a:link, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover, a:active {
	color: #336699;
	text-decoration: underline;
}
/* ----------menu-------------- */
.menu {
	font: small-caps normal 12px Arial, sans-serif;
	color: #cccccc;
}
a.menu:link, a.menu:visited {
	margin-left:23px;
	margin-right:23px;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:hover, a.menu:active {
	margin-left:23px;
	margin-right:23px;
	color:#5287BC;
	text-decoration:none;
	}
.menuOn {
	font: small-caps bold 12px Arial, sans-serif;
	color:#2380B9;
	margin-left:23px;
	margin-right:23px;
	text-decoration:none;
}	
/* ----------main body-------------- */


/* ----------headings */
h1 {
	color: #2c6590;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0px 12px;
}
h2 {
	font: bold 16px Arial, sans-serif;
	margin-bottom:-10px;
	color: #003366;
	margin-top: 10px;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #003366;
}
h4 {
	font: bold 16px Arial, sans-serif;
	margin-bottom:10px;
	color: #003366;
	margin-top: 10px;
}

/* ----------bodytext */
p {
	font: normal 12px Arial, sans-serif;
	text-align:left;
	line-height: 16px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;
}
.small {
	line-height: 14px;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.smallTitle {
	font: normal 13px Arial, sans-serif;
	line-height: 15px;
	margin-bottom:-10px;
	color: #003366;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}

/* ----------lists-------------- */
.servicelists {
	font: normal 12px/16px Arial, sans-serif;
	color: #000000;
	list-style-type: none;
	list-style-image: url(images/bullet-1.jpg);
	display: list-item;
}
.servicelistsSmaller {
	font: normal 11px Arial, sans-serif;
	line-height: 16px;
	color: #000000;
	list-style-type: none;
	list-style-image: url(images/bullet-2.jpg);
}
.servicelistsHeading {
	font: bold 12px Arial, sans-serif;
	color: #003366;
}
li {
	margin-bottom:2px;
	list-style-type:square;
}

td{
font: normal 12px Arial, sans-serif;
	text-align:left;
	line-height: 16px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;
}

/* ----------footer-------------- */
.footerAddress {
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	color: #2276B3;
}
.footerCopyright {
	font: normal 10px "Trebuchet MS", Arial, sans-serif;
	line-height: 14px;
	color: #999999;
}

.sidebarHeading {
	font: bold normal 12px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/bkg_sidebar_heading.jpg) repeat-x;
	display: block;
	padding: 7px 3px;
}
.sidebarText {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	padding: 3px 3px 7px;
}
