
 .hide { display: none; }
 .unhide { display: yes; } 

a:link {
	color: #990000;
	text-decoration: none;	
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990033;	
	text-decoration: none;
}

body {
	margin-top: 0px;
	background-color: #eae1da;
	background-image: url(pic/bg.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.login_label {
	color: #006600;
	font-weight: bold;
}

.textbox_login {
	font-family:arial; 
	font-size:10px; 
	border:1px solid black;
}

.textbox {
	font-family:arial; 
	font-size:11px; 
	border:1px solid black;
}

.button_blue {
	color:#ffffff; 
	font-weight:bold; 
	font-family:arial; 
	font-size:11px; 
	border:1px solid black; 
	background-color:#53a0d5;
}

.button_red {
	color:#ffffff; 
	font-weight:bold; 
	font-family:arial; 
	font-size:11px; 
	border:1px solid black; 
	background-color:#ff0000;
}

.button_gray {
	color:#000000; 
	font-weight:bold; 
	font-family:arial; 
	font-size:11px; 
	border:1px solid black; 
	background-color:#cccccc;
}

.button_green {
	color:#ffffff; 
	font-weight:bold; 
	font-family:arial; 
	font-size:11px; 
	border:1px solid black; 
	background-color:#4c8421;
}

.button_yellow {
	color:#000000; 
	font-weight:bold; 
	font-family:arial; 
	font-size:11px; 
	border:1px solid black; 
	background-color:#e6d005;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.title_news {
	color:#225329;
}

.error_table {
	background-color:#E66868;
}

.error_title {
	color:#ff0000;
}

.middle_row {
background-color:#FFF;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.calc {
	background-color:#E6EED5;
	color:#000000; 
	font-family:arial; 
	font-size:11px; 
	border:1px solid white; 
}

.calc1 {
	background-color:#D0FDBD;
	color:#000000;
	font-family:arial;
	font-size:11px;
	border:1px solid white;
}

.calc2 {
	background-color:#C4FF9B;
	color:#000000;
	font-family:arial;
	font-size:11px;
	border:1px solid white;
}
