/* CSS Page for Only the Index Page */

body { background-color: #08385e;
}

.medblue {
	background-color: #7993a8;
}

.lightblue {
	background-color: #c4d009;
}

.darkblue {
	background-color: #08385e;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
}

p, td{font-size: 95%;
	color: #000000;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	}
	
.address {	color: #FFFFFF;
	font-size: 80%;
	}

.copyright {	color: #FFFFFF;
	font-size: 70%;
	}
	
h1 {text-align: center;
	font-size: 105%;
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	}

h2 {text-align: center;
	font-size: 95%;
	color: #000000;
	font-weight: normal;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	}
.more {text-align: right;
	font-size: 70%;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	}
a { color: white; 
}
