/* HTML Table Definitions */

table.contents {
	background-color: #990000;
	font-family: Arial, Verdana;
	font-size: 11px;


}
table.menuborder {
	background-color: #FFCC00;
	border-top: 2px outset #FFFFCC;
	border-bottom: 1px solid #000000;

}

table.border {
	border: solid 1px #000000;
}

table.goldborder {
	border: solid 2px #FFCC00;
}

table.contact {
	background-image: url(images/con_bg.jpg);
	background-repeat: no-repeat;
}

table.frontdecor {
	border: solid 1px #000000;
}
/* HTML Table(TD) Definitions */

td {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 14px;
}

td.menuopts {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFCC;
}

td.hdr {
	background-image: url(images/hdrs/hdr.jpg);
	background-repeat: no-repeat;
}

td.suitehdr {
	font-family: Arial;
	font-size: 16px;
	color: #FFCC00;
	background-color: #990000;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
}

td.frontdecor {
	background-color: #990000;
}

td.blackborder {
	border: 1px solid #000000;
}

td.goldborder {
	border: 1px solid #FFFFCC;
}
td.tariffs {
	border: 1px solid #FFCC00;
	text-align: center;
	vertical-align: middle;
}
td.tarhdr {
	border: 1px solid #FFCC00;
	text-align: center;
	vertical-align: middle;
}
/* HTML Body Definitions */

body {
	background-color: #990000;
}

/* HTML Tag Definitions */

input {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFCC;
	border: inset 1px #000000;
}

select {
	font-family: Arial;
	font-size: 12px;
	border: inset 1px #000000;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	border: inset 1px #000000;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 16px;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 14px;
}
h3 {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #FFCC00;
}
h4 {
	font-family: Arial, Verdana;
	font-size: 9px;
}
h5 {
	font-family: Arial, Verdana;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;

}
h6 {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;

}
hr {
	color: #FFFFCC;
}

li {
	list-style-position: outside;
	list-style-type: disc;
}

/* Hyperlink Definitions */

a.menuopt {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	background-color: #FFCC00;
	height: 15px;
	width: 100px;
	text-decoration: none;
	text-align: center;
}

a.menuopt:active {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	background-color: #FFCC00;
	height: 16px;
	width: 100px;
	text-decoration: none;
	text-align: center;
}

a.menuopt:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #990000;
	height: 16px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	border-top: 2px inset #cccccc;
	border-right: 2px inset #cccccc;
	border-bottom: 1px inset #cccccc;
	border-left: 2px inset #cccccc;
}

a.page {
	font-family: Arial;
	font-size: 14px;
	color: #FF9900;
}

a.page:visited {
	font-family: Arial;
	font-size: 16px;
	color: #FF9900;
}

a.page:active {
	font-family: Arial;
	font-size: 16px;
	color: #FF9900;
}

a.pagetar {
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
}

a.pagetar:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
}

a.pagetar:active {
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
}

