#Container
{
   background: none;
}

.NoPrint
{
   display: none;
}

#Background
{
   border: 0;
}

#Logo
{
}

#Text
{
	margin: 25px;
	padding: 25px;
   color: #000;
   font-family: tahoma, verdana;
}

#Text h1, #Text h2, #Text p
{
	margin: 5px;
	padding: 0;
}

#Text h1
{
   font-size: 16px;
   font-weight: bold;
}

#Text h2
{
   font-size: 13px;
   font-weight: bold;
}

#Text p
{
   font-size: 11px;
   font-weight: normal;
}

#Content
{
   margin-top: 75px;
}