body
{
	font-family: "Times New Roman", Times, serif;
	color: 005000;
	Background-Color: #EDECD8;
}

body.photo

h1
/* PAGE TITLES */
{
	color: #005000;
	font-family: Times New Roman, Times;
	font-size: 28px;
	font-weight: Bold;
}
h2
/* MINOR TITLES */
{
	color: #005000;
	font-family: Times New Roman, Times;
	font-size: 20px;
}
h3
/* PARAGRAPH HEADERS */
{
	color: #663300; 
	font-family: Times New Roman, Times;
	font-weight: Bold;
}

h3.news {
	color: #AA0000;
	font-weight: bold;
}

h4
{
	color: #663300;
	font-family: Times New Roman, Times;
}
h5
{
	color: #000000;
	font-family: Times New Roman, Times;
}
h6
{
	color: #000000;
	font-family: Times New Roman, Times;
}

h4.photo
{
        color: #660018;
        font-weight: bold;
}

a:link
{
	color: #006600;
}
a:active 
{
	color: #006600;
}
a:visited
{
	color: #996600; 
}
a:hover 
{
	color: #666600; 
	font-weight: bold;
}

a.photo {
	color: #660018; 
	font-weight: bold
}

table
{
	table-border-color-light: rgb(0,0,255);
	table-border-color-dark: rgb(255,0,0); 
}

td.topmenu { 
	position:relative;
	z-index:2;
}
td.secondmenu {
	position:relative;
	z-index:1;
}

text.ooc {
	color: #AA0000; 
}


