.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.copyright {
	font-size: 9px;
}
.heading {
	font-size: 13px;
}
.white {
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.red {
	color: #9D102D;
}
.orange {
	color: #CC6600;
}
.blue {
	color: #003399;
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.menuButton {
	width: 100px;
	height: 20px;
	background-color: #CECDBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	text-decoration: none;
	border-top: thin outset #CECDBE;
	border-left: thin outset #CECDBE;
	border-right: thin inset #CECDBE;
}
.menuButtonHighlight {
	width: 100px;
	height: 20px;
	background-color: #B12119;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	text-decoration: none;
	border-top: thin outset #B12119;
	border-left: thin outset #B12119;
	border-right: thin inset #B12119;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.main_table {
	background-color: #5D7896;
	border-color: #394A5C;
	border-width: thin;
	border-style: solid;
	border-collapse: collapse;
}
.main_table_notice {
	background-color: #B12119;
	border-color: #B12119;
	border-width: thin;
	border-style: solid;
	border-collapse: collapse;
}

.inner_table {
	background-color: #FFFFFF;
}
.banner {
	background-image: url(web_images/sky.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.image_border {
	border: thin solid #394A5C;
}
.image_title {
	background-color: #5D7896;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
