/* standard elements */
html
{
    min-height: 100%;
    font: normal 12px "Trebuchet MS" , Verdana, sans-serif;
}


a {color: #CC3;
    text-align: right;
}
a:hover {color: #FF3;}

body
{
    color: #DDD;
    font: normal 12px "Trebuchet MS" , Verdana, sans-serif;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #FF0000;
	font: bold 1.8em "Trebuchet MS",Verdana,sans-serif;
}
h1 a {
	color: #F00;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: bold 1.8em "Trebuchet MS",Verdana,sans-serif;
color: #CC3;
}

h1,h2 {padding-top: 6px;}


.decay,.decay-small {
	background: url('images/decay.gif') no-repeat left center;
	font: bold 24px "Eras Bold ITC";
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small
{
    background: url(   'images/decay-small.gif' ) no-repeat left center;
    font: bold 17px "Eras Bold ITC";
    padding-top: 6px;
    color: #000000;
}


/* navigation */
.navigation td
{
    width: 100%;
}
.navigation h2
{
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}
.navigation ul
{
    margin: 0 0 0 10px;
}
.navigation li {list-style: none;}
.navigation li a
{
    color: #808080;
    font-size: 16px;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
}
.navigation li a:hover {color: #8DCA3F;}

/* footer */
.footer {
	border-top: 1px dashed #333000;
	color: #C0C0C0;
	font: normal 12px sans-serif;
	top: 100%;
}
.footer a {
	color: #C0C0C0;
	text-decoration: none;
}
.footer a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
.tableheader
{
    color: #8DCA3F;
    font-family: 'Trebuchet MS' , Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
