/* Link attributes */
a:link    {
	text-decoration: underline;
	color: #957037;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #957037;
	font-weight: bold;
}
a:active  {
	color:#604824;
	text-decoration: underline;
	font-weight: bold;
}
a:hover   {
	text-decoration: underline;
	color: #604824;
	font-weight: bold;
}
/* Design attributes */
body {
	background-color: #000000;
	margin: 20px;
}
.logotable {
	background-image: url(ecl_r2_c5.jpg);
	background-repeat: repeat-x;
}
.navtable {
	background-image: url(ecl_r3_c4.jpg);
	background-repeat: repeat-x;
}
.contenttop {
	background-image: url(ecl_r8_c4.jpg);
	background-repeat: repeat-x;
}
.contentleft {
	background-image: url(ecl_r9_c2.jpg);
	background-repeat: repeat-y;
}
.contentright {
	background-image: url(ecl_r9_c21.jpg);
	background-repeat: repeat-y;
}
.contentbottom {
	background-image: url(ecl_r11_c4.jpg);
	background-repeat: repeat-x;
}
.footertable {
	background-image: url(ecl_r12_c9.jpg);
	background-repeat: repeat-x;
}
/* Font style attributes */
.small {
	font-size: 10px;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
}
.small1 {
	font-size: smaller;
}
.small2 {
	font-size: 85%;
}
.large1 {
	font-size: small;
}
.large2 {
	font-size: medium;
}
.standard {
	font-size: 100%;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer {
	color: #FFFFFF;
}
a.footer:link {
	text-decoration: underline;
	color: #D1B183;
	font-weight: normal;
}
a.footer:visited {
	text-decoration: none;
	color: #D1B183;
	font-weight: normal;
}
a.footer:active {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.smallCaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}
