/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #031f4e;
}
.bg1 {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg2 {
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	font-size: 12px;
	color: #5f7fa0;
}
.content a{
	font-size: 12px;
	color: #395f83;
	text-decoration:none;
}
.content a:hover{
	font-size: 12px;
	color: #395f83;
	text-decoration:underline;
}
.contentDark {
	font-size: 12px;
	color: #395f83;
}
.news a{
	font-size: 11px;
	color: #395f83;
	text-decoration:underline;
	font-weight:bold;
}
.news {
	font-size: 11px;
	color: #395f83;
	font-weight:bold;
}
.subNav{
	font-size: 12px;
	color: #395f83;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
	padding: 5px 0px 5px 10px;
}
.subNav a{
	font-size: 12px;
	color: #395f83;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
.subNav a:hover{
	font-size: 12px;
	color: #7394b5;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
.subsubNav{
	font-size: 12px;
	color: #7394b5;
	font-weight:bold;
	font-style:italic;
	padding: 5px 0px 5px 40px;
}
.subsubNav a{
	font-size: 12px;
	color: #7394b5;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
.subsubNav a:hover{
	font-size: 12px;
	color: #7394b5;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
.nomargin {
	margin: 0px;
}
.formField {
	font-size: 11px;
	color: #395f83;
	font-weight:bold;
	border: 1px solid #c8d1d8;
}
.copyright, .copyright a{
	font-size: 10px;
	color: #3d668d;
	text-decoration:none;
}
.copyright a:hover{
	font-size: 10px;
	color: #3d668d;
	text-decoration:underline;
}
.header {
	font-size: 28px;
	color: #3d668d;
}
.titleSmall {
	font-size: 14px;
	color: #3d668d;
	font-weight:bold;
}
.formbuttons {
	font-size: 11px;
	color: #395f83;
	font-weight:bold;
	border: 1px solid #c8d1d8;
	background-color: #dfe5ec;
	cursor:pointer;
	cursor:hand;
}
.productRangeTitle {
	font-size: 12px;
	color: #000000;
}
.productRangeContent {
	font-size: 12px;
	color: #7394b5;
}
.productRangeLink a{
	font-size: 12px;
	color: #7394b5;
}
.productRangeLink a:hover{
	font-size: 12px;
	color: #5a7da0;
}