/* Default CSS Stylesheet for a new Web Application project */

BODY, TABLE {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

hr 
{
	border-bottom:1px dashed #cccccc;
	color:#ffffff
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, .adminHomeHeader {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration: normal;
	word-spacing:	normal;
	text-transform: none;
	letter-spacing:0px;
}

H1, .txtHeading1, .txtHeading1 a, .txtHeading1 a:active, .txtHeading1 a:visited	
{
	font-size : 16px ;
	margin-bottom: 2px;
	margin-top:2px;
	font-weight: bold;
	color: #53AB7B;
}	

.txtHeading1 a:hover
{
	text-decoration: underline;
}
		
H2	{	
	font-size: 12px ;
	/*border-bottom-style:dashed ;
	border-bottom-width: 3px ;
	border-bottom-color: #330099 ;*/
	
	}	
		
H3, .txtHeading3, .txtHeading3 a	 {		
	font-size: 11px ;
	color: #066194;
	text-decoration: none;
	/*border-bottom-style: dashed ;
	border-bottom-width: 1px ;
	border-bottom-color: 330099;*/
	}	
		
H4	{	
	font-size: 10px;
	}	
		
H5, DT	{	
	font-size: 10px;
	}	
		
H6	{	
	font-size: 10px;
	}	
	
a, a:visited, a:active
{
	text-decoration: none;
	color: #066194;
}

a:Hover
{
	text-decoration: underline;
}
	
.ProductCode
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		COLOR: #FF0000;
		font-style:italic;
		text-decoration: normal;
		word-spacing:	normal;
		text-transform:	none;
		font-weight: bold;
		letter-spacing:0px;
		font-size:16px;
	}
hrDark
	{
		color:#000000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	
	
BIG	{	
	font-size:	1.17em;
	}
	
.CopyRight, a.CopyRight:Link, a.CopyRight:Hover, a.CopyRight:Active, a.CopyRight:Visited
	{
	text-decoration:none;
	color:#000000;
	}
.SiteLink
	{
	font-style:italic;
	}
	
.nav, .nav a, .nav a:visited, .nav a:active
{
	 color:White;
	  font-size: 12px;
	 text-decoration:none;
}

.nav a:hover
{
	text-decoration:underline;	
	font-size: 12px;
	color: White;
}

.smallNav, .smallNav a, .smallNav a:visited, .smallNav a:active
{
	 color:White;
	  font-size: 11px;
	 text-decoration:none;
}

.smallNav a:hover
{
	text-decoration:underline;	
	font-size: 11px;
	color: White;
}

.siteName a, a:siteName, .siteName a:visited, .siteName a:active
{
	color: #066194;
	text-decoration: underline;	
	font-weight: bold;
}

.siteName a:hover
{
	text-decoration: underline;	
}

.siteURL
{
	color: #066194;
}

.rootCatLink, .rootCatLink a, .rootCatLink a:active, .rootCatLink a:visited	
{
	font-size : 14px ;
	margin-bottom: 2px;
	margin-top:2px;
	font-weight: bold;
	color: #53AB7B;
	text-decoration: underline;
}	

.rootCatLink a:hover
{
	text-decoration: underline;
}


