@charset "utf-8";
/* CSS Document */

body {
background-color: #FFFFFF;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
margin:0;
padding:0;

}

p {
font-size:13px;
color:#333; 
font-family: "Times New Roman", Times, serif;
line-height: 150%;
margin:3px;
}

h1{
font-size:20px;
color:#ffffff; 
font-family:"Times New Roman", Times, serif;
font-weight:normal;
}


h2{
font-size:17px;
color:#ffffff; 
font-family: "Times New Roman", Times, serif;
font-weight:normal;
line-height: 130%;
}

h3{
font-size:20px;
color:#595959; 
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;

}

h4{
font-size:18px;
color:#C60000; 
font-family:"Times New Roman", Times, serif;
font-weight:bold;
line-height:0;
}

h5{
font-size:14px;
color:#990000; 
font-family:"Times New Roman", Times, serif;
line-height: 100%;
}

.blue{
color:#016eb3;
}

.white{
color:#fff;
}

a:link,a:active{color:#006fb7;font-weight:normal; text-decoration:underline; line-height:0;}
a:visited{color:#006fb7;font-weight:normal;text-decoration:underline; line-height:0;}
a:hover{color:#006fb7;font-weight:normal;text-decoration:none; line-height:0;}


    
