
body
{
	font-family: tahoma;
	color: #5c584f;
}

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: #5c584f;
}

h1
{
}

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: #445761;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

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

a.colored
{
}

input
{
	color: #000000;
}

input.text
{
	width: 180px;
	height: 18px;
	background-color: #68bdd7;
	border-top: 1px solid #2a4c56;
	border-left: 1px solid #457e8f;
	border-bottom: 1px solid #abdae9;
	border-right: 1px solid #83c9de;
}

select.sel_number
{
	width: 50px;
	height: 18px;
	background-color: #68bdd7;
	border-top: 1px solid #2a4c56;
	border-left: 1px solid #457e8f;
	border-bottom: 1px solid #abdae9;
	border-right: 1px solid #83c9de;
}

input.text_date
{
	width: 157px;
	height: 18px;
	background-color: #fff979;
	border-top: 1px solid #666430;
	border-left: 1px solid #aaa651;
	border-bottom: 1px solid #fffcb4;
	border-right: 1px solid #fffa91;
}

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

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

/**
*	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
*/

