/*  Tripod Technologies Style Sheet  */


/*  Basic Styles  */
body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #e6e6f6;
	padding: 0px;

}
table {
	font-family: Verdana;
	font-size: 12px;
	padding: 0px;

}
A { 
	text-decoration:none ;
}
A:link {
	color: #0033CC;
	text-decoration:none ;
} 
A:visited {
	color: purple;
	text-decoration: none;
}
A:hover {
	color: #cc0000;
	text-decoration: underline;
} 

.tableHead {
	font-family: Verdana; font-size: 13px;
	font-weight: bold;
}


/*  Left Nav Area  */
.leftNav{
	background-color: #E6E6E6;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.leftNavHead{
	font-weight: bold;
	padding: 5px;
	background-color: #E6E6E6;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #ffffff;
}
.leftNavItems{
	padding: 5px 5px 5px 15px;
	background-color: #E6E6E6;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #ffffff;
	vertical-align: middle;
}


/*  Misc. Items  */
.supnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: efefef;
	text-align: center;
	vertical-align: middle;

}

.quote {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding: 14px;

}

.copy {
	line-height: 20px;
	font-size: 12px;

}
.copyright {
	font-size: 9px;
	color: #999999;
}


/*  BG COLORS  */
.redbg {
	background-color: #CC0000;
}
.bluebg {
	background-color: #3399CC;
}
.greenbg {
	background-color: #99CC00;
}
.whitebg {
	background-color: #FFFFFF;
}
.greybg {
	background-color: #CCCCCC;
}

/*  PRIMARY NAV LINKS  */

A.primaryLink:Hover {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	text-align: center;
}

A.primaryLink:Link {
	color: #000000;
    text-decoration: none;
	font-size:10px;
	text-align: left;

}

A.primaryLink:Visited {
	color: #000000;
	text-decoration: none;
    font-size:10px;
	text-align: left;
}

A.primaryLink:Visited:Hover {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	text-align: center;

}

/*  SECOND NAV LINKS  */

A.secLink:Hover {
	color: blue;
	text-decoration: none;
	font-size:10px;
	text-align: center;
}

A.secLink:Link {
	color: #000000;
    text-decoration: none;
	font-size:10px;
	text-align: left;

}

A.secLink:Visited {
	color: #000000;
	text-decoration: none;
    font-size:10px;
	text-align: left;
}

A.secLink:Visited:Hover {
	color: blue;
	text-decoration: none;
	font-size:10px;
	text-align: center;

}

.secnavon{
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	
}

/*  PRIMARY NAV CELLS  */
.primarynav {
	text-align: center;
	color: #000000;
	background-color: #B8DB4D;
}


.primarynavon{
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #CDE683;

	background-position: 4px;
	background-repeat: no-repeat;
}

/*  MISCELL */

.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	vertical-align: top;
}
	

.lightgreenbg {

	background-color: #CDE683;
}
.newsheading {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding: 6px;

}
.copyheading {
	font-weight: bold;
}
td {
	line-height: 18px;
}
.fact {
	line-height: 17px;
	color: #333333;
}
