body
{
	padding: 5px;
	background: white;
	color: black;
	text-align: center;
}

.blue {
	color: #0000BF; 
}

div.main
{
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}

/* Design elements */

hr
{
	height: 1px;
	background-color: #000000;
	border: 0px none #000000; 
}

hr.longLine
{
	margin-left: 5%;
	margin-right: 5%;
}

img
{
	border: 0px none #000000;
}

/* font style */

h1
{
	font-size: 150%;
	margin-top: 2ex;
}

h2
{
	font-size: 130%;
}

h3
{
	font-size: 115%;
}

h4
{
	margin-top: 1ex;
	margin-bottom: 0ex;
}

ul
{
	list-style-type: square;
	margin-left: 0em;
	padding-left: 0em;
}

.center
{
	text-align: center;
}

.emph
{
	font-weight:bold;
}

/* links */

a:link
{
	text-decoration: none;
	color: #0000BF; 
}

a:visited
{
	text-decoration: none;
	color: #6666FF;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: black;
}

/* footer */

div.footer
{
	margin-left: 5%;
	margin-right: 5%;
	font-size: smaller;
}

hr.footer
{
	width: 100%;
}

/* menu table */

table.header
{
	border: 0px none #000000;
	width: 95%;
	margin-right: 5%;
}

td.dfgLogo
{
	vertical-align: bottom;
	text-align: center;
	width: 12em; 
}

hr.dfgLogo
{
	height: 2px;
	margin-top: 3px;
	margin-bottom:3px;
}

td.nav
{
	vertical-align: bottom;
	text-align: left;
	line-height: 150%;
}

/* menu text */

span.dfgNr
{
	font-weight: bold;
	color: #000000;
}

a.dfgText
{
	font-size: smaller;
	color: #0000BF; 
}

span.nav
{
	margin-left:1em;
	font-weight: bold;
	color: #000000; 
}

a.nav:link
{
	margin-left:1em;
	font-weight: bold;
	color: #0000BF; 
}

a.nav:visited
{
	margin-left:1em;
	font-weight: bold;
	color: #6666FF; 
}

/* form elements */
input
{
	padding: 2px;
	background-color: #DDDDDD;
	border: 1px solid black;
	font-family: sans-serif;
}

input.button
{
	margin-top: 10px;
	margin-right: 10px;
}

textarea
{
	background-color: #DDDDDD;
	border: 1px solid black;
	font-family: sans-serif;
}

td.fieldName
{
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

td.fieldContent
{
	font-weight: bold;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}


