.page {
	width: 600px;
}

h1 {
	font-family: verdana;
	font-size: 130%;
	color: #cc0000;
}

h2 {
	font-family: verdana;
	font-size: 100%;
	padding: 0px 6px 0px 0px;
	color: #cc0000;
}

p {
	font-family: verdana;
	font-size: 80%;
}

p.error {
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	background-color: #FF9393;
	padding: 6pt;
	border: thin solid red;
}

p.success {
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	background-color: #FFE2A5;
	color: #3EA50E;
	padding: 6pt;
	border: thin solid blue;
}

p.footer {
	font-family: verdana;
	font-size: 60%;
}

p.h2 {
      	font-family: verdana;
      	font-weight: bold;
	font-size: 100%;
      	color: #cc0000;
}

td {
	font-family: verdana;
	font-size: 80%;
}

td.heading {
	padding-bottom: 10pt;
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	color: #cc0000;
}

td.fieldHeading {
	font-family: verdana;
	font-size: 80%;
	padding-left: 10pt;
	font-weight: bold;
	
}

a.bigButton {
	display: table-cell;
	width: 176px;
	height: 32px;
	padding:8px 0px 6px 0px;
	font: bold 14px sans-serif;
	color: #FFFFFF;
	background: url("bigButton.png") 0 0 no-repeat;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

a.bigButton:hover {
	background-position: -176px;
	color: #0000FF;
	text-decoration: underline;
}

a.bigButton:active {
	background-position: -176px;
	color: #000000;
	text-decoration: underline;
	
}