body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #000066;
} .style1 {
	color: #FFFFFF
} .style2 {
	color: #000E74
} .style3 {
	color: #FF0000;
	font-weight: bold;
} td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
} th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
} .extended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1px;
	font-style: italic;
	padding-bottom:2px;
} a.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color: #FF9900;
	text-decoration:none;
} .smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
} .smallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000099;
	font-weight:bold;

/** LINKS**/

} a.nav {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:inherit;
	text-decoration:none;
} a.nav:visited {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:inherit;
	text-decoration:none;
} a.nav:hover {
	color: #000066;
	font-size:12px;
	font-weight:bold;
	padding:inherit;
	text-decoration:none;
} a.blue {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	padding:inherit;
	text-decoration:none;
} a.blue:visited {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	padding:inherit;
	text-decoration:none;
} a.blue:hover {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	padding:inherit;
	text-decoration:underline;
} .small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6699FF;
	text-decoration:none;
} .small:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
} .small:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-decoration:underline;
} .bluelink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000099;
	text-decoration:none;
} .bluelink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
} .bluelink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-decoration:underline;
} .white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
} .white:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
} .white:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:underline;

/** BACKGROUND**/

} .wallpaper {
	background-image:url(images/bg.gif);
	background-repeat:repeat;
} .rgrad {
	background-image:url(images/rgrad2.gif);
	background-repeat:repeat-y;
} .lgrad {
	background-image:url(images/lgrad2.gif);
	background-repeat:repeat-y;
} .button {
	background-image:url(images/sched_button.jpg);
	background-repeat:no-repeat;
} .copyright {
	color:#FFFFFF;
	font-size:11px;
} .copyright a {
	color:#FFFFFF;
	font-size:11px;
	margin-top:15px;
	text-decoration:none;
	font-weight:normal;
} .copyright a:link {
	color:#FFFFFF;
	font-size:11px;
	margin-top:15px;
	text-decoration:none;
	font-weight:normal;
} .copyright a:visited {
	color:#FFFFFF;
	font-size:11px;
	margin-top:15px;
	text-decoration:none;
	font-weight:normal;
} .copyright a:hover {
	color:#99CCFF;
	font-size:11px;
	margin-top:15px;
	text-decoration:none;
	font-weight:normal;
} .copyright a:active {
	color:#FFFFFF;
	font-size:11px;
	margin-top:15px;
	text-decoration:none;
	font-weight:normal;


/* Headings */

} h1 {
	font-size: 12px;
} h2 {
	font-size: 12px;
} h3 {
	font-size: 12px;
} h4 {
	font-size: 12px;
} h5 {
	font-size: 12px;
} h6 {
	font-size: 12px;
} p {

} .date {
	font-size:14px;
	color:#fff;
	margin-top:40px;
} li {
	
/* MISC CLASSES */

} .clearFloat {				/* Use below floating divs to prevent unwanted overlap */
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
} .imgLink {					/* Use on all images acting as links to prevent link colour borders */
	border:0;
} .imgBorder {				/* Use to add border or other style to images */
	border:1px;
	border-style:solid;
	border-color:#999;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
} .objLeft {					/* Use to float left an object (e.g. image) in parent div */
	float:left;
	margin-right:10px;
} .homePhoto {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
} .objRight {				/* Use to float right an object (e.g. image) in parent div */
	float:right;
	margin-left:10px;
} .objCenter {				/* Use to center an object (e.g. image) in parent div */
	display:block;
	margin-left:auto;
	margin-right:auto;

/* CMS links */

} .titleLink {
	padding-top:10px;
} .quoteTitle {
	padding-bottom:10px;
	font-style:italic;
	font-weight:normal;
	text-align:right;
} .titleLink a {
	color:#000;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-weight:bold;
} .titleLink a:link {
	color:#000;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-weight:bold;
} .titleLink a:visited {
	color:#000;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-weight:bold;
} .titleLink a:hover {
	color:#000;
	text-decoration:underline;
	text-align:left;
	font-size:12px;
	font-weight:bold;
} .titleLink a:active {
	color:#000;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

