body {
	background-color: #ffff00;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", serif;
}
.contentSpacerTop {
	height: 10px;
	width: 5px;
}
.contentSpacer {
	height: 5px;
	width: 5px;
}
.justify {
	text-align: justify;
}
.contentSpacerTop2 {
	height: 15px;
	width: 5px;
}
.redItalic {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.blueItalic {
	font-style: italic;
	font-weight: bold;
	color: #0000cc;
}
.greenItalic {
	font-style: italic;
	font-weight: bold;
	color: #006633;
}
a.greenItalic, a.greenItalic:link, a.greenItalic:visited, a.greeItalic:active {
	font-style: italic;
	font-weight: bold;
	color: #006633;
}
a.greenItalic:hover {
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}
.blue {
	font-weight: bold;
	color: #0000cc;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
a.nav, a.nav:link, a.nav:visited, a.nav:active {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
.green {
	font-weight: bold;
	color: #006633;
}
.tjGreen {
	font-weight: bolder;
	color: #006633;
	font-size: larger;
	font-style: italic;
}
.linksBorder {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006633;*/
}
.row {
	background-color: #FFFF99;
}
.borderSol {
	border: 1px solid #0000cc;
}
hr {
	background-color: #0000cc;
	height: 1px;
	width: 100%;
	border: none;
	color: #0000cc;
	
}
/*rotating banner(s)*/
.m_banner_hide{
display:none;
}
.m_banner_show{
display:block;
} 
/*end rotating banner(s)*/

