body {
		background-color: #000066;
		font-size: 11pt;
		color: #ffffff;
	}

h4 {
	font-family: monotype corvisa, phyllis, snell roundhand, apple chancery, arial;
	font-size: 36pt;
	margin: 0px 0px 0px 0px;
	color: #ffffff;	
	}

h3 {
		font-family: monotype corvisa, phyllis, snell roundhand, apple chancery, arial;
		font-weight: bold;
		text-align: center;
		font-size: 20pt;
		color: #ffffff;
	}

h2 { 	font-family: monotype corvisa, phyllis, snell roundhand, apple chancery, arial;
		font-weight: bold;
		text-decoration: none;
		font-size: 16pt;
		color: #ffffff;	
		
	}
	
h5 { 	font-family: monotype corvisa, phyllis, snell roundhand, apple chancery, arial;
		font-weight: 100;
		text-decoration: none;
		font-size: 12pt;
		color: #ffffff;	
		
	}
	
h6 { 	font-family: monotype corvisa, phyllis, snell roundhand, apple chancery, arial;
		font-weight: bold;
		text-decoration: none;
		font-size: 14pt;
		color: #ffffff;	
		
	}
	
h1 { 	font-family: Bradley Hand ITC, phyllis, snell roundhand, apple chancery, arial;
		font-weight: 100;
		text-decoration: none;
		font-size: 24pt;
		color: #ffffff;		
	}
	
h7 { 	font-family: Bradley Hand ITC, phyllis, snell roundhand, apple chancery, arial;
		font-weight: 100;
		text-decoration: none;
		font-size: 12pt;
		color: #ffffff;		
	}

table {	
		font-family: lucinda grande, arial;
		font-size: 12pt;
		text-align: center;
	}

td {	
		border-style: hidden;
		border-color: #C0972E;
		border-width: 1px;
	}

a {
		font-family: lucinda grande, arial; 
		color: #C0972E; 
		text-decoration:none;
		font-size: 11pt;
		font-weight: bold;
	}

a:hover {
		color: #999933;	
	}

.center {
		display: block;
     	
		margin-left: auto;
  		
		margin-right: auto;
	}
	

hr {
	color: #C0972E; 
	margin: 0px 0px 0px 0px;
	}

.box {
	border-style: hidden hidden hidden hidden;
	border-color: #000000;
	border-width: 5px;
	padding: 5px 5px 5px 5px;
	
	}

.box:hover {
	background-color: #000066;
}

img.special {
	border: 5px #C0972E solid;
	}
	
