/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
A:link
{
	font-size: 10pt;
	color: aqua;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A:visited
{
	font-size: 10pt;
	color: aqua;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A:hover
{
	font-size: 10pt;
	color: orange;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.Backdrop
{
	background-color: #aca899;
}
.Background1
{
	background-color: #ece9d8;
}
.Background2
{
	background-color: #797064;
}
.Background3
{
	background-color: #d4d0c8;
}
.ContactText
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
}
.ContentText
{
	font-size: 9pt;
	font-family: Verdana, Arial;
}
.CopyrightText
{
	font-size: 8pt;
	color: white;
}
.MenuItem
{
	font-weight: bold;
	font-size: 10pt;
	color: gray;
	font-family: Verdana, Arial;
	text-decoration: none;
	white-space: nowrap;
}

A.MenuItem:link
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A.MenuItem:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A.MenuItem:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: orange;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.ContentLaunch
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A.ContentLaunch:link
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A.ContentLaunch:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A.ContentLaunch:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: orange;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.TestimonialText
{
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
}
.QuotedSourceText
{
	font-size: 8pt;
}
