body{
	font-family: verdana;
	font-size: 9pt;
}

input, select, textarea {
	font-family: verdana;
	font-size: 9pt;
}

a{
	text-decoration: none;
	color: #0000FF;
}

a:visited{
	text-decoration: none;
	color: #0000FF;
}

a:hover{
	text-decoration: none;
	color: #008AFF;
}

table.main_table{
	padding: 0px;
	border: 0px;
	width: 750px;
	background-color: #F3F3F3;
}

input.login_field{
	font-size: 9pt;
}

td.form_label{
	background-color: #CECEEB;
	text-align: center;
	font-size: 9pt;
}

td.menu_cell{
	text-align: center;
	padding: 2px;
	width: 60px;
}

td.main_label{
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #CECEEB;
}

img{
	border: 0px;
}

.content_table{
	padding: 2px;
	border: 0px;
	width: 90%;
	font-family: verdana;
	font-size: 9pt;
}

.content_title{
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
}

.content_label{
	text-align: left;
	width: 30%;
}

.content_semi{
	width: 4%;
	text-align: center;
}

.content_data{
	text-align: left;
	width: 66%;
}

.button_section{
	text-align: center;
}

.button{
	width: 32px;
	font-size: 10px;
}

.company_logo{
	width: 100%;
}

.top_menu_row{
	/*background-color: #000000;*/
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: top;
}

.content_cell{
	width: 100%;
	text-align: center;
}

.break_line_cell{
	height: 5px;
	font-size: 5px;
	background-color: #FFFFFF;
}

.login_table{
	width: 100%;
	padding: 2px;
	font-size: 9pt;
	/*background-color: #C5C4BE;*/
}

.label{
	width: 40%;
}

.data{
	width: 60%;
}

.copyright{
	text-align: center;
	font-size: 9px;
	font-family: verdana;
}

.user_menu{
	padding-left: 8px;
	font-size: 12px;
}

.result_table{
	font-size: 9pt;
}

.schedule_cell{
	width: 20%;
	text-align: center;
}

.error_msg{
	text-align: center;
	color: red;
}

