/* LAYOUT STYLES */
/* DO NOT CHANGE THIS FILE - USE cat2.css INSTEAD */
body {
	background-color: #EFEFEF;
	/*background-image: url(../images/bg2.gif);
	background-attachment: fixed;*/
}
td.menu {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.refs {
	text-align: left;
}
.rep_sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	color: #FFFFFF; 
	background-color: #99CC33; 
	text-align: center;
}
.message {  
	font-weight: bold; 
	color: #CC0000;
}
/* navlink for menu on side of page */
a:link.navlink, a:visited.navlink {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 20px;
}
a:hover.navlink, a:active.navlink {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding-top: 20px;
}
/* navlink2 only for print item on menu */
a:link.navlink2, a:visited.navlink2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #669900;
	text-decoration: none;
	padding-top: 20px;
}
a:hover.navlink2, a:active.navlink2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #336699;
	text-decoration: none;
	padding-top: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.warn {
	color: #FF0000;
	font-weight:bold;
}
