
BODY {
	font: small, "MS Georgia", "Georgia", serif;
	color: black;
	background : #F5F3F1;
}

P {
	font: 12px "MS Georgia", "Georgia", serif;
}


.description {
	font: x-small "Microsoft Sans Serif", sans-serif;
	color : gray;
}

.caption {
	font: x-small "Microsoft Sans Serif", sans-serif;
	font : bold;
	color : black;
}


.description-list {
	font: x-small "Microsoft Sans Serif", sans-serif;
	color : gray;
}
.caption-list {
	font: x-small "Microsoft Sans Serif", sans-serif;
	color : black;
	font : bold;
}
.album-list {
	font: x-small "Microsoft Sans Serif", sans-serif;
	font : bold;
	color : #662299;
}

TD {
	font: 12px "MS Georgia", "Georgia", serif
}

TD.thumbFileCaption {
	font: x-small "Microsoft Sans Serif", sans-serif;
	color: black;
}
  
TD.thumbFolderCaption {
	font: bold x-small "Microsoft Sans Serif", sans-serif;
	color : #662299;
}
  
UL {
	font: small "Verdana", "Arial", sans-serif
}
  
OL {
	font: small "Verdana", "Arial", sans-serif;
}
  
A {
	font: 12px "Microsoft Sans Serif", "Helvertica", sans-serif;
    color: navy;
	text-decoration: none
}

A:hover { color: red; background: #FFFF80; text-decoration: none }


TD.nav  {
	font: 12px bold  "Microsoft Sans Serif", "Helvertica", sans-serif;
	text-decoration: none;
	color: black;
}

A.nav:hover { color: red; background: #FFFF80; text-decoration: none }

  
H1 {
	font: large "Trebuchet MS", serif;
}

H2 {
	font: medium "Trebuchet MS", serif;
}

H3 {
	font: small "Trebuchet MS", serif;
	font-weight: bold;
}

.pageNav {
	background-color : #846C64;
	color : #FFFF00;
	font: x-small "Microsoft Sans Serif", sans-serif;
}

A.pageNav {
	font: x-small "Microsoft Sans Serif", sans-serif;
	color : yellow;
}

A.pageNav:hover {
	color : red;
}

.pageNavNoLink {
	color : #404040;
	font: x-small "Microsoft Sans Serif", sans-serif;
}

.pageNavBorder {
	background-color : black;
}

.pageNavSelected {
	font: x-small "Microsoft Sans Serif", sans-serif;
    font: bold;
	color : white;
}

.evenRow {
	background-color : #E8DDEE;
}

.oddRow {
	background-color : #EEEEFF;
}
  
HR {
	padding: 0;
	margin: 0;
	color: black;
	border: 0;
	border-top: solid 1px;
	height: 1px;
}

