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

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body{
	font-family: calibri, verdana, sans-serif;
	font-size: 12px;

}
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: #660000;
	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;
}
.standard_booth {
	height: auto !important; 
	height: 25em; 
	min-height: 25em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #CCC 1px dashed;
	vertical-align: middle;
	list-style-type: none;
	cursor: default;
}
