* {
	font-family: Verdana;
	font-size: 7pt;
	color: #465C69;
}

html, body {
  height: 100%;
}

img {
  border: none;
}

table {
  height: 100%;
	border-collapse: collapse;
  empty-cells: show;
}

td {
	padding: 0px;
}

sup, sub {
	font-family: Tahoma;
	font-size: 7pt;
}

ol {
list-style: none inside none;
  margin: 0px;
  padding: 0px;
}

#navlist li {
	border-bottom: 1px solid #EFEBEF;
	text-align: right;
	padding: 4px 10px 4px;
	background: url(../images/arrow.gif) center left no-repeat;

}

.middle {
	border-right: 1px solid #EFEBEF;
	border-left: 1px solid #EFEBEF;
	vertical-align: top;
	height: 100%;
}

.menu{
	border-left: 1px solid #EFEBEF;
	vertical-align: top;
	height: 100%;
}

.copyright {
	color: #C0C2C4;
	vertical-align: top;
}

#navlist li a {
	font-size: 7pt;
	text-decoration: none;
}

#navlist li a:hover {
	font-size: 7pt;
	text-decoration: underline;
}

td a {
	font-size: 8pt;
	color: #8C8C7A;
	text-decoration: none;
}

td a:hover {
	font-size: 8pt;
	color: #465C69;
}

.title {
	width:100%;
	height: 41px;
	background: url(../images/title.gif) right no-repeat;
	vertical-align: bottom;
	text-align: right;
	padding-right: 50px;
	font-size: 13pt;
}

.date {
   font-size: 8pt;
   color: #465C69;
   font-weight: bold;
}

.bluetd {
	padding: 4px 8px 8px 8px;
	background-color: #E7F1F7;
}

.whitetd {
	padding: 0px 8px 8px 8px;
	background-color: #FFFFFF;
}

.bluetop {
  height: 8px;
  width: 476px;
	background: url(../images/bluetop.gif) right no-repeat;
}

.blueend {
  height: 8px;
  width: 476px;
	background: url(../images/blueend.gif) right no-repeat;
}

.whiteend {
  height: 8px;
  width: 476px;
	background: url(../images/whiteend.gif) right no-repeat;
}

.inactive {
   border: 1px solid #E8EBEE;
	background-color: #FFFFFF;	
	color: #696969;
	font-size: 9px;
}

.active {
	border: 1px solid #E8EBEE;
	background-color: #F2F2F2;
	color: #696969;
	font-size: 9px;
}

.weekday {
	background-color: #ADADAD;
	color: #FFFFFF;
	text-align: center;
}

input, textarea {
  color: #465C69;
	font-size: 10px;
	border: 1px solid #465C69;
	background-color: #F2F2F2;
}