body {	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
}

.bg_white {
	background-color: #ffffff;
}

.bg_blue{
	background-color: #7d8ffb;
}

.bg_teal{
	background-color: #dce1fe;
}

.txt_gray{
	color: #535353;
	font-size: 10px;
}

.txt_teal{
	color: #3e6d7f;
	font-size: 11px;
}

.txt_white{
	color: #ffffff;
	font-size: 10px;
}

.txt_red{
	color: #c00000;
	font-size: 10px;
}

.txt_black{
	color: #000000;
	font-size: 11px;
}

.mnu_teal{
	color: #3e6d7f;
	font-size: 10px;
	text-decoration: none;
}

.mnu_teal:hover{
	color: #3e6d7f;
	font-size: 10px;
	text-decoration: underline;
}

.mnu_white{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.mnu_white:hover{
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}

.mnu_black{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.mnu_black:hover{
	color: #c00000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.mnu_read{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.mnu_read:hover{
	color: #c00000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.box{
    color: #535353;
    font-weight: normal;
	font-size: 11px; 
	border: 1px solid #747474; 
	padding: 3px;
	height: 22px;
	font-family: Verdana;
}

.tbox{
    color: #535353;
    font-weight: normal;
	font-size: 11px; 
	border: 1px solid #747474; 
	padding: 3px;
	font-family: Verdana;
}

.btn{
    color: #535353;
    font-weight: normal;
	font-size: 11px; 
	border: 1px solid #d6d6aa; 
	padding: 3px;
	width: 80px;
	font-family: Verdana;
}

.bg_data{
	background-color: #fafafa;
	width: 510px;
	height: 20px;
	padding-left: 10px;
}

.bg_entry{
	background-color: #dfe7ec;
	width: 510px;
	height: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #7acaf9; 	
}

.txt_header{
	color: #535353;
	font-size: 14px;
}

.box_member{
    color: #000000;
    font-weight: normal;
	font-size: 10px; 
	border: 1px solid #8a9bfa; 
	padding: 3px;
	height: 22px;
	background-color: #fafafa;
	font-family: Verdana;
}

.tbox_member{
    color: #000000;
    font-weight: normal;
	font-size: 10px; 
	border: 1px solid #8a9bfa; 
	background-color: #fafafa;
	padding: 3px;
	font-family: Verdana;
}

.btn_member{
    color: #535353;
    font-weight: normal;
	font-size: 10px; 
	border: 1px solid #d6d6aa; 
	padding: 3px;
	width: 100px;
	font-family: Verdana;
}

.tbl_main{
	background-color: #a7cde3;
}

.tbl_header{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #a7cde3;
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.tbl_entry{
	font-family: Verdana;
	font-size: 10px;
	background-color: #d2e5f0;
	font-weight: normal;
	color: #000000;
}

.gray {
	color: #545454;
}

.black {
	color: #000000;
}
