A:LINK {  COLOR: #333333;}
A:HOVER {  TEXT-DECORATION: NONE; COLOR: #333333;}
A:VISITED {  COLOR: #333333;}
A:ACTIVE {  COLOR: #333333;}

BODY {  background-color: #a7a9ac; background-image: url(images/page_bg.gif); background-repeat: repeat; margin:30px;}

body,td,th { 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height:18px; 	}

.font14 {  font-size: 14px; font-weight: bold; }
.font16 {  font-size: 16px; font-weight: bold; }
.font18 {  font-size: 18px; font-weight: bold; }

/* SMALL TEXT */

.footertext { color: #cccccc; font-size: 10px; }
.footertext a { text-decoration: none; color: #cccccc; }
.footertext a:active { text-decoration: none; color: #cccccc; }
.footertext a:visited { text-decoration: none; color: #cccccc; }
.footertext a:hover { text-decoration: underline; color: #cccccc; }

.breadcrumb { color: #333333; font-size: 10px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { font-weight: bold; }

.padding20 { padding-bottom:20px; padding-left:20px; padding-right:20px; padding-top:0px; }

.redbold { color: #CC0000; font-weight: bold; }


/* SUBMENUS */

#secondary_menu, #secondary_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#secondary_menu {
	float:left;
}
#secondary_menu a, #secondary_menu span {
	padding:5px 7px;
	display:block;
	width:155px;
	margin-bottom:1px;
	color:#333333;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#secondary_menu span, #secondary_menu a.selected {
	background-color:#96989A;
	font-weight:bold;
	margin-bottom:1px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
#secondary_menu ul li a.selected {
	background-color:#96989A;
	color: #ffffff;
}
#secondary_menu a:hover {
	background-color:#EEEEEE;
	text-decoration:none;
	color: #333333;
	font-style:italic;
}
