/* CSS Document */
p {/*Used for main paragraphs*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	font-weight: normal;
}

h1 {/*Used for web page headings only*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-large;
	font-weight: bold;
	line-height: normal;
}

h2 {/*Used for subheadings on a webpage*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	font-weight: bold;
	line-height: normal;
}

h3 {/*Used for lists*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-weight: bold;
	line-height: normal;
}

h4 {/*Used for lists*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	font-weight: normal;
}

.newhours {/*Used for New Location or Hours on the Locations web page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #006633;
}

.contact {/*Used for HTML version of the navigational buttons, address etc... on Locations web page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.5;
}

.youraccount {/*Used for account description on the Online web page*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}

.demotext {/*Used for demo description on the Online web page*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}

.rtt {/*Used for return to top and the descriptions of employment opportunities on the Jobs web page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.3;
}

.newstext {/*Used for in the image1 editable region, so font won't resize in IE. This is the smaller choice.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3;
}

.adtext {/*Used for in the image1 editable region, so font won't resize. This is the larger choice.*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

.chart {/*Used for account charts, so font won't resize.*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
}

.lgadtext {/*Used for text in large ads like in students.html, so font won't resize. Page Properties in the template will trump my color selection here.*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bolder;
	color: #FFFFFF;
}

.gnavigation {/*Used for text in large ads like in students.html, so font won't resize.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCFFCC;
	display: block;
	padding: 5px;
	width: 140px;
	font-weight: normal;
	margin-bottom: 4px;
	text-align: center;
	line-height: 14px;
	text-decoration:none;
	color:#000000;
}

.gnavigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CC99;
	display: block;
	padding: 5px;
	width: 140px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
	color:#000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
}
body,td,th {
	color: #000000;
}

a:link {
	color: #009966;
}

a:visited {
	color: #663366;
}