body {
	background-color: White;
        font-family: arial;
}
 a { text-decoration: none; color: #0000CC;  font-style : italic;   }
a:link {
	color: #000099;
	text-decoration: none;
        font-family: arial;
	font-style : italic;
}
a:visited {
	color: #35312c;
	text-decoration: none;
        font-family: arial;
}
a:hover, active {
	color: #f47d1f;
	border-bottom: solid thin #f47d1f;
        font-family: arial;
}

input {
	background-color: #F1EDEA;
	color: #515B34;
	border: 1px solid #515B34;
}

.button {
	border: 1px outset #515B34;
	background-color: #d7d3cf;
	color: #927335;	
	font-weight: bolder;
}

td.menu {
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
	background-repeat: repeat-x;
}
td.menutext {
	text-align: center;
	word-spacing: 30px;
}

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

td.centercontent {
	background-color: #FFFFFF;
	color: #35312c;
   vertical-align: top;
	
}

td.rightcontent {
	background-image: url(images/right-column.jpg);
	background-color: #FFFFFF;
	vertical-align:top;
	padding-left: 10px;

}

div.right {
	border: 1px solid black;
	background-color: #f1EDEA;
	padding: 4px;
	color: #35312C;
}

div.numbers {
	background-color: #ffffff;
	border: 2px solid #f47d1f;
	color: #35312C;
	padding: 4px;
}

td.tnum {
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
}
td.tnum2 {
	background-color: #ffffff;
	font-size: 12px;
	text-align: right;
	padding-right:6px;
}

td.footer {
	font-size: 10px;
}
