/*	13 Nov 2005
*/

body, table, tr, th, td, li, p, a, form, fieldset, select, textarea, input, area, h1, h2, h3, h4, h5, h6
				{ font-size: 13px; color: darkblue; font-style: normal;
               font-family: verdana, "Trebuchet MS", arial, geneva, helvetica, sans-serif }

a            { color: blue; text-decoration: none }
a:link       { color: blue; text-decoration: none }
a:visited    { color: blue; text-decoration: none }
a:active     { color: blue; text-decoration: none }
a:hover      { color: red; text-decoration: none }
a.menu:link, a.menu:visited, a.menu:active
             { color: white; font-family: Verdana, Arial, Helvetica, sans-serif; 
               text-decoration: none }
a.menu:hover { color: red; font-family: Verdana, Arial, Helvetica, sans-serif; 
               text-decoration: none;
               background: White;
 }

body         { color: darkblue; background-color: white;
               margin-left: 0; margin-top: 0 }
               
h1           { color: yellow; background-color: #36639A; text-align: center }
h2           { color: #36639A; background-color: #A5BDD7 }
h3, h4, h5, h6, hr
             { color: darkblue; text-decoration: underline }

h1, h2, h3
             { font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
               font-weight: normal; font-style: normal }

h4, h6
             { font-family: verdana, arial, helvetica, sans-serif;
               font-weight: normal; font-style: normal }
h5
             { font-family: verdana, arial, helvetica, sans-serif;
               font-weight: bold; font-style: bold }

h1           { font-size: 300%; }
h2           { font-size: 250%; }
h3           { font-size: 200%; }
h4           { font-size: 150%; }
h5           { font-size: 100%; }
h6           { font-size: 100%; }

.justify	{ text-align: justify }

a.navigate:link, a.navigate:visited, a.navigate:active {
	font-size: 90%;
	color: blue;
	text-decoration: none;
}

a.navigate:hover {
	font-size: 90%;
	color: red;
	text-decoration: underline;
	background: Yellow;
}

.navcurrent {
	font-size: 90%;
	color: Red;
	font: bold;
}

p.navtext, td.navtext {
	font-size: 90%;
	color: Gray;
}

p.photoname
{
	font-size: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #36639A;
	border: dotted;
	border-width: 1px;
	margin: 3px;
	padding: 5px;
}

p.photocategory
{
	font-size: 120%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A5BDD7;
	border: dotted;
	border-width: 1px;
	margin: 3px;
	padding: 5px;
}