a:link, a:active, a:visited	{
	color		:	#606060;
	text-decoration	:	none;
}
a:hover	{
	color		:	#CE1445;
	text-decoration	:	underline;
}
body	{
	background-color:	#FFFFFF;
	margin		:	10px;
	text-align	:	center;
}
body, input, select, td, textarea	{
	color		:	#303030;
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	normal;
}
h1	{
	font-size	:	13px;
}
h2	{
	font-size	:	12px;
}
.logo	{
	border-bottom	:	4px solid #6B6B73;
}
.menu	{
	padding		:	0px;
	text-align	:	left;
	vertical-align	:	top;
}
.menutab, .activemenutab	{
	border-bottom	:	1px solid #6B6B73;
	color		:	#057EB6;
	font-weight	:	bold;
	padding		:	10px 0px 10px 5px;
}
.menutab a:link, .menutab a:active, .menutab a:visited	{
	color		:	#6B6B73;
	text-decoration	:	none;
}
.menutab a:hover	{
	color		:	#CE1445;
	text-decoration	:	none;
}
.address	{
	border		:	1px solid #6B6B73;
	color		:	#6B6B73;
	padding		:	10px;
}
.address a:link, .address a:active, .address a:visited	{
	color		:	#6B6B73;
	font-weight	:	normal;
	text-decoration	:	none;
}
.address a:hover	{
	color		:	#CE1445;
	text-decoration	:	none;
}
.content	{
	border-left	:	4px solid #6B6B73;
	padding		:	10px 1px 0px 15px;
	text-align	:	justify;
	vertical-align	:	top;
}
.baseline	{
	background-color:	#6B6B73;
	color		:	#FFFFFF;
	font-size	:	9px;
	padding		:	5px 10px 5px 0px;
	text-align	:	right;
}
#printLogo, #printAddress	{
	display		:	none;
}