/* CSS Document */

body {
	background-image: url(/bwWebsite/images/main-bg.jpg);
	background-color: #004b7e;
	margin-top: 25px;
	background-repeat: repeat-x;
}

.cmscontent, .cmscontent TD { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0b3150; 
}

.footer, .footer TD { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #0b3150; 
}

H1 {
	color: #0b3150; 
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

H2 {
	color: #0b3150; 
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
 
H3 {
	color: #0b3150; 
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

H4 {
	color: #0b3150; 
	font-size: 12px;
	font-weight: bold;
	margin-bottom:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 


A { 
	color: #00AFAE; 
	font-weight: normal;
	text-decoration: underline;
} 

A:visited {
	color: #736F6E; 
	font-weight: normal;
	text-decoration: underline;
}
 
A:hover { 
	text-decoration: underline; 
} 

#breadcrumb { 
	color: #00AFAE; 
	text-decoration: none;
}

#breadcrumb a { 
	color: #00AFAE; 
	text-decoration: none;
}
 
#breadcrumb A:hover { 
	text-decoration: underline; 
}

A.footerlink { 
	color: #0b3150; 
	font-weight: normal;
	text-decoration: none;
} 
 
A:hover.footerlink { 
	text-decoration: underline; 
} 


HR { 
	color: #0b3150;
	border-style: solid; 
	height: 2px; 
} 
 
OL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0b3150;
	
} 
 
UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0b3150; 
	list-style:square;
} 