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

body 
{
font: bold 10px Arial, Georgia, Times, serif;
color: #FFF;
scrollbar-face-color: FFE5F1;
scrollbar-highlight-color: white;
scrollbar-darkshadow-color: FFE5F1;
scrollbar-shadow-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: FFE5F1;
}


table {font: bold 10px Arial, Georgia, Times, serif;
color: #000;}


a {
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

a:hover {
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #fff; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

ul.menu {margin:5px 0; padding: 5px 0; }
ul.menu li {display:block; float:right; text-align:center; margin-right:4px; margin-top:0px;}
ul.menu li a {color:#fff; font:bold 11px arial; text-decoration: none; display:block; width: 66px; background: #D32234; border: 3px solid #FFF;}
ul.menu li a:hover {color:#fff; font:bold 11px arial; background: #000;}

.menutext
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 15pt; /* Font Size */
color: #fff; /* Font Color */
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #D32234; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FF0078; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a:hover
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FF58A7; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

</Style>