body {
	background-color: #FFFFFF;
	}

.bgblue {  
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 9px;
	background-color: #8E9BA9; 
	color		: #FFFFFF
	}

.bgpaleblue {  
	background-color: #E6E9EC
	}

.bgdarkgrey {  
	background-color: #333333; 
	font-family	: Arial, Helvetica, sans-serif; 
	font-size	: 9px;
	color		: #CCCCCC
	}

.bgthin {  
	width		: 5px;
	height		: 300px;
	background-image: url(images/clouds_thin.jpg)
	}

.bglarge {  
	width		: 537px;
	height		: 300px;
	font-family	: Arial, Helvetica, sans-serif; 
	font-size	: 10px;
	color		: #FFFFFF;
	background-image: url(images/clouds_large.jpg)
	}

.bgsmall {  
	width		: 205px;
	height		: 300px;
	background-image: url(images/clouds_small.jpg)
	}
	
.bgsmallcover {  
	width		: 205px;
	height		: 300px;
	background-image: url(images/clouds_smallcover.jpg)
	}
	
.largegrey {  
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
	font-weight	: bold;
	color		: #666666
	}
	
.smallgrey {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #666666
	}
	
a.smallgrey:link {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #666666
	}
	
a.smallgrey:hover {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #666666
	}
	
a.smallgrey:active {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #666666
	}
	
a.smallgrey:visited {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #666666
	}
	
.darklink {
	color		: #333332
}

a.darklink {
	color		: #333332;
}

.smallred {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #990000;
	}
	
.largewhite {  
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px; 
	font-weight	: bold;
	color		: #FFFFFF;
	}

.smallwhite {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}
	
a.smallwhite:link {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}
	
a.smallwhite:hover {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}
	
a.smallwhite:active {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}
	
a.smallwhite:visited {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}
	
ul {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}
	
td.widthone {
	width		: 1px;
	}
	
td.heightone {
	height		: 1px;
	}
	
img.images {
	border		: 0px;
	}
	
form {
	border		: 0px;
	margin		: 0px;
	padding		: 0px;
	}
	
input.text {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 2px;
	width		: 182px;
	height		: 14px;
	font-size	: 10px;
	color		: #999999;
	background-color: #FDFDFD;
	border		: 1px;
	border-color	: #999999;
	}
	
input.texterror {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 2px;
	width		: 182px;
	height		: 14px;
	font-size	: 10px;
	color		: #999999;
	background-image: url(images/formerror.gif);
	border		: 1px;
	border-color	: #999999;
	}

input.submit {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 0px;
	width		: 60px;
	height		: 20px;
	font-size	: 10px;
	color		: #999999;
	background-color: #FDFDFD;
	border		: 1px;
	border-color	: #999999;
	margin		: 0px;
	}
	
select {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 2px;
	width		: 189px;
	height		: 20px;
	font-size	: 10px;
	color		: #999999;
	background-image: url(images/formerror.gif);
	border		: 1px;
	border-color	: #999999;
	}

textarea {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 2px;
	width		: 182px;
	height		: 60px;
	font-size	: 10px;
	color		: #999999;
	background-color: #FDFDFD;
	border		: 1px;
	border-color	: #999999;
}

textarea.large {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 2px;
	width		: 194px;
	height		: 226px;
	font-size	: 10px;
	color		: #999999;
	background-color: #FDFDFD;
	border		: 1px;
	border-color	: #999999;
}

textarea.small {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 2px;
	width		: 182px;
	height		: 41px;
	font-size	: 10px;
	color		: #999999;
	background-color: #FDFDFD;
	border		: 1px;
	border-color	: #999999;
}