p, a, td, th, input, select, textarea {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*-----------------td styles----------------*/
.tablealt {
	background-color: #CC3333;
}
.tablealt2 {
	background-color: #FFFFFF;
}
td {
	font-weight: normal;
}
.tdalt {
	font-weight: normal;
	border: 2px;
	border-top: 0px;
	border-left: 0px;
	border-right: 2px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #CC3333;
}

th {
	font-weight: bold;
}
.thalt {
	font-weight: normal;
	border: 2px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #CC3333;
}
.thalt2 {
	font-weight: normal;
	border: 2px;
	border-top: 2px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #CC3333;
}

/*-----------------link styles----------------*/
a {
	color: #CC3333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #CC3333;
}

/*-----------------list styles----------------*/
li {
	list-style-type: square;
}

/*-----------------Tariff Tables----------------*/

table.tariff_table th.header { color: #c00; font-weight: bold; text-align: center; text-decoration: underline; }
table.tariff_table th { text-align: center; }
table.tariff_table td { text-align: center; }
table.tariff_table { text-align: center; width: 100%; }