.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.center_text {
	text-align: center;
}
.clear_floats {
	clear: both;
}
.comments_green {
	font-size: smaller;
	color: #006633;
	background-color: #66FFCC;
}
.comments_blue {
	color: #003366;
	background-color: #66CCFF;
}
.display_none {
	color: #009900;
	display: none;
}
.float_left {
	float: left;
}
.float_left48 {
	float: left;
	width: 48%;
}
.float_right {
	float: right;
}
.float_right48 {
	float: right;
	width: 48%;
}

.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.update {
	font-size: smaller;
	color: #FF0000;
}
.under_construction {
	color: #6600CC;
	background-color: #FFFF00;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
#ejrp_motto {
	position: fixed;
	left: 25%;
	top: 20%;
	display: none;
	width: 50%;
	text-align: center;
	font-size: 1.3em;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
a img {
	border-style: none;
}body {
	background-color: #66CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pysae_mission {

	position: fixed;
	left: 25%;
	top: 20%;
	display: none;
	width: 50%;
	text-align: center;
	font-size: 1.3em;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
a:active {
	color: #000000;
}

