BODY {
	background-color: #003479;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

TABLE {
	font-family: Arial;
	font-size: 12px;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
}

H1 {
	color: #354f6a;
	font-size: 16px;
}

H2 {
	color: #354f6a;
	font-size: 14px;
}

H3 {
	color: #354f6a;
	font-size: 12px;
}

#content_area {
	margin: 20px;
}

#topbar A, #topbar A:link, #topbar A:active, #topbar A:visited {
	color: White;
	text-decoration: none;
}

#topbar A:hover {
	text-decoration: underline;
}

.searchbox {
	width: 80px;
	height: 10px;
	font-size: 9px;
}

.region_name {
	color: #354f6a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
}

/* ---- CONTENT REGION DATA --- */
.content_calendar_header{
        color: #354f6a;
        font-size: 14px;
	font-weight: bold;
}
.Category_Header_Text{
        color: #354f6a;
        font-size: 14px;
        font-weight: bold;
}

/* CONTENT: CALENDAR STYLES */
.content_calendar_header {
	font-size: 14px;
	color: #354f6a;
	font-weight: bold;
}

.content_calendar_list {
}

.content_calendar_table {
	border-right: 1px solid #354f6a;
	border-bottom: 1px solid #354f6a; 
	border-top: 1px solid #354f6a;
	border-left: 1px solid #354f6a;
}
			
.content_calendar_table_headercell {
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #354f6a;
	font-weight: bold;
}

.content_calendar_table_cell {
	border-left: 1px solid #354f6a;
	border-top: 1px solid #354f6a;
	font-size: 8pt;
}

.content_calendar_table_selectedcell {
	background: #E6E6E6;
}

/*---- FORM STYLES ----*/
TABLE.webform TR TD SELECT {
    width: 330px;
    font-size: x-small;
}