html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	background: #CCC url(images/body_bg_or.png) repeat-x;
}

/*Font*/
body{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 0.8em;
}
h1, h2, h3, h4, h5, h6
{
	color:#800;
}

h1
{
	margin:0; 
	padding-left:5px;
	font-size:130%;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	border-bottom:1px dashed #C4C4C3;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}
small
{
	font-size:85%;
}

hr
{
	width:90%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {
	font-family: Verdana, garamond,courier;
	color: #600;
	-webkit-transition:all 0.5s linear;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, garamond,courier;
	color: #FF0000;
	text-decoration: none;
} 
a:active {font-family: Verdana, garamond,courier; color: #000000; text-decoration: none;  }
a:hover {
	font-family: Verdana, garamond,courier;
	color: #006;
	text-decoration: none;
	border-bottom: dashed 1px #000;
}
