/* Global styles */

body
{
 font-size: .8em;
 font-family: verdana, arial, helvetica, sans-serif;
 color: rgb(0,0,0);
 background-color: rgb(255,255,255);
}

td
{
 font-size: .8em;
 font-family: verdana, arial, helvetica, sans-serif;
 color: rgb(0,0,0);
}

a
{
 color: rgb(0,0,255);
 text-decoration: none;
}

a:link
{
 color: rgb(0,0,255);
}

a:visited
{
 color: rgb(0,0,200);
}

a:hover
{
 background-color: rgb(87,177,189);
}

a img
{
 border: none;
}

a:link.footer
{
 color: rgb(255,255,255);
}

a:visited.footer
{
 color: rgb(255,255,255);
}

a:hover.footer
{
 color: rgb(0,0,255);
}

#headfoottext
{
 font-size: .9em;
 color: rgb(255,255,255);
}

#headertitle
{
 font-size: .8em;
 color: rgb(255,255,255);
 font-weight: bold;
}

#headertext
{
 font-size: .8em;
 color: rgb(255,255,255);
 font-weight: bold;
}

#copyright
{
 font-size: .6em;
}

#content
{
 line-height: 23px;
}

#contenttitle
{
 color: rgb(0,102,102);
 font-weight: bold;
 font-size: 1.1em;
}

#contenttable
{
 background: url(graphics/background.png);
 background-repeat: repeat-y;
 background-position: right;
}

#phototitle
{
 font-size: .7em;
 color: rgb(0,0,40);
 font-weight: bold;
}

#phototagline
{
 font-size: .7em;
 color: rgb(0,0,40);
 font-style: italic;
}

