/* CSS Document */

body, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;


}

a:link {
	text-decoration: none;	
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;	
	color: #FFFFFF;


}	
a:hover {
	text-decoration: underline;	

}

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: bold;

}

.projectNav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
	font-weight: bold;

}
.projectNav:link {
	color: #cccccc;
	text-decoration: none;	

}
.projectNav:visited {
	color: #cccccc;
	text-decoration: none;	
}	
.projectNav:hover {
	color: #FFFFFF;

}
.miniNav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #9ba493;

}
.miniNav:link {
	color: #9ba493;

}
.miniNav:visited {
	color: #9ba493;

}
.miniNav:hover {
	color: #36601C;

}
.miniNav:active {
	color: #9ba493;

}

