/*HTML TAGS*/
html, body {
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body{

	min-height:100%;
	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
/*
 * IE hack - IE doesn't know min-height but does incorrectly interpret
 * height, effectively causing the same effect as min-height should in
 * this case. Uses IE's root ghost hack to only apply to IE.
 */
* html body {
	height: 100%;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: black;
}


/*SPECIFICS*/
#container{ 
	position: relative;
	min-height: 99%;

	margin-left: auto; 
	margin-right: auto; 
	margin-top: 16px;
	width: 800px;
}

* html #container
{
	height: 99%;
}

.clearfloat {
	clear: both;
}


#footer 
{
	background-color:#410f12; color: #FFFFFF; height:40px; text-align:center;padding-top:10px;
}

#footer a{ color: #FFFFFF; }

.datum			{cursor:default;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt}
.button			{cursor:pointer;font-family: Verdana, Arial, sans-serif;color: black;font-size: 6.5pt}
.imagebutton	{cursor:pointer;font-family: Verdana, Arial, sans-serif;color: black;font-size: 8pt;}
.checkbox		{cursor:default;font-family: Verdana, Arial, sans-serif;color: black;font-size: 8pt;margin:0;}
.radiobutton	{cursor:default;font-family: Verdana, Arial, sans-serif;color: red;font-size: 8pt}
.combobox		{cursor:default;background:#FFFFFF;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt;BORDER-RIGHT: #eee 1px inset; 	BORDER-TOP: white 1px inset;BORDER-LEFT: #eeeeee 1px inset;    	BORDER-BOTTOM: #eeeeee 1px inset;}
.textfield		{background:#FFFFFF;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt; BORDER-RIGHT: #eee 1px inset; 	BORDER-TOP: white 1px inset; 	BACKGROUND-ATTACHMENT: fixed; 	BORDER-LEFT: #eeeeee 1px inset;    	BORDER-BOTTOM: #eeeeee 1px inset;}
.textarea		{background:#FFFFFF;font-family:Times;color:black;font-size: 8.5pt;BORDER-RIGHT: #eee 1px inset; 	BORDER-TOP: white 1px inset;BORDER-LEFT: #eeeeee 1px inset;    	BORDER-BOTTOM: #eeeeee 1px inset;}



