/* CSS Document */
BODY {
	background : #e2e2e2 url(../images/bg-body.gif) repeat-x 0 125px;
	font-family: Arial; 
	font-size: 1px;
	margin: 0px;	
}
TABLE {
	border-collapse: collapse; 
	border-style: solid;
	border-width: 0;	
}
TD {
	font-size: 11px;
}
input, select, textarea {
    font-family: Arial;
	font-size: 11px;
}
A {
    color: #FFFFFF;
	text-decoration: none;
}
#wrapper {
	background : white none;
	margin : 0 auto;
	padding-bottom : 10px;
	width : 780px;
}
.a2 {
    color: #869810;
	text-decoration: underline;
}

.button {
    background : #4b4b4b none;
	border : 0 none;
	color : white;
	cursor : pointer;
	padding : 2px 3px;
}

.button:hover { background : #869810; }

.print {
	background : url(../images/print.png) no-repeat 0 50%;
	color : #869810;
	display : block;
	height : 32px;
	line-height : 32px;
	padding : 0 0 0 35px;
	width : 105px;
}

.print:hover { text-decoration : underline; }

.nav_title {
    background-color: #6E6F77;
    color: #FFFFFF;
	font-weight: bold;
	height: 50px;
	text-align: center;
}
.nav_titleOvr {
    background: url(../images/degrade_green.gif) repeat-x 0% 0%;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 50px;
	text-align: center;
}