/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #669999;
}

.marquee
{
	background-color: #669999;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	font-style:italic;
	color: #FFFFFF;
	cursor:hand;
	text-decoration: underline;
}

.welcome
{
	font-family: Times New Roman;
	color: #417777;
	font-size: small;
	font-weight: bold;
	font-style:italic;
}

.label
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #417777;
	font-size: xx-small;
	font-style:italic;
	font-weight:bold;
}

.darklabel
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	font-style:italic;
	color: #000033;
}

.textboxes
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 9pt;
}

.warning
{
	font-family: Arial, Sans-Serif;
	color: #FF0000;
	font-size: 10pt;
}

.smalltext, a.smalltext
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}

.darksmalltext
{
	font-family: Arial, Sans-Serif;
	color: #000033;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}

a:hover.smalltext, a:hover.profile, a:hover.footer
{
	color: black;
}

a:visited.footer
{
	color: White;
}

.tabletitle
{
	background-color:#669999;
	height: 20;
	font-family: Arial, Sans-Serif;
	color: White;
	font-size: x-small;
	font-style: italic;
}

.darkrow
{ 
	background-color: #99CCCC;
}

.lightrow
{
	background-color: #CCFFFF;
}

.footer, a.footer
{
	font-family: Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-variant:small-caps
}

.footer2, a.footer2
{
	font-family: Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.remarks
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 8pt;
	font-weight: normal;
}

li
{
	list-style-type:circle;
	color: #417777;
}

.profile
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

.tabdefault 
{
  font-family: Arial, Sans-Serif;
  font-weight: normal;
  font-size: xx-small;
  background-color: #CCFFFF;
  border-bottom: solid 1px #669999;
}

.tabselected
{
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size:xx-small;
  background-color: #ffffff;
  border-bottom: none 0px #FFFFFF;
  border-top: solid 1px #669999;
  border-right: solid 1px #669999;
  border-left: solid 1px #669999;
}

.tabtext
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 10pt;
	font-weight: normal;
	font-style:italic;
}

.grid
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	border-top: none 0px #FFFFFF;
	border-bottom: solid 1px #000000;
}

.pageheadergreen
{
	font-family: Arial, Sans-Serif;
	color: #417777;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.whitelink
{
	font-family: Arial, Sans-Serif;
	color: White;
	font-size: x-small;
	text-decoration: underline;
}
.affiliatetitle
{
	font-family: Times;
	font-size: x-large;
	color: #417777;
}
.affiliatesubtitle
{
	font-family: Comic Sans MS, Sans-Serif;
	font-size:10pt;
	color: #417777;
}
.affiliatesmenu
{
	font-family: Arial, Sans-Serif;
	font-size: x-small;
	color: #ffffff;
	font-style: normal;
}
.affiliatesbody
{ font-family: Comic Sans MS, Arial;
	font-size: x-small;
	color: #417777;
}

.gridheader
{ font-family: Arial;
	font-size: x-small;
	color: White;
	font-weight: bold;
}

.gridfont
{ font-family: Arial;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
}

.gridalternate
{ font-family: Arial;
	font-size: x-small;
	color: #000000;
	background-color: #cccccc;
}

	



	