body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0F3F65;
}
.header {
	font-size: 11px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #15354C;
	font-weight: bold;
}
a:hover {
	color: #528EB2;
}

.sidebar_cell {
	padding: 30px 2px 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #8CC63E;
}
.sidebar_header {
	font-size: 10px;
	font-weight: bold;
}
.login_form {
	font-size: 10px;
}
.content_cell {
	padding: 10px 30px 5px;
	font-size: 12px;
}


h1, h2, h5{
	color: #2A576A;
	font-size: 14px;
	font-weight: bold;
}
.content_text {
	padding: 0px;
	font-size: 12px;
}
.footer_cell {
	padding: 15px 5px 5px;
	font-size: 10px;
}

.small_header {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.main_content {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.form_table {
	font-size: 12px;
	font-weight: bold;
}
.content_table {
	padding: 30px 30px 5px;
	font-size: 12px;
}
.speaker_table {
	/*padding: 30px 30px 5px;*/
	font-size: 12px;
}
.attendance_table {
	font-size: 10px;
}
.boiler {
	font-size: 10px;
	color: #FFFFFF;
}

.alert{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/*MCE styles*/

body.mceContentBody, body#content{
background-color: #fff;
}
.mceContentBody p, body#content p{
font-size: 12px;
}
