body {
	color: #9f785c;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: normal;
	line-height: 18px;
	background-color: #FFFFFF;
	margin: 0px;
}

img {border-width:0px;}

a:link {text-decoration:none;}     /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {color:#7c5e48; text-decoration:underline;}   /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */

.mycursor {
	cursor:pointer;
}

h1 {
	color: #7c5c45;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.paragraph_title {
	color: #7c5c45;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

.title_blue {
	color: #0093dd;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding-bottom: 5px;
}

.center_table { 
    margin-left: auto;
    margin-right: auto;
}

.table_basic {
	border: 1px solid #e6a21f;
	background-color: #ffd90f;
}

.copyright {
	color: #9f785c;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: normal;
	line-height: 24px;
}

.button_print {
	color: #ffffff;
	background: #ffffff;
	font-size: 0px;
	border-width: 0px;
	cursor: hand;
	background-image: url(../img/button_print.gif);
	width: 68px;
	height: 29px;
}

.error {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.update_progress {
	color: #b20000;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight : bold;
}

.top_info {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-align: center;
	/*text-decoration:none;*/
}

.top_info_link:link {color:#FFFFFF;}     /* unvisited link */
.top_info_link:visited {color:#FFFFFF;}  /* visited link */
.top_info_link:hover {color:#FFFFFF; text-decoration:underline;}   /* mouse over link */
/*.top_info:active {color:#FFFFFF;}*/   /* selected link */

.menu {
	color: #7c5c45;
	font-size: 16px;
	font-family: Arial, Verdana;
	font-weight: bold;
	padding:9px 20px 10px 20px;
	text-decoration:none;
}

.menu:link {color:#7c5c45;}     /* unvisited link */
.menu:visited {color:#7c5c45;}  /* visited link */
.menu:hover {color:#7c5c45; text-decoration:none; background-color:#eae8e2;}   /* mouse over link */
.menu:active {color:#7c5c45;}   /* selected link */

.pager {
	/*color: #000000;*/
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	/*text-align: center;*/
}

.pager:link {color:#0093dd;}     /* unvisited link */
.pager:visited {color:#0093dd;}  /* visited link */
.pager:hover {color:#0093dd;}   /* mouse over link */
.pager:active {color:#0093dd;}   /* selected link */