a {
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration : none;
	font-size: 12px;
	line-height: 22 px;
}

a:hover {
	color: #F1EACB;
	text-decoration : underline;
	line-height: 22 px;
}


.copyright {
	font-family: Arial;
	color: #ffffff;
	font-size: 10 px;
}

a.copyright {
	font-family: Arial;
	color: #ffffff;
	text-decoration : underline;
	font-size: 10 px;
}

a.copyright:hover {
	font-family: Arial;
	color: #F1EACB;
	text-decoration : underline;
	font-size: 10 px;
}


body {
	font-family: Arial, sans-serif;
	font-size: 12 px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.body {
	font-family: Arial, sans-serif;
	font-size: 12 px;
}

a.body {
	font-family: Arial, sans-serif;
	color: #9f062a;
	text-decoration : underline;
	font-size: 12 px;
}

a.body:hover {
	font-family: Arial, sans-serif;
	color: #20206f;
	text-decoration : underline;
	font-size: 12 px;
}

TD {
	font-family: Arial;
	font-size: 14px;
}

.headline {
	font-family: Arial;
	font-size: 17 px;
	color: #880000;
	font-weight: bold;
}

.subHead {
	font-family: Arial;
	font-size: 13 px;
	color: #000099;
	font-weight: bold;
}

.note {
	font-family: Arial;
	font-size: 11 px;
	font-style: italic;
}

.disclaimer {
	font-family: Arial;
	font-size: 11 px;
	align: center;
}


.button-break {
	line-height: 6px;
}



.button {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	border-top-color: #F1EACB;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-bottom-color: #F1EACB;
	border-bottom-style: solid;
    border-bottom-width: 1px;
}

.button:hover {
	background-color: #4B573C;
	
	border-top-color: #f1eacb;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-bottom-color: #f1eacb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFFFF;
}

.button:hover a {
	color: #FFFFFF;
}

.button a {
	color: #ffffff;
	font-weight: bold;
}

.button-off {
	font-size: 11px;
	font-weight: bold;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	
	background-color: #FFDD57;
	
	border-top-color: #f1eacb;
	border-top-style: solid;
	border-top-width: 1px;

	border-bottom-color: #f1eacb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	vertical-align: middle;
}

.button-plain {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.button-plain select {
    width:120px;
}
