BODY {font-size:14pt}
P {text-indent:3em}
UL {list-style:url(graphics/bullet.gif) outside}
H1 {text-align:center}
H2 {font: bold italic 20pt normal serif}

/*TODO: change these ID's to classes, so they can be applied multiple times per page */
#special {text-indent:0em; font:normal 14pt "Arial",sans-serif}
/*Note that the ID "large" is used by Photo Gallery pages*/
#large {font-size:16pt}
.large {font-size:16pt}
.small {font-size: 10pt}
#noindent {text-indent:0em}
#updated {color:green;font: italic 12pt "Arial",sans-serif; text-align:center; text-indent:0em}

TABLE {font-size:14pt;
	}

.mainFolderBox {
	background-color : white;
	border : 1px black solid;
	color : black;
	margin : 2px 2px 2px 2px;
	padding : 3px 3px 3px 3px;
	text-align : center;
}

.mainFolderLine {
	color : black;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : teal;
	text-decoration : none;
}

.subFolderBox {
	background-color : white;
	border : 1px black solid;
	color : black;
	padding : 3px 3px 3px 3px;
}

.subFolderLine {
	color : black;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : teal;
	text-decoration : none;
}

.linkBox {
	background-color : white;
	border : 1px black solid;
	color : navy;
	margin : 1px 1px 1px 1px;
	padding : 3px 3px 3px 3px;
}

.linkLine {
	color : black;
	text-decoration : none;
}

.linkLineMouseOver {
	color : teal;
	text-decoration : none;
}

