body {
        font-family : verdana;
        font-size: 10px;
        background: #EDEDED url() repeat-x;
        background-attachment: static;
        background-position: top center;
        background-repeat: repeat-x;
        color : #564A5A;
	text-shadow: #f9f9f9 1px 1px 3px;
        margin: 0px;
}

h1 {
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #FFFFFF;
	margin-bottom: 4px;
	letter-spacing: 1px;
	text-align: right;
}
tr, table, td {
	font-size: 8pt;
}

a img {
	background-color: #F4F4F4;
	padding: 3px;
	border: 1px solid #333333;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

a:hover img {
	background-color: #F4F4F4;
	padding: 3px;
	border: 1px solid #333333;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}


A:link 

{text-decoration: none; COLOR: #20225C; background-color: transparent;}

A:visited

{text-decoration: none; COLOR: #20225C; background-color: transparent;}

A:active 

{text-decoration: none; COLOR: #20225C; background-color: transparent;}

A:hover 

{text-decoration: none; COLOR: #F3f3f3; background-color: #20225C; cursor: help;}