.top {
	width: 1000px;
	height: 100px;
	background-image: url("../img/blue_top.jpg");
	background-repeat: no-repeat;
}
.text_logo {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #7692B4;
}
.text_banner {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: white;
}
.text_login {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.text_login_black {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
input {
	border: 1px solid #016798;
	font-size: 10pt;
	font-family: arial;
}
.text_menu {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.link_menu {
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
.menu_bar {
	width: 1000px;
	height: 41px;
	background: transparent;
}

.content {
	width: 1000px;
}
.box {
	padding: 4px;
}
.box_table {
	background-color: white;
	border: 1px solid #016798;
}
.box_table_blue {
	background-color: #006699;
	border: 1px solid #016798;
}
.box_header {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-image: url("../img/blue_menu_bg.gif");
	background-repeat: repeat-x
	text-decoration: none;
}
.box_table_header {
	background-color: #7692B4;
	color: white;
}
.box_row_odd {
	background-color: #CEECFF;
}
.box_row_even {
	background-color: #B2D1E0;
}
.box_text {
	font-family: arial;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.box_link {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.box_text_home {
	font-family: arial;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
.box_link_home {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.box_list {
	overflow-x:auto;
	overflow-y:auto;
}
.bottom {
	width: 1000px;
	height: 21px;
	background-image: url("../img/blue_footer.gif");
	border-top: 2px solid white;
}
.bottom_link {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.bottom_text {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.text_color {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #016798;
}
.text_color_big {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #016798;
}
.eventTD A {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.text_message {
	font-family: arial;
	font-size: 8pt;
	color: #016798;
}
select{
	border:1px solid #016798;
	font-family: arial;
	font-size: 8pt;
}
.scrollableSection {
	overflow-y:auto;
	height: 145px;
	width: 190px;
}
.black {
	font-family: arial;
	font-size: 8pt;
}
.black a {
	font-family: arial;
	font-size: 8pt;
	color: #016798;
}
.white {
	font-family: arial;
	font-size: 8pt;
	color: white;
}

.shadow {
	font-family: arial;
	font-size: x-large;
	height: 5px;
	/* filter: Shadow(Color=#666666,Direction=136,Strength=10); */
}
.cursorbutton {
	background-color: #006699;
	font-family: arial;
	font-size: 8pt;
	color: white;
}
.link {
	color: #006699;
	text-decoration: none;
}
