.heading1 {
	font-size : 35px;
	font-weight : bold;
}
.heading2 {
	font-size : 20px;
	font-weight : bold;
}
body,table,form {
font-size : 14px;
padding : 0px;
margin : 0px;
}
a {
text-decoration : none;
}
a:hover {
color : #000000;
text-decoration : underline;
}
td.pre
{
background-color : #ff9966;
}
td.primary
{
background-color : #cc99cc;
}
td.second
{
background-color : #ffcc00;
}
td.third
{
background-color : #66cc66;
}
td.other
{
background-color : #6699FF;
}

A.prebutton {
    display: block;
	background-color : #ff6600;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : left;
	color : #FFFFFF;
	margin-top : 4px;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	width : 140px;
}
A.primarybutton {
	display: block;
	background-color : #993399;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : left;
	color : #FFFFFF;
	margin-top : 4px;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	width : 140px;
}
A.secondbutton {
	display: block;
	background-color : #cc9900;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : left;
	color : #FFFFFF;
	margin-top : 4px;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	width : 140px;
}
A.thirdbutton {
	display: block;
	background-color : #339933;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : left;
	color : #FFFFFF;
	margin-top : 4px;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	width : 140px;
}
A.otherbutton {
	display: block;
	background-color : #0033cc;
	border : 2px outset #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : left;
	color : #FFFFFF;
	margin-top : 4px;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	width : 140px;
}
A.prebutton:HOVER {
	background-color : #FFFFFF;
	color : #000000;
}
A.primarybutton:HOVER {
	background-color : #FFFFFF;
	color : #000000;
}
A.secondbutton:HOVER {
	background-color : #FFFFFF;
	color : #000000;
}
A.thirdbutton:HOVER {
	background-color : #FFFFFF;
	color : #000000;
}
A.otherbutton:HOVER {
	background-color : #FFFFFF;
	color : #000000;
}


