
body
{
	font-family: tahoma;
	color: #636652;
}

/**
*	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
*/

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: #636652;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

p.first
{
	margin-top: 5px;
}

form
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #636652;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

a:hover
{
	text-decoration: underline;
	color: #293242;
}

a.colored
{
}

input
{
	color: #000000;
}

input.text
{
	width: 210px;
	height: 18px;
	background-color: #cfcbc4;
	border-top: 1px solid #686662;
	border-left: 1px solid #6c6a66;
	border-bottom: 1px solid #dfddd8;
	border-right: 1px solid #dedcd7;
}

select.sel_number
{
	width: 58px;
	height: 18px;
	background-color: #cfcbc4;
	border-top: 1px solid #686662;
	border-left: 1px solid #6c6a66;
	border-bottom: 1px solid #dfddd8;
	border-right: 1px solid #dedcd7;
}

input.text_date
{
	width: 185px;
	height: 18px;
	background-color: #afb9c8;
	border-top: 1px solid #585d64;
	border-left: 1px solid #5b6068;
	border-bottom: 1px solid #cad1db;
	border-right: 1px solid #c9d0da;
}

input.button
{
	width: 79px;
	height: 32px;
	color: #f1f0ec;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;

	background-image: url('../img/design/button.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px;
}
