/* standard elements */
body
    {
    background: #FFFFFF;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
	margin: 0;
    }

td
    {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	}

td.sidecoltitle
    {
    background: #c0c0c0;
	}

td.sidecol
    {
    background: #dfdfdf;
	}

h1
    {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #808080;
	}

h2
    {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-align: center;
	}

h3
    {
	font-weight: bold;
	font-size: 15px;
	color: #0000ff;
	text-align: center;
	}

h4
    {
	font-weight: bold;
	font-size: 15px;
	color: #FF0000;
	text-align: center;
	}




.subtitle
    {
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	text-align: center;
	}

.copyright
    {
	font-weight: none;
	text-decoration: italic;
	font-size: 9px;
	color: #404040;
	text-align: center;
	}

.date
    {
	font-weight: none;
	text-decoration: italic;
	font-size: 11px;
	color: #404040;
	text-align: center;
	}

/* standard links */
a:link
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    }
a:visited
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    }
a:hover
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: underline;
    }
a:active
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    }

/* bottom menu links */
a.bottommenu:link
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    font-size: 14px;
    }
a.bottommenu:visited
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    font-size: 14px;
    }
a.bottommenu:hover
    {
	color: #0000FF;
    font-weight: none;
    text-decoration: underline;
    font-size: 14px;
    }
a.bottommenu:active
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    font-size: 14px;
    }

/* directory links */
a.directory:link
    {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    }
a.directory:visited
    {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    }
a.directory:hover
    {
	color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    }
a.directory:active
    {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    }


/* side column links */
a.sidecolumn:link
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    font-size: 12px;
    }
a.sidecolumn:visited
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    font-size: 12px;
    }
a.sidecolumn:hover
    {
	color: #0000FF;
    font-weight: none;
    text-decoration: underline;
    font-size: 12px;
    }
a.sidecolumn:active
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    font-size: 12px;
    }
