A:link {text-decoration: none; color: #fc7e02;}
A:visited {text-decoration: none; color: #fc7e02;}
A:hover {text-decoration: underline; color: #fc7e02;}
A:active {text-decoration: underline; color: #fc7e02;}

A.graylink:link {text-decoration: none; color: #888;}
A.graylink:visited {text-decoration: none; color: #888;}
A.graylink:hover {text-decoration: underline; color: #888;}
A.graylink:active {text-decoration: none; color: #888;}

body {
	background-color: #f1f1f1;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color:#888;
	margin: 0px;
}

h1 {
	margin: 16px 0px;
	font-size: 16px;
	color: #fc7e02;
	font-weight: bold;
}

h2 {
	margin: 10px 0px;
	font-size: 10px;
	color: #fc7e02;
	font-weight: bold;
}

.content {
	width: 750px;
	margin: auto;
	background-color: transparent;
}

.header {
	height: 16px;
	padding: 10px;
}

.topbar {
	height: 14px;
	background-color: #f1f1f1;
	padding: 2px 10px;
	text-align: right;
	font-weight: bold;
}

.column_left{
	background-image: url(/img/line_v.gif);
	background-repeat: repeat-y;
	text-align: center;
	width: 224px;
	float: left;
}

.colum_right{
	width: 440px;
	float: left;
	padding: 20px 40px;
}

.linkimage{
	border-style: none;
	float: left;
}

.tightimage{
	display: block;
	margin: auto;
}

.clearbr{
	clear: both;
}

.searchbar{
	width: 200px;
	height: 22px;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 4px 24px 0px 0px;
	background-color: #dfdbcf;
	text-align: right;
}

.searchbox{
	width: 116px;
	height: 12px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #888;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c5bA;
}

.orange{
	color: #fc7e02;
}

.news{
	background-image: url(/img/line_v.gif);
	background-repeat: repeat-y;
}

.newsitem{
	text-align: left;
	padding: 5px 10px 5px 20px;
}

.imgintro {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	margin-right: 10px;
}

.breadcrumbs{
	margin-bottom: 40px;
}

.text{
	font-size: 11px;
}

.summary{
	margin-bottom: 20px;
}

.summarytxt{
	padding-left: 20px;
}

.textfieldgeneral{
	border-width: 1px;
	border-style: solid;
	border-color: #c9c5bA;
	font-size: 9px;
	color: #888;
	width: 300px;
}

.textfieldgeneral2{
	border-width: 1px;
	border-style: solid;
	border-color: #c9c5bA;
	color: #888;
	width: 300px;
}

.illustration{
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c5bA;
	margin-right: 20px;
	margin-bottom: 18px;
}

.buttonsend{
	border-width: 1px;
	border-style: solid;
	border-color: #c9c5bA;
	font-size: 9px;
	font-family: verdana, sans-serif;
	color: #888;
}

.tdtop{
	vertical-align: top;
}
