body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px 0px 35px 0px;
}
h1 { font-size:1.2em; color: #039; }

h2 { font-size:1em; color: #0066FF; }
.header {
	/*background-image: url(/images/template/header_bg.gif);*/
	background-color: #0099FF;
	height: 62px;
	padding-top: 0px;
}

.menuMain {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: F5F5F5;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 10px;
	height: 20px;
	
}

.categories {
	background-image: url(/images/template/category_bg.gif);
	padding-left: 8px;
	width: 175px;
}


.categoryHeading{
	
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: F5F5F5;
	padding-left: 10px;

}


.categoriesSM {
	background-image: url(/images/template/category_bg.gif);
	padding-left: 8px;
	font-size: 0.9em;
	width: 175px;
	line-height: 1.3em;
}

.lineVertLHS {
	width: 1px;
	border-left: 1px solid #CCC;
}

.lineVertRHS {
	width: 1px;
	border-right: 1px solid #CCC;
}

.txtRed {
	color: #F00;
}

.footer {
	text-align: center;
 	font-size: 0.7em;
 	color: #000;
 	letter-spacing: 1px;
}

.body {
	padding: 4px;
}

.txtRight {
		text-align: right;
}

.txtCenter {
		text-align: center;
}

.txt8em {
	font-size: 0.8em;
}

.imgRight {
	border: none;
	float: right;
}


.tdSeparator {
	height: 4px;
	background-color:#CCC;
	width: 70px;
	text-align: center;
}


.txtSml {
 	font-size: 0.7em;
}



/* link styles below for body area*/
/*a:visited { 
	color: #F60; 
	text-decoration: none;
	background-color: #FFF;
}

a:link { 
	color: #F60; 
	text-decoration: none;
	background-color: #FFF;
} 

a:active { 
	color: #F60; 
	text-decoration: none;
	background-color: #FFF;
} 

a:hover { 
	color: #FFF; 
	background: #F60;
}*/

/* link styles below for main menu*/
.menuMain a:visited { 
	color: #0033CC; 
	text-decoration: none;
	background: #F5F5F5;
}

.menuMain a:link { 
	color: #0033CC; 
	text-decoration: none;
	background: #F5F5F5;
} 

.menuMain a:active { 
	color: #0033CC; 
	text-decoration: none;
	background: #F5F5F5;
} 

.menuMain a:hover { 
	color: #0099FF;
	text-decoration: none;
	background: #F5F5F5;
}



/* link styles below for category menu*/
.menuCat a:visited { 
	color: #0033CC; 
	text-decoration: none;
	background: #FFF;
}

.menuCat a:link { 
	color: #0033CC; 
	text-decoration: none;
	background: #FFF;
} 

.menuCat a:active { 
	color: #0099FF; 
	text-decoration: none;
	background: #FFF;
} 

.menuCat a:hover { 
	color: #0099FF;
	text-decoration: none;
	background: #FFF;
}

.topTag {
	font-size: 0.8em;
	text-align: center;
}

.catHeader {
	height: 20px;
	background-color: #333333;
}