/* BODY */
body {background-image: url('images/bluebg.jpg')}	

/* LINKS */								
a:link {color:Blue}
a:visited {color: #000099}
a:hover  {background-color:#ffff99}
			
			
/* FONTS */			
h1 {font-size: 10pt; font-family: arial; font-weight: normal; color: Blue}
h2 {font-size: 10pt; font-family: arial; font-weight: bold; color: Blue}
h3 {font-size: 12pt; font-family: arial; font-weight: bold; color: Black}
h4 {font-size: 12pt; font-family: arial; font-weight: normal; color: Black}
h5 {font-size: 14pt; font-family: arial; font-weight: bold; color: Blue}


/*LEFT NAVIGATION */
.buttonscontainer {width: 154px;}

.buttons a {color: #000000;
background-color: #0066FF;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 15px solid #FFFF00;
font: 13px Arial, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #0000FF;
text-decoration: none;
font-weight: bold;
color: #000000;}