@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #485b6a;
}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: underline; color: #FFFFFF;}
a:active {text-decoration: none; color: #FFFFFF;}

.style1 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif}
.xx-large-text {font-size: xx-large}
.x-small-white-text {	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.small-white-text {color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	}	
.small-black-text {color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	}	
.gold-text {color: #FFFF00; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	}
.small-grey-text {color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	}
.x-small-black-text {
	color: #000000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.small-white-text {color: #ffffff;font-size: small}
.HL-cell {background-color: #47a0c2; color: #000;}
.indented
   {
   padding-left: 10pt; padding-right: 10pt;
   }


