/* Default CSS Stylesheet for a new Web Application project */




H1, H2, H3, H4, H5, TH, THEAD, TFOOT  {COLOR: #003366;}
    
.Header {COLOR: #003366;font-size: 16pt; font-weight: bold;}

SMALL	{	
	font-family: Verdana, sans-serif; font-size: 7pt;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
.leftlink			{background-color: #003366; border-top: solid 1px #6699CC; border-bottom: solid 1px #6699CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}
.leftlink A			{width: 100%; height: 100%; color: white; text-decoration: none; padding-top: 4px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px;}
.leftlink A:visited	{color: white; text-decoration: none}
.leftlink A:active	{color: white; text-decoration: none}
.leftlink A:hover	{background-color: #6699CC; color: #FFFFFF; text-decoration: none}

.greenlink			{background-color: #CC0000; border-top: solid 1px #6699CC; border-bottom: solid 1px #6699CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}
.greenlink A			{width: 100%; height: 100%; color: white; text-decoration: none; padding-top: 4px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px;}
.greenlink A:visited	{color: white; text-decoration: none}
.greenlink A:active	{color: white; text-decoration: none}
.greenlink A:hover	{background-color: #CC0000; color: #FFFFFF; text-decoration: none}

.homelink			{background-color: #336699; border-top: solid 1px #6699CC; border-bottom: solid 1px #6699CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}
.homelink A			{width: 100%; height: 100%; color: white; text-decoration: none; padding-top: 4px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px;}
.homelink A:visited	{color: white; text-decoration: none}
.homelink A:active	{color: white; text-decoration: none}
.homelink A:hover	{background-color: #6699CC; color: #FFFFFF; text-decoration: none}

/* .whitelink			{background-color: #336699; border-top: solid 1px #6699CC; border-bottom: solid 1px #6699CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold} */
.whitelink A			{color: black;}
.whitelink A:visited	{color: black;}
.whitelink A:active		{color: black;}
.whitelink A:hover		{color: #99CCFF; text-decoration: none}


A			{color: white;text-decoration: none}
A:visted	{color: white;text-decoration: none}
A:active	{color: white;text-decoration: none}
A:hover		{color: white;text-decoration: underline}