
body
{
	font-family: tahoma;
	color: #725c61;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div, ol, ul, li, table, td, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	color: #725c61;
}

h1
{
	padding-left: 50px;
	padding-top: 8px;
}

h1 img
{
	display: block;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

p.first
{
	margin-top: 5px;
}

form
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #725c61;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #b82f41;
}

a.colored
{
}

input
{
	color: #000000;
}

input.text
{
	width: 141px;
	height: 18px;
	background-color: #e5e4d3;
	border-top: 1px solid #f2f2e9;
	border-left: 1px solid #d5d4c4;
	border-bottom: 1px solid #4e4e48;
	border-right: 1px solid #d1d0c1;
}

select.sel_number
{
	width: 50px;
	height: 18px;
	background-color: #e5e4d3;
	border-top: 1px solid #f2f2e9;
	border-left: 1px solid #d5d4c4;
	border-bottom: 1px solid #4e4e48;
	border-right: 1px solid #d1d0c1;
}

input.text_date
{
	width: 122px;
	height: 18px;
	background-color: #eeffb3;
	border-top: 1px solid #f7ffd9;
	border-left: 1px solid #ddeda6;
	border-bottom: 1px solid #51573d;
	border-right: 1px solid #d9e9a4;
}

input.button
{
	height: 21px;
	color: #d1ebff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	margin: 5px;

	background-image: url('../img/design/button.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #52aae7;
	border-left: 1px solid #4ea1db;
	border-bottom: 1px solid #001f35;
	border-right: 1px solid #012640;
}

input.button_search
{
	height: 23px;
	width: 72px;
	font-size: 0px;
	cursor: pointer;
	margin: 5px;

	background-image: url('../img/design/button_search.jpg');
	background-repeat: no-repeat;
	border: 0px;
}

/**
*	clearfix downloaded from http://www.webtoolkit.info/css-clearfix.html
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/**
* END OF CLEARFIX
*/
