BODY {
	background-color : #800000;
	color : white;
	font-family : Tahoma;
	font-size : 10pt;
    margin-top : 30px;
    margin-bottom : 30px;
    margin-left : 30px;
    margin-right : 30px;
}
A:Link,A:Visited {
	color : #800000;
	text-decoration : none;
}
A:Hover,A:Active {
	text-decoration : underline;
}
TD {
	background-color : white;
	color : black;
    font-size : 10pt;
}
TD.ul { background-image : url('images/corner-ul.gif'); }
TD.ur { background-image : url('images/corner-ur.gif'); }
TD.bl { background-image : url('images/corner-bl.gif'); }
TD.br { background-image : url('images/corner-br.gif'); }
TD.navbar {
	background-color : #e8e8e8;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	font-weight : bold;
	text-align : center;
}
TD.caption {
	font-size : 8pt;
	text-align : center;
}
TD.layout {
	background-color : #800000;
	vertical-align : top;
}
TH {
	background-color : #800000;
	color : #ffffff;
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
	text-align : center;
}
H1 {
	font-family : Tahoma;
	font-size : 11pt;
	font-weight : bold;
	text-align : center;
}
.footer {
	font-size : 7pt;
	font-weight : bold;
}
.pagegen {
    font-size : 7pt;
    color : gray;
}
#feedback {
    background-color : LightYellow;
    border : 1px solid Gold;
    margin : auto;
    width : 450px;
}
#feedback_x {
    background-color : Gold;
    text-align : center;
    width : 20px;
    height : 18px;
    position : relative;
    left : 429px;
    padding-right : 1px;
}
#feedback_content {
    text-align : center;
    margin : auto;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
    padding-bottom : 18px;
}
A.feedback {
    color : black;
}