﻿@charset "utf-8";
/* CSS Document */

p {
font-family: Arial, Trebuchet MS, Verdana;
font-size: 10pt;
color:#333333;
margin-left:10px;
margin-right:10px;
}

body {background-image: url(images/bg1.gif); background-repeat:repeat-x}


h3 {
text-align: center;
font-family: Arial;
font-size: 12pt;
color:#404125;
margin-left:10px;
margin-right:10px;
}

h4 {
text-align: center;
font-family: Arial;
font-size: 12pt;
color:#404125;
margin-left:10px;
margin-right:10px;
}

a.navLink:link, a.navLink:visited, a.navLink:hover{
text-align: left;
font-family: Arial, Trebuchet MS, Verdana;
font-size: 10pt;
font-weight: bold;
color: #FAF9ED;
text-decoration:none;
margin-left:5px;
margin-right:1px;
} 

a.navLink:hover{
color: #C99C6B;
text-decoration:none;
margin-left:3px;
margin-right:2px;

}