/*
#####################################################################
Leading Edge Media, Inc Default StyleSheet
------------------------------------------------------------
We already have the body font and link styles. Add in other elements/classes as needed.
#####################################################################
*/
BODY{
	color : #000000;
	background-color : White;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	margin: 0px 0px 0px 0px;
}
TD
{
	color : #000000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	margin: 0px 0px 0px 0px;
}
A
{
	font-size: 12px;
	color : #000000;
}
A:visited{
	color : #000000;
}

A:active{
	color : #000000;
}
A:hover{
	color : #3333ff;
}
A.catalog
{
	font-size: 14px;
	color : #000000;
}
A.catalog:visited{
	color : #000000;
}

A.catalog:active{
	color : #000000;
}
A.catalog:hover{
	color : #3333ff;
}

#navlink
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
	text-align:center;
	text-decoration: none;
}
#navlink:visited{
	color:#ffffff;
}

#navlink:active{
	color:#ffffff;
}
#navlink:hover{
	color:#ffffff;
}

#cathead
{
	font-size: 13px;
	font-weight: bold;
	color:#000080;
	text-decoration: none;
}
#cathead:visited{
	color:#000080;
}

#cathead:active{
	color:#3333ff;
}
#cathead:hover{
	color:#3333ff;
}

#catsub
{
	font-size: 11px;
	color:#000080;
	text-decoration: underline;
}
#catsub:visited{
	color:#000080;
}

#catsub:active{
	color:#3333ff;
}
#catsub:hover{
	color:#3333ff;
}


.bodybold{font-weight: bold}

.bodybold-rt{font-weight: bold;
			 text-align: right;}

.bodybold-ct{font-weight: bold;
             text-align: center;}


.header{font-size: 18px;
		Font-weight: bold;
	    text-align: left;
		color: #3333ff;
		background-color: FFFFFF;
		white-space : nowrap;
}

.nowrap{white-space: nowrap;}

.nowrap-rt{white-space: nowrap;
		   text-align: right;}

.nowrap-ct{white-space: nowrap;
           text-align: center;}



.rule{color: #3333ff;
	  width: 100%;
	  height: 3px;}

.pageerror{font-size: 12px;
		   Font-weight: bold;
	       text-align: center;
		   color: FF0000;
		   background-color: FFFF00;
		   white-space : nowrap;
}
.boldtext
{
	font-weight: bold;
	font-size: 12px;
}
.sidenavtext
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
	text-align:center;
	
}
.sidenavtext-lt
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
}
.sidenavsmalltext
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
}
.sidenavsmalltext-rt
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
	text-align:right;
}
.sidenavsmalltext-ct
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
	text-align:center;
}
.navtext
{
	font-size:11px;
	height: 18px;
	vertical-align:center;
}
.sidenav-login
{
	font-size: 11px;
	color:#ffffff;
	background-color: #AF1800;
	font-weight:bold;
	text-align:right;
	vertical-align:center;
	
}




