/*this is the core stylesheet for the site*/



a:link {
color: #236E99;
text-decoration: none;
text-align: left;
line-height: 11px;
}

a:visited {
color: #236E99;
text-decoration: none;
text-align: left;
line-height: 11px;
}

a:hover {
color: #6097DD;
text-decoration: none; 
text-align: left;
line-height: 11px;
}

a:active {
color: #6097DD;
text-decoration: none;
text-align: left;
line-height: 11px;
}

h1 {
color: #333333;
font-size: 13px;
text-align: left;
line-height: 6px;
}


body {
background-color: #735937;
color: #555555;
font-family: Arial, Verdana, Helvetica, sans-serif;
padding-left: 6px;
padding-top: 68px;
font-size: 9px;
line-height: 11px;
background-image: url(images/bkgd_repeater.gif);
background-repeat: repeat-x;	
}


