a:link { text-decoration: none; color: #006600; font-weight: normal; }
a:visited { text-decoration: none; color: #006600; font-weight: normal; }
a:hover { text-decoration: none; color: #008800; font-weight: normal; }

.header {
	font-family: Vladimir Script;
	font-size: 36px;
	color: #666666;
}

.subheader {
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #000000;
}

.headerdesc {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.bodytext {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 16px;
	color: #333333;
}

.btn-normal {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;	
	color: #000000;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.btn-highlight {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #ddffd0;
	color: #880000;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.btn-selected {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #008800;
	color: #ffffff;
	text-align: center;	
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}