<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: #FFFFFF; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: #FFFFFF; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: #ADA8D1; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Right; /* Align Text */
}

.LeftColumn
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* 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: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Heading Font Size */
color: #FFFFFF; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #ADA8D1; /* Background color */
text-align: Center; /* Align Text */
}

.ContentTable
{
background-color: #ADA8D1;
}

.ContentTableHorizontal
{
background-color: #ADA8D1;
}

#join A {
	background: transparent;
	color: #FFFFFF;
	display: block;
	font-size:24px;
	text-align: center;
}
#join A:hover {
	color: #000000;
	background: #FFFFFF;
	font-size:24px;
}
#links A {
	background: transparent;
	color: #FFFFFF;
	display: block;
	text-align: center;
	border-right: 2px solid #686B87;
}
#links A:hover {
	color: #000000;
	background: #FFFFFF;
	border-right: 2px double #686B87;
}
#links A SPAN {
	display: none;
}
#links A:hover SPAN {
	display: block;
	position: absolute;
	left: 155px;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #FFFFFF;
	background: #686B87;
	font: 12px verdana,helvetica, serif;
	text-align: center;
	border: 2px ridge #272C53;
}
A:ACTIVE {
	background-color: transparent;
	color: #FF0000;
	text-decoration: none;
}
A:HOVER {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}
A:LINK {
	background-color: transparent;
	color: #000080;
	text-decoration: none;
}
A:LINK:HOVER {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}
A:VISITED {
	background-color: transparent;
	color: #3058D0;
	text-decoration: none;
}	
A:VISITED:HOVER {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}
DIV.copyright {
	font-family: verdana, helvetica, serif;
	font-size: 9pt;
	text-align: center;
}
DIV.fact {
	background-color: transparent;
	color: #000080;
	font-family: verdana, helvetica, serif;
	font-size: 14pt;
	font-style: italic;
	text-align: left;
}
DIV.header {
	background-color: transparent;
	color: #000080;
	font-family: verdana, helvetica, serif;
	font-size: 28pt;
	font-style: italic;
	text-align: center;
}
DIV.head {
	font-family: verdana, helvetica, serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
DIV.leftlightp {
	background-color: transparent;
	color: #ADA8D1;
	font-family: verdana, helvetica, serif;
	font-size: 14pt;
	text-align: left;
}
DIV.lightg {
	background-color: transparent;
	color: #F1F0F2;
	font-family: verdana, helvetica, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
DIV.lightp {
	background-color: transparent;
	color: #ADA8D1;
	font-family: verdana, helvetica, serif;
	font-size: 36pt;
	text-align: center;
}
DIV.smalllightp {
	background-color: transparent;
	color: #ADA8D1;
	font-family: verdana, helvetica, serif;
	font-size: 24pt;
	text-align: center;
}
DIV.smallText {
	text-align: left;
}
DIV.subhead {
	background-color: transparent;
	color: #000080;
	font-family: verdana, helvetica, serif;
	font-size: 16pt;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
DIV.underline {
	font-family: verdana, helvetica, serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
DIV.white {
	background-color: transparent;
	color: #FFFFFF;
	font-family: verdana, helvetica, serif;
}
HR {
	background-color: transparent;
	color: #ADA8D1;
	height: 1px;
}
TABLE.border {
	border-top-color: #ADA8D1;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #ADA8D1;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-family: verdana, helvetica, serif;
	font-size: 12pt;
	font-weight: bold;
}
TABLE.border DIV.subhead {
	background-color: transparent;
	color: #000080;
	font-family: verdana, helvetica, serif;
	font-size: 16pt;
	font-style: italic;
	text-align: center;
}
SPAN.details {
	background-color: transparent;
	color: #000080;
	font-family: verdana, helvetica, serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
#color3 A:link { color:#FF0000; }
#color3 A:visited { color:#FF0000; }
#color3 A:active { color:#FF0000; }
#color3 A:hover { color:#000000; }


#color2 A:link { color:#FFFFFF; text-decoration:none }
#color2 A:visited { color:#FFFFFF; text-decoration:none }
#color2 A:active { color:#FFFFFF; text-decoration:none }
#color2 A:hover { color:#000000; text-decoration:none }

</Style>