﻿/* Print Style Sheet */

body 
{ 
  color : #000000; 
  background : #ffffff; 
  font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
  font-size : 12pt; 
}

.logo 
{
	display: block;
}

.logo-header
{ 
	display: none;
} 

.header
{ 
	display: none;
} 

.menu
{ 
	display: none;
} 

.title 
{
	font-size: 150%;
}

.title-trademark {
	font-size: 50%;
	text-align: left;
	vertical-align: top;
}

.subtitle 
{
	margin-left: 2em;
	font-size: 85%;
	color: black;
	text-align: left;
	vertical-align: bottom;
}


.image-front 
{
	display: none;
}

.quick-menu td {
background-color: black;
text-align: center;
vertical-align: middle;
font-size: 65%;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: E8E8E8;
}

.quick-menu a:link {
text-decoration: none;
color: E8E8E8;
}

.quick-menu a:visited {
text-decoration: none;
color: E8E8E8;
}

.quick-menu-selected {
background-color: FFFFFF;
width: 100%;
color: black;
text-decoration: underline;
}



.content-text 
{
	background: FFFFFF;
	font-size: 70%;
	width: 700px;
}


.content-text table
{
	font-size: 100%;

}

.content-text td
{
	vertical-align: middle;
}

.content-text table a:link
{
	color: CC0033;
	text-decoration: underline;
}

.content-text table a:visited
{
	color: CC0033;
	text-decoration: underline;
}


.content-text table a:hover
{
	color: FFFFFF;
	text-decoration: underline;
	background-color: CC0033;

}

.footer
{
	display: none;
	position: relative;
}

#spacergif 
{
	display: none;
}