/* CSS Document */

html {
	scrollbar-face-color: #a8e2ff;
	scrollbar-shadow-color: #0033CC; 
	scrollbar-highlight-color: #0033CC; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #0033CC; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000033;
}

body {
	margin: 5px;
	padding: 0px;
	display: block;
}
	
.copygrey10 {
	font-family: verdana;
	color: #333333;
	font-size: 10px;
}	
.copygrey10B {
	font-family: verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
.copygrey11 {
	font-family: verdana;
	color: #333333;
	font-size: 11px;
}
.copygrey11B {
	font-family: verdana;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.copygrey12 {
	font-family: verdana;
	color: #333333;
	font-size: 12px;
}
.copygrey12B {
	font-family: verdana;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.copyblue10 {
	font-family: verdana;
	color: #0033CC;
	font-size: 10px;
}	
.copyblue10B {
	font-family: verdana;
	color: #0033CC;
	font-size: 10px;
	font-weight: bold;
}
.copyblue11 {
	font-family: verdana;
	color: #0033CC;
	font-size: 11px;
}
.copyblue11B {
	font-family: verdana;
	color: #0033CC;
	font-size: 11px;
	font-weight: bold;
}
.copyblue12 {
	font-family: verdana;
	color: #0033CC;
	font-size: 12px;
}
.copyblue12B {
	font-family: verdana;
	color: #0033CC;
	font-size: 12px;
	font-weight: bold;
}
	
.copymaroon11 {
	font-family: verdana;
	color: #E01878;
	font-size: 11px;
}
.copymaroon11B {
	font-family: verdana;
	color: #E01878;
	font-size: 11px;
	font-weight: bold;
}
.copymaroon12 {
	font-family: verdana;
	color: #E01878;
	font-size: 12px;
}
.copymaroon12B {
	font-family: verdana;
	color: #E01878;
	font-size: 12px;
	font-weight: bold;
}
.copywhite02 {
	font-family: arial;
	font-size: 2px;
	color: #ffffff;
}	
.headinggrey14 {
	font-family: verdana;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}	
.headinggrey16 {
	font-family: verdana;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}	
.headingblue14 {
	font-family: verdana;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
}	
.headingblue16 {
	font-family: verdana;
	color: #0033CC;
	font-size: 16px;
	font-weight: bold;
}	
.headingmaroon14 {
	font-family: verdana;
	color: #E01878;
	font-size: 14px;
	font-weight: bold;
}	
.headingmaroon16 {
	font-family: verdana;
	color: #E01878;
	font-size: 16px;
	font-weight: bold;
}	

/* LINK STYLES */
a {
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #0000CC;
	text-decoration: none;
}