/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F2C14D;
	background-image: url(/images/main/backdrop.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bold-white {
	font-weight: bold;
	color: #FFFFFF;
}
.ptitle {
	font-size: 18;
}
.white_ptitle {
	font-size: 18;
	color: #FFFFFF;
}
.mainmenu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 21;
	margin-top: 5;
	padding-top: 3;
	padding-left: 10;
	padding-right: 10;
	border-left: solid 1px #999999;
	border-right: solid 1px #000000;
}
.mainmenu a:hover {
	background: #FF9900;
	color: #FFFFFF;
}
.smb {
	font-size: 10;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF0000;
}
#breadcrumbs {
	color: #333333;
	font-size: 10px;
	padding: 3px;
	display: block;
	background-color: #EFEFEF;
	border-top: dashed 1px #999999;
	border-bottom: dashed 1px #999999;
	margin-bottom: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#subsubmenu a{
	border-bottom: 1px dotted #999999;
	display: block;
	color: #333333;
	font-size: 10px;
	text-decoration: none; 
	font-weight: bold; 
	width: 150; 
	padding: 3;
}
#subsubmenu a:hover{
	background-color: #FFCC00;
}
#subsubmenu2 a{
	background-color: #BF2B37;
	border-bottom: 1px solid #999999;
	display: block;
	font-size: 10px;
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold; 
	width: 150; 
	padding: 3;
}
#subsubmenu2 a:hover{
	background-color: #FFCC00;
}
.projname{
	font-size: 9px;
	font-weight: bolder;
	text-transform: uppercase;
}
-->
