
	BODY, TD {
	color : black;
	font-family : serif;
	font-size: 14px;
}

p { font-size: 13;}

TD.heading {
	color : black;
	font-family : serif;
	font-size : 18px;
	
}

H2 {
	font-size: 14pt;
	color: brown;
}

H3 {
	font-size: 13pt;
	color: black;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : black;
	}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

HR {
	color: Gray;
	height: 1pt;
}

.buttonscontainer {width: 172px;}

.buttons a {
	color: #000000;
	background-color: #F7EFE7;
	padding: 2px;
	padding-left: 40px;
	display: block;
	border-bottom: 1px solid #CC9900;
	font: 10px Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #94634A;
	color: #FFFFFF;
	border-bottom: 1px solid #FFF0D8;
	text-decoration: none;
}
