@charset "utf-8";
/* CSS Document */

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color: #000000;
line-height:22px;
text-align:justify;
}

.heading {
color:#003366;
font-weight:bold;
font-size:18px;
}

.sectionheading {
color:#003366;
font-weight:bold;
text-transform:uppercase;
}

a:link{
color:#006699;
text-decoration:underline;
}
a:visited{
color:#006699;
text-decoration:underline;
}
a:hover{
color:#D78F2F;
text-decoration:none;
}
a:active{
color:#D78F2F;
text-decoration:underline;
}
input, select  {
background-color: #FFEFBF ! important;
color: #003366;
border-style:none;
padding:3px;
}
