@charset "utf-8";
/* CSS Document */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0093D0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	margin: 0 0 5px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	margin: 0 0 5px 0;
}

.blue_bar {
	height: 5px; 
	background-color: #0093D0; 
	width: 100%;
}
#upper_bar {
	margin-bottom: 10px;
}
#lower_bar {
	margin-top: 10px;
}

.thin_bar {
	height: 1px; 
	background-color: #999999; 
	width: 100%;
}

.major_list {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.major_list ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}
