body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
}
p
{
	font-family: Arial, Helvetica, sans-serif;
}
table td
{
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.container
{
	margin: 0px;
}
.header
{
	background: #660000;
	width: 100%;
	margin: 0px;
}
.menu
{
	background: #550000;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.menulist
{
/*	background: #770000;*/
	list-style-type: none;
	margin: 0px;
}

.menulist li
{
/*	background: #990000;*/
	display: inline;
	padding: 0px 20px 0px 20px;
}

.menulist li a
{
	color: #ffffff;
	text-decoration: none;
	/*font-weight: bold;*/
	font-family: Verdana, Times New Roman;
}

/*
.menu .menutable td
{
	background: #550000;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.menu .menutable td a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
*/

a
{
	text-decoration: none;
}

img
{
	border: 0px;
}

.title
{
	color: #660000;
	font-weight: bold;
	font-size: large;
	
}

table.ratestable th
{
	background: #ce0000;
/*	border: 1px solid #666666;*/
	margin: 0px;
}
table.ratestable td
{
	text-align: right;
}

table.ratestable td.headcol
{
	text-align: left;
	font-weight: bold;
}

table.ratestable td.subheadcol
{
	text-align: left;
}

.boldtext
{
	font-weight: bold;
}
.contentlist
{
	padding: 5px 20px 5px 20px;
	margin-top: 0px;
	margin-left: 0px;
}

.contentlist li
{
	text-align: left;
}

.content
{
	text-align: left;
}

.contenttable
{
	width: 100%;
}
.contenttable td
{
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

table.containertable
{
	text-align: center;
}

.listtitle
{
	color: #660000;
	font-weight: bold;
	font-size: large;
	text-align: left;	
}

.xxsmall
{
	font-size: xx-small;

}

.xsmall
{
	font-size: x-small;

}

.small
{
	font-size: small;

}

.meduim
{
	font-size: meduim;

}

.large
{
	font-size: large;

}

.larger
{
	font-size: larger;

}

.xlarge
{
	font-size: x-large;

}

.xxlarge
{
	font-size: xx-large;

}

.smaller
{
	font-size: smaller;

}