* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(../images/header_background.png) 0 0 repeat-x;
	background-color: #a89166;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #75a820;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.main {
	width: 734px;
}

.footer {
	color: #FFFFFF;
	font-size: 11px;
}

td.maintopplain {
	background: url(../images/splash_plain_round_top.png);
}

td.mainbody {
	background: url(../images/splah_plain_background.png);
}

table.mainbody {
	width: 684px;
}

.home_splash_title {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.home_splash_body {
	color: #ffffff;
	font-size: 16px;
//	font-weight: bold;
}

.subtitle_webgui {
	color: #b6d90a;
	font-size: 20px;
	font-weight: bold;
}

.subtitle_webservice {
	color: #f49f1b;
	font-size: 20px;
	font-weight: bold;
}

.subtitle_red {
	color: #ef543c;
	font-size: 20px;
	font-weight: bold;
}

.subtitle_blue {
	color: #4389cc;
	font-size: 20px;
	font-weight: bold;
}

.bodytext {
	color: #595959;
	font-size: 11px;
}

.subtitle {
	color: #75a820;
	font-size: 12px;
	font-weight: bold;
}

td.subtitle_url {
background-color: #75a820;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


.question {
	color: #ef543c;
	font-weight: bold;
}

.answer {
	color: #595959;
}

li {
	list-style-type: none;
}

li:before {
   content: '»';
   margin-right: 6px;
}