@charset "utf-8";
/* CSS Document */

body { 
	background-color: FFFFFF;
}

h1 { 
	color: black;
    font-family: Verdana, sans-serif;
	font-size: large;
	font-weight: heavier;
}
h2 { 
	color: black;
	font-family: Verdana, sans-serif;
	font-size: medium;
	font-weight: lighter;
}

h3	{ 
	color: black;
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: lighter;
}

b.qno { 
	color: red;
	font-family: Verdana, sans-serif;
	font-size: x-large;
	font-weight: lighter;
}

b.qna { 
	color: black;
	font-family: Verdana, sans-serif;
	font-size: x-small ;
	font-weight: medium;
}

b.pale { 
	color: blue;
}

b.mand { 
	color: red;
	font-weight: heavier;
}

b.entrytext { 
	color: black;
	font-family: monospaced;
	font-size: small;
	font-weight: lighter;
}

p { 
	color: black;
	font-family: Verdana, sans-serif;
	font-size: smaller;
	font-weight: normal;
}

td { 
	color: black;
	font-family: Verdana, sans-serif;
	font-size: smaller;
	font-weight: lighter;
}

th { 
	color: black;
	font-family: Verdana, sans-serif;
	font-size: smaller;
	font-weight: heavier;
}
		  
div.tc * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.tc {
	border-color: #464749;
	border-top: 1px solid #464749;
	font-size: 10px;
	padding-top: 10px;
}

div.tc a {
	color: #336666;
}

#footerBody {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #464749;
	border-style: solid none none;
	border-width: 0;
	clear: both;
	height: auto;
	padding-top: 0;
	text-align: right;
	width: inherit;
}

.LV_validation_message {
	background: url(../images/achtung.gif) no-repeat 1px 1px;
	font-weight: bold;
	margin: 0pt 0pt 0pt 5px;
	color: #c41230;
	padding: 0 0 0 20px;
}

.LV_valid {
	background:url(../images/ok.gif) no-repeat 1px 1px;
	color:#099116;
}