/*
scotpot style created by Daniel Symonds
email : dan@alfissimo.net
web : http://www.alfissimo.net
*/

body
{
background-color: #FEFEC5;
}

img
{
border-width: 0px;
}

table.headertable
{
height: 134px;
width: 760px;
border-width: 0px;
}

table.navtable
{
height: 27px;
width: 760px;
border-width: 0px;
}

table.maintable
{
width: 760px;
}

td.toprow 
{
background-color: #626944;
background-image: url(images/toprow.gif);
background-repeat: repeat-x;
}

h1
{
font-family: Times New Roman;
font-size: medium;
font-weight: bold;
font-style: italic;
margin-top: 0px;
margin-bottom: 15px;
text-decoration: underline;
}

h2
{
font-family: Times New Roman;
font-size: medium;
font-weight: bold;
font-style: italic;
margin-top: 0px;
margin-bottom: 15px;
text-decoration: underline;
}

span.title
{
font-family: Times New Roman;
font-size: 20px;
font-weight: bold;
font-style: normal;
}

span.ctitle
{
font-family: Times New Roman;
font-size: 20px;
font-weight: bold;
font-style: italic;
color: #FEFEC5
}

span.gtitle
{
font-family: Times New Roman;
font-size: 16px;
font-weight: bold;
font-style: normal;
}

span.pictitle
{
font-family: Times New Roman;
font-size: 14px;
font-weight: bold;
font-style: normal;
}

span.space
{
font-family: Times New Roman;
font-size: 8px;
font-weight: normal;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
}

p
{
font-family: Times New Roman;
font-size: 14px;
font-weight: normal;
text-decoration: none;
margin-bottom: 5px;
}

a
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
}

a:link
{
	text-decoration: underline;
	color: #000000
}

a:visited
{
	text-decoration: underline;
	color: #000000
}

a:hover
{
	text-decoration: none;
	color: #FF0000
}

a:active
{
	text-decoration: underline;
}

/* Default DOM Tooltip Style */
div.domTT {
    border: 1px solid #333333;
}
div.domTTCaption {
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 2px;
    color: #FFFFFF;
    background-color: #333333;
}
div.domTTContent {
    font-size: 12px;
    font-family: Times New Roman;
    padding: 3px 2px;
    background-color: #F1F1FF;
}
/* Classic Style */
div.domTTClassic {
    border: 1px solid black;
    background-color: #FBF4D4;
}
div.domTTClassicCaption {
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 1px 2px;
}
div.domTTClassicContent {
    font-size: 12px;
    font-family: Times New Roman;
    padding: 1px 2px 0 2px;
}

/* Overlib Style */
div.domTTOverlib {
    border: 2px solid #626944;
}
div.domTTOverlibCaption {
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #626944;
}
div.domTTOverlibContent {
    font-size: 14px;
    font-family: Times New Roman;
    padding: 2px;
    background-color: #FEFEC5;
}
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenuCaption {
  font-size: 12px;
  font-family: Times New Roman;
  background-color: #E6E6E6;
}
div.domTTMenuContent {
  padding: 1px 0;
  background-color: #E6E6E6;
}