BODY {
	color : #000033;
	font-family : Times New Roman, Georgia, Sans-serif, Verdana, Tahoma, Arial, Helvetica,  sans-serif;
	font-size : medium;
	text-align : justify;
	background-color : #000033;
	font-weight : normal;
}

SMALL {
	font-size : small;
}

A.main {
	color : #8a94ca;
	text-decoration : underline;
}

A.main:HOVER {
	color : #8a94ca;
	text-decoration : none;
}

H1 {
	font-size : medium;
	font-weight : bold;
}

H2 {
	font-size : large;
	font-weight : normal;
}

H3 {
	font-size : x-large;
	font-weight : bold;
	text-align : center;
}

TABLE.main {
	align : center;
	border : none;
	padding : 1px 1px 1px 1px;
	background-color : #d7d7d7;
	width : 100%;
}

TD.line {
	background-color: #8a94ca;
	width : 5px;
	height : 3px;
	}
	
A.line {
	color : #ebda1e;
	text-decoration : underline;
}

A.line:HOVER {
	color : #d7d7d7;
	text-decoration : none;
}

TABLE.menu {
  align : center;
	background-color : #000033;
	border : none;
	padding : 1px 1px 1px 1px;

}

TD.menu {
	text-align : center;
	font-weight : bold;
	background-color : #8a94ca;
	height : 30px;
	
}

A.menu {
	color : #000033;
	text-decoration : none;
}

A:HOVER.menu {
	color : #d7d7d7;
	text-decoration : none;
}

A.submenu {
	color : #000033;
	text-decoration : none;
}

A:HOVER.submenu {
	color : #8a94ca;
	text-decoration : none;
}

TD.textleft {
	color : #e9da32;
	font-size : small;
	text-align : left;
}

TD.textcenter {
	background-color : #000033;
	color : #e9da32;
	text-align : center;
	font-size : x-large;
	font-weight : bold;
}

TD.textright {
	color : #8a94ca;
	font-size : small;
	text-align : right;
}

TABLE.tabelle {
  align : center;
	border : solid;
	border-color : #000033;
	width : 100%;
}

TH.tabelle {
	color : #000033;
	background-color : #d7d7d7;
	text-align : left;
	font-weight : bold;
}

TD.tabelle {
	color : #8a94ca;
	background-color : #000033;
	text-align : left;
	width : 251px;
	height : 100%;
}

INPUT {
			color : #000033;
			background-color : #8a94ca;
}

TEXTAREA {
			color : #000033;
			background-color : #8a94ca;
}

BUTTON {
			color : #8a94ca;
			background-color : #000033;
}
