/* ************************************* */
/* -------- STAND: 16.06.2008 ---------- */
/* ************************************* */

body {
  font-size: 10pt;
  font-weight: normal;
  font-family: arial, verdana, sans serif;
  font-variant: normal;
}

/* ************************************* */

img {
  border: 0px;
}

/* ************************************* */

div {
  border: 0px solid gray;
}

/* ************************************* */

p {
  border: 0px dotted blue;
}

/* ************************************* */

a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 9pt;
  border: 0px solid red;
  margin: 0;
  padding: 0;
}

/* ------------------------ */

a:link,
a:visited {
  color: gray;
}

/* ------------------------ */

a:hover,
a:active {
  color: black;
}

/* ************************************* */

h1 {
  font-size: 20pt;
  font-weight: bold;
}

/* ------------------------ */

h1.normal,
h2.normal,
h3.normal,
h4.normal {
  font-weight: normal;
}

/* ------------------------ */

h1.underline,
h2.underline,
h3.underline,
h4.underline {
  text-decoration: underline;
}

/* ------------------------ */

h2 {
  font-size: 16pt;
  font-weight: bold;
}

/* ------------------------ */

h3 {
  font-size: 14pt;
  font-weight: bold;
}

/* ------------------------ */

h4 {
  font-size: 12pt;
  font-weight: bold;
}

/* ************************************* */

input, 
textarea,
fieldset,
select,
button,
.input_disabled {
  border: 1px solid gray;
  border-width: 1px;
  background-color: white;
  font-size: 8pt;
  color: black;
  padding: 3px;
}

.input_disabled {
	color: #888;
	cursor:default;
}

/* ************************************* */

.tv_box_stopFloat {
  clear: both;
}

.stopFloat {
	clear: both;
	float: none;
	display: block;
	overflow: hidden;
	font-size: 0em;
	height: 0em;
	line-height: 0em;
	min-height: 0em;
	max-height: 0em;
	border:0;
}

.stopFloat_right {
  clear: right;
}

.stopFloat_left {
  clear: left;
}

/* Styles for Error Messages */

.error {
	color: #c00;
	font-size: 10px;
}

/* ************************************* */