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

BODY{
	scrollbar-face-color: white;
scrollbar-3dlight-color: 78B2DA;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color: 78B2DA;
scrollbar-arrow-color: 78B2DA;
scrollbar-track-color: white;
}

.text
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: 78B2DA; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: 78B2DA; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.text a:visted
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: 78B2DA; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
background-color: 78B2DA;
}

.text a:hover
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: 78B2DA;
}

.text a:active
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: 78B2DA;
}

.headertext
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: 6699cc; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.headertext a
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: 6699cc; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.headertext a:visted
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: 6699cc; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
background-color: 6699cc;
}

.headertext a:hover
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: 6699cc;
}

.headertext a:active
{
font-family: Verdana, Geneva, Helvetica; /* Font Face */
font-size: 7.8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: 78B2DA;
}

form { margin-bottom: 0 ; }
</Style>