* {
	outline-style: none;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0; }
	
p,li,td {
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	color: #34007c;
}
th {
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	color: #34007c;
	text-align:left;
}  
h1,h2,h3 {
	font-family: verdana,arial,helvetica;
	color: #34007c;
}
blockquote {
	margin-left: 0;
}

td.padded {
	padding: 15px;
}


td.header {
	background-repeat: repeat-x;
	background-image: url(includes/top-color-bar.png);
}


table.menu_red {
	border-collapse: collapse;	
	border-top: solid #ED171F 2px;
	border-left: solid #ED171F 2px;
	border-bottom: solid #ED171F 2px;
	border-right: solid #ED171F 2px;
}

td.menu_red {
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	color: #34007c;
	padding: 10px;	
}

table.menu_red_tab {
	border: 0px solid #ED171F;
	background-color: #ED171F;
	margin: 0;
	padding: 0;
}

p.menu_red_tab {
border: 2px solid #ED171F;
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

td.menu_red_tab {
	padding: 2px;	
}

#mailing-list {
	background-color: #ED171F;
	color: #fff;
	font-weight:900;
	margin: 0;
	padding: 5px  0 5px 7px;
	text-transform:uppercase;
	width:100px;
}

#join-mailing-list {
	border: 2px solid #ED171F;
	margin: 0;
	padding: 7px;
}


table.standout {
	border-collapse: collapse;	
	border-top: solid #D90000 2px;
	border-left: solid #D90000 2px;
	border-bottom: solid #D90000 2px;
	border-right: solid #D90000 2px;
}

td.standout {
	padding: 10px;	
}

p.standout {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	color: #34007c;
}

.standout_headline {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #34007c;
}


td.footer {
	background-color: #997FBD;
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

a.footer {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


#menu {
	background-color: #ED171F;
	color: #fff;
	display: block;
	font-weight: 900;
	margin: 0;
	padding: 5px 0 5px 5px;
	width: 50px;
}

#rates-table {
	border-collapse: collapse;
}

#rates-table p {
	margin: 0;
	padding: 0;
}

#search-form {
display: block;
margin: 10px auto 10px 10px;
}

#search-form label {

display: block;
float: left;
width: 130px;
}
#search-form input,
#search-form select  {
display: block;
float: left;
width: 180px;
}
#search-form fieldset {
border: 0;
}
#search-form #submit-button {
width: 130px;
}

.registration-form {
	display: block;
	float: left;
	margin-bottom: 50px;
	width: 470px;
}
.registration-form fieldset {
	border:0;
	clear: left;
	margin: 0;
	padding: 0;
}


.registration-form fieldset input,
.registration-form fieldset select,
.registration-form fieldset textarea {
	display: block;
	float: right;
	margin:0 0 10px 10px; padding: 0;
	width: 300px;
}

.registration-form fieldset textarea {
	height: 4em;
}


.registration-form fieldset label {
clear: left;
display: block;
float: left;
padding: 0;
margin:0 0 10px 0;
text-align: right;
width: 150px;
}


.errorMessage {
	float: left;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
text-align: right;
width: 100%;
}



.registration-form fieldset .previous-button {
clear: both;
display: block;
float: right;
margin: 1em 0;
padding: 0;
width: 180px;
}


.previous-button {
	display: block;
	margin: 10px;
	clear: both;
	width: 200px;
}

.submit-button {
clear: both;
display: block;
float: right;
margin: 1em 0;
padding: 0;
}


#contactme {
float: left;
margin-left: 20px;
width: auto;
}

/* TAX HOLIDAY CHART TABLE */
#taxHolidayChart-table {
	background: #000;
	border-collapse:collapse;
	border-spacing: 0px;
	border: 1px solid #9966CC;
}
#taxHolidayChart-table td {
	background: #eeeeff;
	border: 1px solid #999;
	padding: 5px;
}

.holidayType-heading {
width: 120px;
}

#taxHolidayChart-table th {
	background: transparent url('images/th_background.png');
	background-repeat: repeat-x;
	background-position:center;
	border-bottom: 1px solid #9966CC;
	color: #fff;
	padding: 5px;
}

/* END TAX HOLIDAY CHART TABLE */