body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

td {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #0000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {text-decoration: none; color: blue;}

a:hover {color: green;}

#header a:link, a:visited { text-decoration: none; color: blue;}

p.cite {font-size:8pt;}

p.medium {font-size:10pt;}

p.small {font-size:8pt;}


.PrCode{
	color: #ce6500;
	}

.vbComment {
	color: #009900;
	font-size: 14px;
	font-family: "Courier New", Courier, mono;


}
.vbProcedure {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #0000FF;
}


.vbText {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;

}


.CodeText {
	font-family: "Courier New", Courier, mono;
	color: #000000;
}

.CodeProcedure {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #0000FF;
}

.CodeComment {
	color: #009900;
	font-family: "Courier New", Courier, mono;
}



.underline {
	text-decoration: underline;
}
.large {
	font-size: 14px;
}
.red {
	color: #FF0000;
}
.cyan {
	color: #00FFFF;
}
.magenta {
	color: #FF00FF;
}

.blue {
	color: #0000FF;
}

.green {
	color: #006600;
}

.orange {
	color: #FF9900;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	{
	font-size: 75%;
	}

	a:hover {
	color: #804B95;
}


.highlightbox
{
	background-color: #FFFF99;
	border: thin solid #CCCCCC;
	padding: 5px;
	width: 95%;
	margin-left: 3%;
	font-size: 100%;
}

/*APA Bibliography*/
.apa_bib { 
list-style: none;
margin: .75em 0;
padding: 0;
}
.apa_bib li { margin: .5em 0; padding: 0 0 0 3em; text-indent: -3em; } 
.apa_bib article { font-style: normal; }
.apa_bib journal { font-style: italic; }
.apa_bib book { text-transform: underline; font-style: normal; }
