﻿BODY       { font-family : arial; font-size : 10pt; color : Black; background-color : #FFFFFF;}
:link      { color: blue; }
:visited   { color: Navy; }

TABLE      { font-family : arial; font-size : 10pt; border-collapse :collapse; vertical-align:top;}
h1         { font-family: verdana; margin-bottom: 1px; font-size: 16pt ; color: black}
h2         { font-family: verdana; margin-bottom: 1px; font-size: medium; font-weight: bold ; color: black}
h3         { font-family: verdana; margin-bottom: 1px; font-size: 9pt; font-weight: bold; color:  black}

img {
	border-width: 0px;
}
.header {
	background-color: #800000;
	text-align:left
}

.menu {
	background-color: #FDFDE5;
	width:140px;
	border: medium black solid;
	vertical-align:top;
	padding:20px
}
.menu2 {
	background-color: #ffffff;
	width:160px;
	border: medium black solid;
	vertical-align:top;
	padding:20px
}
.dispads {
	background-color: #ffffff;
	width:200px;
	vertical-align:top;
}
.dispadscell {
	padding: 10px;
	text-align: center;
	border-bottom: thin #000000 dotted;
}
}
.dispadscell2 {
	padding: 10px;
	text-align: left;

}
.content {
	background-color: #FDFDE5;
	padding:20px;
	vertical-align:top;
	border-bottom: medium black solid;
	border-top: medium black solid
}
.footer {
	background-color: #FDFDE5;
	padding:20px;
	vertical-align:top;
	border: medium black solid
}