body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	margin:0px 0px;
	padding:0px;
}

td.spacer
{
	background-color: rgb(255, 255, 255);
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 1px;
	width: 1152px;
}

div.centered
{
	position: relative;
	margin: 0 auto;
	width: 1152px;
	background-color: rgb(255, 255, 255);
}

td.navi
{
	width: 232px;
	height: 45px;
	background-color:rgb(178, 202, 226);
	text-align: center;
}


td.subnavi
{
	width: 232px;
	height: 22px;
	background-color:rgb(127, 167, 206);
	text-align: center;
}

td.footer
{
	height: 45px;
	background-color:rgb(178, 202, 226);
	color: rgb(102, 108, 112);
	padding-right: 20px;
}

td.right
{
    width: 166px;
    background-color:rgb(206, 221, 236);
}

td.naviback
{
    background-color:rgb(229, 237, 245);
}

a.navi
{
    font-size: 14px;
    text-decoration: none;
	color: rgb(102, 108, 112);
}

a.navi:hover
{
    font-size: 14px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a.navi:visited
{
    font-size: 14px;
    text-decoration: none;
}

a.naviactive
{
    font-size: 14px;
    text-decoration: none;
	color: rgb(255, 255, 255);
}

a.naviactive:hover
{
    font-size: 14px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a.naviactive:visited
{
    font-size: 14px;
    text-decoration: none;
}

a.subnavi
{
    font-size: 12px;
    text-decoration: none;
	color: rgb(102, 108, 112);
}

a.subnavi:hover
{
    font-size: 12px;
    text-decoration: none;
	color: rgb(255, 255, 255);
}

a.subnavi:visited
{
    font-size: 12px;
    text-decoration: none;
}

a.subnaviactive
{
    font-size: 12px;
    text-decoration: none;
	color: rgb(255, 255, 255);
}

a.subnaviactive:hover
{
    font-size: 12px;
    text-decoration: none;
	color: rgb(255, 255, 255);
}

a.subnaviactive:visited
{
    font-size: 12px;
    text-decoration: none;
}

td.content
{
    width: 713px;
	padding-top: 15px;
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

a
{
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: rgb(102, 108, 112);
}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	font-weight: normal;
}

h2
{
    margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

h2.prefix
{
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: rgb(247, 204, 64);
}

textarea
{
	width: 422px;
	height: 98px;
	border: 1px solid rgb(140, 140, 140);
}

input.textfield
{
	border: 1px solid rgb(140, 140, 140);
	width: 190px;
	height: 16px;
	color: black;
	background-color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}


input.textfieldmandatory
{
	border: 1px solid rgb(140, 140, 140);
	width: 190px;
	height: 16px;
	color: black;
	background-color: rgb(235, 235, 235);
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}

input.submit
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	border: 1px outset rgb(140, 140, 140);
	background-color: rgb(40, 107, 173);
	color: rgb(255, 255, 255);
	margin: 5px 0px 5px 0px;
	padding:2px 10px 2px 10px;
}

.txError
{
	color: red;
}
