

a:link {color: #666666; text-decoration: none}
a:active {color: #666666; text-decoration: none}
a:visited {color: #666666; text-decoration: none}
a:hover {color: #800000; font-weight: normal; font-style: normal; text-decoration: underline}

BODY{
background-image: url(../images/gradient-main-grey.png);
background-repeat: repeat-x;
background-color: #ffffff;

}


.header {
background-color: #FFFF66;
font-size: 18;
color: #000;
padding-top:10px;
padding-bottom:10px;
border-bottom: 1px solid #aaa;
}


.Normal {background-color:#FFFF66;
font-family: arial;
font-size: 13;
font-weight: bold;
}

.Highlight {background-color:#ffffff;
font-family: arial;
font-size: 13;
font-weight: bold;
}

.footer {
font-size: 16;
color: #000;
background-color: #FFFF66;
padding-top:20px;
padding-bottom:20px;
border-top: 1px solid #aaa;"
}

.image {
border-radius:5px;
}

h1 {
font-size:22px;
font-weight: normal;
display:inline;
line-height:150%;
margin-top:0;
margin-bottom:0;
color: #666;
text-align:left;
text-align:justify;
xtext-shadow: 1px 1px 0 #fff;
}



hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
	

