
/* author: bobby@r3consulting.net 
 Creation date: 3/27/2004 */
body {
	background: black;
}

.centerarea {
	margin-left: auto;
	margin-right: auto;

}

.disabledNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f5600;
	font-weight: bold;
}

.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
}

a {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
a.mailto {
	font-family: arial;
	color: #FFCC00;
	font-size: 12px;
	text-decoration: none;
}

.projects {
	border: 0px;
	cursor: pointer;
	empty-cells: show;
}

.stdText {
	font-family: arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.stdHeader1Text {
	font-family: arial black, arial;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.stdHeader2Text {
	font-family: arial black, arial;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.stdHeader3Text {
	font-family: arial black, arial;
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.thumbNailDiv {
	height: 100%;
	width: 100%;
}