/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.05;	
	margin: 0px;
	padding: 10px 0px 0px;
}

a{
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	top: 2px;
	padding-bottom: 2px;
}
.paddingtop {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #990000;
}
.aspace {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12px;
	font-variant: normal;
	top: 2px;
	padding-bottom: 2px;
	word-spacing: 7pt;
}
.navtext {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	top: 2px;
	padding-bottom: 0px;
	padding-top: 2px;
	background-color: ccffcc;
}
.footertext {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 38px;
	text-align: left;
	vertical-align: middle;
}
.navtext a:link {
	color: #333333;
	text-decoration: none;
	background-color: #ccffcc;
}
.navtext a:visited {
	text-decoration: none;
	background-color: #ccffcc;
}
.navtext a:hover {
	color: #990000;
	background-color: ccffcc;
}
