/* CSS Document */

body, table, tr, td, input, select, formm, textarea {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}

body {
	margin:0px;
	background-color:#FFFBEA;
	height:100%;
}

/* TinyMCE specific rules 


body.mceContentBody {
   background: #FFFBEA;
   color: #9D0027;
   font-size:12px;
}
*/

.mceContentBody a {
	color: black !important; /* FF requires a important here */
}

h1 {
	display:block;
	margin-bottom:8px;
	margin-top:0;
	font-size:16px;
	font-weight:bold;
}

h2 {
	display:block;
	margin-bottom:8px;
	margin-top:0;
	font-size:15px;
	font-weight:bold;
}

h3 {
	display:block;
	margin-bottom:6px;
	margin-top:0;
	font-size:14px;
	font-weight:bold;
}

.h0 {
	display:block;
	margin-bottom:8px;
	margin-top:0;
	font-size:20px;
	font-weight:bold;
}

.rot {
	color: #9D0027;
}

.text13px {
	font-size:13px;
}

.text14px-rot {
	font-size:14px;
	color: #9D0027;
	font-weight:bold
}

.text14px-gruen {
	font-size:14px;
	color: #669900;
	font-weight:bold
}

.text14px {
	font-size:14px;
	font-weight:bold
}

.text16px-gruen {
	font-size:16px;
	color: #669900;
	font-weight:bold
}

.text16px-rot {
	font-size:16px;
	color: #9D0027;
	font-weight:bold
}

dt, dd {
	display:block;
	margin-bottom:4px;
}

dt {
	font-weight:bold;
}

.line-top {
	border-top:1px solid #809656;
}

.border {
	border:1px solid #809656;
}

.line-bottom {
	border-bottom:1px solid #809656;
}

.border-left {
	border-left:1px solid #809656;
}

