﻿body 
{
	font-family: "Lucidia Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0px;	
}

.letter-format { line-height: 140%;	text-align: left; }
.page-break { page-break-after: always; }

#topLinks
{
	display: none;
}
#header-logo-left 
{
	float: left;
}
#header-title 
{
	margin-bottom: 10px;
	float: left;
}

#header-title h1 
{
	font-size: 22px;
	padding:0;
	margin: 0;
}

#header-title h4 
{
	font-size: 16px;
	padding:0;
	margin:0;
}

#header-links
{
	display: none;
}

#navigation
{
	display: none;
}

#footer
{
	text-align: center;
	padding: 10px;
	clear: both;
	font-size: 10px;
}

#pageTitleOuter
{
	border-bottom: solid 1px #000;
}

#pageTitle 
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#pageTitleLinks 
{
	display: none;
}

a, a:visited 
{
	color: #000;
	text-decoration: none;
}


.linkbutton 
{
	display: none;
}

input[type=submit] 
{
	display: none;
}

input[type=button]
{
	display: none;
}

.tableheader th {            
    font-size: 12px;      
    border: solid 1px #000; 
    font-weight: bold;     
    text-align: left;
}                

.gridrowstyle td {
    font-size: 12px;   
    border: solid 1px #666;      
    text-align: left;
}


.gridrowaltstyle td {
    font-size: 12px;
    background-color: #eee;
    border: solid 1px #666;
    text-align: left;
}

.screen-only 
{
	display: none;
}

.print-only 
{
	display: inline-block;
}