/*
 Style sheet definition
 2003-10 Peter Breitling
 */ /*HTML {
    height:100%;
	margin:0;padding:0;
}

FORM {
	height:100%;
	margin:0;padding:0;
}

BODY {
	height:100%;
	margin:0;padding:0;
	overflow: auto;
}
*/ /* define border box model */
td {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content hr {
	margin: 0px;
	padding: 0px, 0px, 0px, 0px;
	border: 0px, solid, green;
	text-align: center;
	border-style: solid;
	width: 100%;
	height: 1px;
	background-color: black;
	color: #a0a0ff;
}

.content ul {
	margin-top: 8px;
	margin-bottom: 12px;
	list-style-type: square;
	list-style-image: url(listitem.gif);
}

.content blockquote {
	margin-top: 8px;
	margin-bottom: 12px;
}

.content div.header {
	color: #8080e0;
}

.content a {
	color: black;
	text-decoration: none;
}

.content a:link {
	color: black;
	text-decoration: none;
}

.content a:visited {
	color: black;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content a:visited :hover {
	text-decoration: underline;
}

.content a.header {
	color: #8080e0;
	text-decoration: none;
}

.content a.header:link {
	color: #8080e0;
	text-decoration: none;
}

.content a.header:visited {
	color: #8080e0;
	text-decoration: none;
}

.content a.header:hover {
	text-decoration: underline;
}

.content a.header:visited :hover {
	text-decoration: underline;
}

.content h3,h4,h5 {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 13px;
	color: #8080e0;
}

.content h2 {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #8080e0;
}

.content h1 {
	margin-top: 8px;
	margin-bottom: 12px;;
	font-size: 18px;
	color: #8080e0;
}

HTML {
	color: black;
	background-color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

P {
	color: black;
	background-color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 5ex;
	text-align: justify;
}

.content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.content .specialinput input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 0pt solid;
	background-color: white;
	color: black;
}

.content .wrong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3333;
}

.content .oddlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

.content .center td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10%;
	text-align: center;
}

.content .textalignleft {
	text-align: left;
}

.content .textaligncenter {
	text-align: center;
}

.content .textalignright {
	text-align: right;
}

.rendertooltipstyle {
	border-color: #404080;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	background-color: #a0a0ff;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	opacity: 0.9;
	filter: alpha(opacity =           90);
	white-space: wrap;
}

.renderbusystyle {
	background-color: #000000;
	cursor: wait;
	opacity: 0.0;
	filter: alpha(opacity =           0);
	width: 100%;
	height: 100%;
}

.renderselectinput {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
