BODY {
	font-family: Tahoma; Verdana;
}


.smalltext {
	font-size: 10px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}


h3 {
	font-size: 11px;
}


h4 {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

p, td {
	font-size: 9pt;
}

A {
	color: #999966;
}

A:HOVER {
	 text-decoration: none
}

.buttonscontainer {width: 164px; height: 21px;}

.buttons a {
	color: #000000;
	border: 1px solid;
	background-color: #CCCC99;
	padding: 2px;
	padding-left: 3px;
	font: 11px Times New Roman, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #999966 #CCCC99 #CCCC99 #999966;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
}

.buttons a:hover {
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #999966;
	border-color: #CCCC99 #999966 #999966 #CCCC99;
	color: #000000;
	text-decoration: none;
}
