 .heading1 {
	font-family: Tahoma, Geneva, sans-serif, "Bitstream Vera Sans";
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}
 .navnolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B245B;
	font-weight: bold;
}
.bannerbg {
	background: url(images/bg.jpg) repeat-x;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.body {
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

 .standard  {
 	font-family : Arial, Verdana, Geneva;
 	font-size : 12pt;
 	color : #000000;
 	font-weight : normal
 }
 
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
	line-height: 18px;
	list-style-position: outside;
	color: #000000;
}
.numberedlist {
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	line-height: 18px;
}

A:link  {
	color : #000;
	font-weight: bold;
	text-decoration: none;
 }
 
 A:visited  {
	text-decoration : none;
	color : #333;
	font-weight: bold;
 }
 
 A:active  {
	text-decoration : none;
	color : #333;
	font-weight: bold;
 }
 
 A:hover  {
	text-decoration : none;
	color : #000;
	font-weight: bold;
 }
.linkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	text-transform: uppercase;
}
.crumbs {
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.smalleritalic {
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
	font-style: italic;
}
.asterix {
	color: #CC0000;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.arrow {
	font-family: Arial, Verdana, Geneva;
	font-size: 18px;
	color: #0B245B;
}
.smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Verdana, Geneva;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
#welcome {
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.scheduletable {
	font-size: 13px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 648px;
	border-spacing: 0;
}
.scheduletable td {
	padding: 7px;
	margin: 0px;
	border-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.scheduletable th {
	background-color: #ccc;
	padding: 7px;
	margin: 0px;
	border-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	color: #000;
	font-weight: bold;
}

