<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
/*//background-color: #003300;  Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: #9EAC5E; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 14pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
//background-color: #003300; /* Background color */
background-image: url(images/wy_headerbg.gif); /* Background Image */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #64665E; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #C2CB99; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #64665E; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #DEE7B7; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #64665E; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: C8D0A3; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #64665E; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #C2CB99; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.FooterText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #64665E; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #C2CB99; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #6E7840; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: #6E7840; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 12pt; /* Font Size */
color: #64665E; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #C2CB99; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #004000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}


a.Content /* add underline for links in content */
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #004000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: underline; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

a /* add underline for links in content */
{

color: #004000; /* Font Color */

}


.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Heading Font Size */
color: #64665E; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #DEE7B7; /* Background color */
text-align: Center; /* Align Text */
}

.ContentTable
{
background-color: White;
}

.ContentTableHorizontal
{
background-color: White;
}
.wybackimage
{
background-image:  url(williamyoungerman.com/images/Misc/frontpage_RSpan.gif)
}

td {
	font-size: 12px;
}
.NavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
}
a {
	color: #006600;
	font-weight: bold;
}



a:hover {
	color: #CC6600;

}

</Style>

