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


.Default {  background-color: #333366;
}
a:link {  color: #000099; text-decoration: none
}
a:visited {  color: #000099; text-decoration: none
}
a:active {  color: #333333
}
a:hover {  color: #000099; text-decoration: underline
}

.GeneralPage
{
background-color: #333366; /* Background Color */
/* background-image: url(images/bg.gif); /* Background Image */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 24px; /* Margins */
font-color: white;
onLoad: goforit();
}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 12px; /* Font Size */
color: #black; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
vertical-align: Middle; /* Align Text */
}

.DateTime
{
font-family: Verdana; /* Font Face */
font-size: 12px; /* Font Size */
font-color: #white; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Normal
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
	vertical-align: Top; /* Align Text */
}
.SideBar
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;   
	vertical-align: Middle; /* Align Text */
	text-align: Center; /* Align Text */
}
.Title
{
	font-size: 16px;
	font-family: Verdana;
    font-color: Black; 
	font-weight: Bold;
	background-color: #666666; /* Background Color */
	text-align: Right; /* Align Text */
	vertical-align: Middle; /* Align Text */
}	

.LinkWhite
{
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
    font-color: white;  
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.LinkWhite:link {
    color: #D6D6D5;
}

A.LinkWhite:visited  {
    color: #D6D6D5;
}

A.LinkWhite:active   {
    color: #D6D6D5;
}

A.LinkWhite:hover
{
	color: #white;
	text-decoration: underline;
}

</Style>
