/* GENERAL STYLES */
/* User */
h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #1F68AB;
	margin: 0.6em 0 0.2em 0;
}

/*
	This version of TinyMCE unfortunately creates p-elements
	inside of table cells, if it stops doing that, this rule
	can be removed.
*/
#content td p {
	margin: 0;
}

/* EDITOR PROPERTIES */
h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.35em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1em;
}

.Legend {
font-style: italic;
}

.altbackground1 {
background-color: #d4d0cB;
}

.altbackground2 {
border-bottom: 1px solid black;
font-weight : bold;
font-size : 12px;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 5px;
line-height : 12px;
}

.headerRow td {
border-bottom: 1px solid black;
font-weight : bold;
font-size : 12px;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 5px;
line-height : 12px;
}

.alternativerow {
background-color: #d4d0cB;
}


