body {
	font: 76% verdana, sans-serif;
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #006EDB;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #F4F4F4;
}

h2 {
	margin: 0 0 4px 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	margin: 0 0 4px 0;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #666666;
	text-align: left;
	font-size: 0.9em;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	text-align: left;
}

table,tr,td {
	margin: 0;
	font-size: 1.0em;
	text-align: left;
}

.btn {   
	color:#333333;   
	font: bold 1em Verdana, sans-serif; 
	height: 40px;
	width: 125px;
}

.input
{
	height: 22x;
	float: left;
	padding: 3px;
	font-size: 14px;
	border: 2px solid #CCCCCC;
}


/* -- LAYOUT -------------------------------------------------------------------------------------------------------*/

.content {
	margin: 10px auto 10px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	background: #FFFFFF;
}


/* -- TOP ----------------------------------------------------------------------------------------------------------*/

.topContainer {
	text-align: left;
	margin: 0 0 5px 0;
}


/* -- NAVIGERING----------------------------------------------------------------------------------------------------*/

.navContainer {
	text-align: left;
	clear: both;
	margin: 15px 0 0 0;
}

.navTab {
	text-align: left;
	color: #222222;
	padding: 6px 8px 8px 8px;
	margin: 6px 0 10px 0;
	text-decoration: none;
	background: #DDDDDD url(../images/roundCornerTopRight.gif) top right no-repeat;
	border-left: 4px solid #FFFFFF;
}

.navTab:hover {
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background: #222222 url(../images/roundCornerTopRight.gif) top right no-repeat;
}

.navTabActicve {
	text-align: left;
	padding: 6px 8px 8px 8px;
	color: #FFFFFF;
	margin: 6px 0 10px 0;
	text-decoration: none;
	background: #222222 url(../images/roundCornerTopRight.gif) top right no-repeat;
	border-left: 3px solid #FFFFFF;
}

.navTabActicve:hover {
	text-decoration: none;
}


/* -- SPLASH -------------------------------------------------------------------------------------------------------*/

.splashContainerGfx {
	text-align: left;
	height: 110px;
	color: #FFFFFF;
	padding: 0;
	background: #FFFFFF url(../images/gfx_top_gfx.gif) top right no-repeat;
	clear: both;
	margin: 8px 0 0 0;
}

.splashContainerGfx p {
	width: 370px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 10px 0 10px;
}

.splashContainerStart {
	text-align: left;
	height: 110px;
	color: #FFFFFF;
	padding: 0;
	background: #FFFFFF url(../images/gfx_top_start.gif) top right no-repeat;
	clear: both;
	margin: 8px 0 0 0;
}

.splashContainerStart p {
	width: 370px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 10px 0 10px;
}

.splashContainerWeb {
	text-align: left;
	height: 110px;
	color: #FFFFFF;
	padding: 0;
	background: #FFFFFF url(../images/gfx_top_web.gif) top right no-repeat;
	clear: both;
	margin: 8px 0 0 0;
}

.splashContainerWeb p {
	width: 370px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 10px 0 10px;
}


/* -- MAIN ---------------------------------------------------------------------------------------------------------*/

.textContainer {
	text-align: left;
	min-height: 350px;
	width: 570px;
	float: left;
	padding: 0;
	margin: 10px 0 10px 0;
}

.textContainerInfo {
	clear: both;
	background: #EEEEEE;
	border-left: 5px solid #CCCCCC;
	padding: 6px 10px 8px 10px;
	margin: 0;
}


/* -- RIGHT --------------------------------------------------------------------------------------------------------*/

.rightContainer {
	width:180px;
	min-height: 150px;
	float:right;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCCCCC;
}

.rightContainer p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 12px 0;
	color: #666666;
}


/* -- BOTTOM -------------------------------------------------------------------------------------------------------*/

.bottomContainer {
	clear: both;
	color: #808080;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #D0D0D0;
	text-align: center;
}

.bottomContainer a {
	color: #808080;
}
