/* CSS Document */


body {
margin: 0px;
padding: 10px;
background-image: url(images/cback.jpg);
background-repeat: no-repeat;

background-attachment: fixed;
text-align: left; 
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 110%;

scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #04A05A;

scrollbar-shadow-color: #dedede;
scrollbar-lightshadow-color: #333333; 
scrollbar-darkshadow-color: #dedede;

scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #dedede;

}
ul {
line-height: 130%;}
a:link { color: #15254E;
	text-decoration: none;
		font-weight: bold;
}
a:visited { color: #15254E;
	text-decoration: none;
		font-weight: bold;
}
a:hover { color: #04A05A;
	text-decoration: none;
	font-weight: bold;
}
a:active { color: #04A05A;
	text-decoration: none;
	font-weight: bold;
}
.td {
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.button {
background-color: #dedede;
font-family:  Arial, Helvetica, sans-serif;
color: #15254E;
text-decoration: none;
font-size: 11px;
font-variant: small-caps;
}

.title {
 color: #15254E;
	font-size: 13px;
	font-variant: small-caps;}

.home {
font-size: 10px;
float: right;
}
