/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
	background-color:#f8f8f8;
	font-family:Verdana, sans-serif;
	font-size:12px;
}

#search
{
	float:left;
	margin:150px 0px 5px 20px;
}

form#search-form
{
	width:140px;
	height:22px;
	float:left;
	background:url(tl_files/promicrotech/search-field.png) no-repeat;
}

form#search-form input[type="image"]
{
	float:left;
		display:inline;
		margin-top:1px;
		margin-left:6px;
}

form#search-form input[type="text"]
{
	width:90px;
	height:14px;
	margin-top:2px;
	margin-right:5px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

a
{
	font-family:Verdana, sans-serif;
	text-decoration:none;
	color:#a84204;
}

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

img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

.ce_text, .teaser
{
	font-family:"Myriad Pro",Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333333;
	font-size:12px;
	font-weight:normal;
}
