/* $Revision: 1.4 $ */

/* $Author: sschoen $ */

/* $Date: 2004/05/13 13:26:54 $ */

/*<group=Page layout>*/

body {
    margin: 0px;
    padding: 0px;
	background-image : url("bkg.jpg");
	background-color : #F0F0F0;
	color : Black;
}

p {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
}
p.footer {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}
p.counter {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}
p.counter img {
	border: none;
}

/*</group>*/

/*<group=Links>*/

a {
	color : Black;
	text-decoration : none;
}
a:link {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a:visited {
}
a:active {
	text-decoration : underline;
}
	
/*</group>*/

/*<group=Reference table>*/

table {
	border : none;
	border-style : none;
	padding : 0px;
	margin : 0px;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
}
tr.head {
	font-weight : bold;
	background-color : #585755;
	border-left : thin solid;
	border-bottom : thin solid;
	color : White;
}
tr.body {
	background-color: #E0DEDA;
}
tr.body img { 
    vertical-align : middle;
    border : 0px;
}
tr.logo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : White;
	background-color: #E0DEDA;
	height : 54px;
}
tr.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	color : White;
	background-color: #48453E;
}
tr.nav td {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.nav a {
	color : White;
	text-decoration : none;
	padding-right : 1em;
}
.nav a:visited {
	text-decoration : none;
}
.nav a:link,
.nav a:hover,
.nav a:active {
    /*text-shadow : #E0DEDA 2px 2px 5px;*/
}
	
/*</group>*/

/*<group=Misc. styles>*/

hr {
	width : 80%;
	color : Black;
}

.bold {
	font-weight : bold;
}

table.list {
    width : 85%;
	border : none;
	border-style : none;
	padding : 0px;
	margin : 0px;
    margin-left : 7.5%;
}
	
/*</group>*/
