@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0d1a2d;
}

.title_20px_bold_orange {
	font-family: times;
	font-size: 20px;
	font-style: normal;
	color: #CC3300;
	font-weight: bold;
}

.text_17px_bold {
	font-family: times;
	font-size: 17px;
	font-weight: bold;
}

.text_17px_reg {
	font-family: times;
	font-size: 17px;
}

.text_17px_italic_blue {
	font-size: 17px;
	font-family: times;
	font-style: italic;
	line-height: normal;
	font-weight: 100;
	color: #000066;
	background-position: left;
}

.text_15px_italic_blue {
	font-size: 15px;
	font-family: times;
	font-style: italic;
	line-height: normal;
	font-weight: 100;
	color: #000066;
	background-position: left;
}

.month_title_underline {
	color: #660033;
	font-weight: bolder;
	font-family: times;
	font-size: 17px;
	font-variant: normal;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: underline;
}

.event_title {
	color: #CC3300;
	font-size: 15px;
	font-family: times;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

.event_text {
	color: #000000;
	font-family: times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.style3_emphasis_01 {
	color: #CC3300;
	font-weight: bold;
	font-family: times;
	font-size: 16px;
}