body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.head {
	color: 9D5E3F;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9D5E3F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9D5E3F;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252D47;
	
	text-decoration: none;
	
	background-color: #f3f4f5;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	
	width: 300;
}

.check {
	text-decoration: none;
	background-color: none;
	border: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252D47;
	
	text-decoration: none;
	
	background-color: #f3f4f5;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	
	width: 150;
}

.plus {
	background-image: url('../images/icons/plus.gif'); 
	background-repeat: no-repeat; 
	background-position: center;
	background-position: left;
}

.minus {
	background-image: url('../images/icons/minus.gif'); 
	background-repeat: no-repeat; 
	background-position: center;
	background-position: left;
}