/* Default CSS Stylesheet for a new Web Application project */

.DarkGray
{
    COLOR: #333333;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.DarkGray A
{
	color: #333333;
	text-decoration: none
}
.DarkGray A:hover
{
	color: #333333;
	text-decoration: underline
}
.DarkGray A:visited
{
	color: #333333
}
.DarkRed
{
    COLOR: #B70000;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.DarkRed A
{
	color: #B70000;
	text-decoration: none
}
.DarkRed A:hover
{
	color: #B70000;
	text-decoration: underline
}
.DarkRed A:visited
{
	color: #B70000
}
.LightGray
{
    COLOR: #999999;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.LightGray A
{
	color: #999999;
	text-decoration: none
}
.LightGray A:hover
{
	color: #999999;
	text-decoration: underline
}
.LightGray A:visited
{
	color: #999999
}
.Orange
{
    COLOR: #DD7008;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.Orange A
{
	color: #DD7008;
	text-decoration: none
}
.Orange A:hover
{
	color: #DD7008;
	text-decoration: underline
}
.Orange A:visited
{
	color: #DD7008
}
.Red
{
    color: #CC0000;
	font-family: Arial, Verdana, Sans-Serif;
}
.Red A
{
	color: #CC0000;
	text-decoration: none;
}
.Red A:hover
{
	color: #CC0000;
	text-decoration: underline;
}
.Red A:visited
{
	color: #CC0000;
}
.SuperscriptText
{
	vertical-align: super;
	font-size: 6pt;
}
.White
{
    color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
}
.White A
{
	color: #FFFFFF;
	text-decoration: none;
}
.White A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.White A:visited
{
	color: #FFFFFF;
}
