body {
	margin				: 0px 0px 0px 0px;
	background			: #77848a;
	border				: 0px;
	}

tr.logo {
	background-image	: url('images/top_logo.jpg');
	background-repeat	: no-repeat;
	background-position	: center;
	border				: 0px;
	}

a:link{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #ccc;
	text-decoration	: none;
	font-weight		: normal;
}

a:visited{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #ccc;
	text-decoration	: none;
	font-weight		: normal;
}

a:hover{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #fff;
	text-decoration	: none;
	font-weight		: normal;
}

a:active{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #ccc;
	text-decoration	: none;
	font-weight		: normal;
}

a:link.int{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #660000;
	text-decoration	: none;
	font-weight		: normal;
}

a:visited.int{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #43180d;
	text-decoration	: none;
	font-weight		: normal;
}

a:hover.int{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000;
	text-decoration	: none;
	font-weight		: normal;
}

a:active.int{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #ccc;
	text-decoration	: none;
	font-weight		: normal;
}

.body{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 13px;
	line-height		: 19px;
}

.head{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #43180d;
	font-weight		: bold;
	font-size		: 15px;
	line-height		: 17px;
}

.cutline{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 10px;
	line-height		: 14px;
	padding			: 5 4 4 4px;
	background		: #fff;
}

.pageHead{
	font-family		: "Trebuchet MS", verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 27px;
	line-height		: 27px;
}

.subHead{
	font-family		: "Trebuchet MS", verdana, geneva, arial, "sans serif";
	color			: #666;
	font-weight		: normal;
	font-size		: 18px;
	line-height		: 18px;
	padding-top		: 10px;
	padding-bottom	: 20px;
}

.footer{
	font-family		: verdana, geneva, arial, "sans serif";
	color			: #000000;
	font-weight		: normal;
	font-size		: 10px;
	line-height		: 17px;
	padding-top		: 10px;
}

hr.gray {
	background		: #ccc;
	color			: #ccc;
	height			: 1px;
	border			: 0px;
}

tr.burgandy{
	background-color: #43180d;
}

tr.blue{
	background-color: #98b6d9;
}

tr.black{
	background-color: #000;
}

tr.gray{
	background-color: #77848a;
}

tr.white{
	background-color: #fff;
}

tr.curtain{
	background-image	: url('images/curtain.jpg');
}

