html, body 
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;}

#full-screen-background-image 
{
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#wrapper 
{
	position: relative;
	width: 994px;
	min-height: 768px;
	margin: 30px auto;
	color: #333;
}

.link
	{
		text-decoration: none;
		FONT-SIZE: 13pt;
		COLOR: white;
	}
.selectedlink
	{
		color:#99ffcc;
		text-decoration: none;
		FONT-SIZE: 13pt;
		cursor:hand;
	}
.required 
	{
	font-size: 1em;
	color: red;
	font-weight: normal;
	display:inline;
	}
.dropdown
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #404040;
	text-decoration:none;
	}
.textbox
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #404040;
	text-decoration:none;
	}
.dgheader
	{
	font-family: Helvitica, Arial, Sans-Serif;
	color: #ffffff;
	font-size: 12px;	
	}
.dgitem
	{
	font-family: Helvitica, Arial, Sans-Serif;
	color: #ffffff;
	font-size: 12px;	
	}
.site-text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#ffffff;
	text-decoration:none;
	}

label
	{
	font-size: 0.8em;
	color:#ffffff;
	text-decoration:none;
	}
.large-text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#404040;
	text-decoration:none;
	}
.lettertext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #404040;
	text-decoration:none;
	}
.notestext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #404040;
	text-decoration:none;	
	}

a.link
{
	text-decoration: none;
	font-size: 12pt;
	color: white;
}	

a:hover
{
    text-decoration: underline;
    color: #99ffcc;
}

.breakhere
	{page-break-before: always}
@media print
{
    .PrintButton{
        display:none;
    }
}
@media screen
{
    .PrintButton{
        display:inline-block;
    }
}