/* CSS Document */

html{
	margin:0;
	height:100%;
}

body, table, td {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
}
p { 
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}

a {
	font-weight:bold;
}

a:link, a:visited, a:active   {
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.header {
	font-size: 24px;
	color: #8D376E;
	font-weight:bold;
}

.ColoredBG {
	background-color:#FFFFCC;
}

.bottomTable {
	margin-top: 3px;
}

.date{
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}

a.bottomLink, a:visited.bottomLink, a:active.bottomLink {
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}

a:hover.bottomLink {
	color: #FFFFFF;
	text-decoration: underline overline;
	cursor:pointer;
}

a.bigLink, a:visited.bigLink, a:active.bigLink {
	color: #8D376E;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}

a:hover.bigLink {
	color: #009900;
	text-decoration: underline;
	cursor:pointer;
}

a.smallLink, a:visited.smallLink, a:active.smallLink {
	color: #8D376E;
	font-size: 12px;
	font-weight:bold;
}

a:hover.smallLink {
	color: #009900;
	text-decoration: underline;
	cursor:pointer;
}

a.toolLink, a:visited.toolLink, a:active.toolLink {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
}

a:hover.toolLink {
	color: #009900;
	text-decoration: underline;
	cursor:pointer;
}

#CELL1 {
   border-right: thin solid #8faa8a; 
   border-bottom: thin solid #8faa8a;
}
#CELL2 {
   border-right: thin solid #8faa8a; 
}

#CELL3 {
   border-bottom: thin solid #8faa8a;
}

.special1 {
	border: 1px solid red;
	background-color:PapayaWhip;
}

.special2 {
	border: 1px solid green;
	background-color:PapayaWhip;
}

li {
	padding:1px 0px 3px 0px;
}