/* CSS Document */

.body { 
margin-left: 0;
margin-right: 0;
margin-top: 0;
width: 100%;
background-color: #D3A25F;
}

.header {
width: 100%;
text-align: center;
background-color: #2E160A;
height: 140;
}

.menu {
width: 228;
border: 0;
}

.heading {
font: 24px Trebuchet MS, Verdana, Arial, sans-serif;
font-weight: bold;
color: #2E160A;
}

.subheading {
font: 20px Trebuchet MS, Verdana, Arial, sans-serif;
font-weight: bold;
color: #2E160A;
}

.main {
font: 14px Trebuchet MS, Verdana, Arial, sans-serif;
color: #2E160A;
}

.mainSmall {
font: 12px Trebuchet MS, Verdana, Arial, sans-serif;
color: #2E160A;
}

a.mainLink:link { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 14px; color: #2E160A; font-weight: bold; text-decoration: none; }
a.mainLink:visited { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 14px; color: #2E160A; font-weight: bold; text-decoration: none; }
a.mainLink:active { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 14px; color: #2E160A; font-weight: bold; text-decoration: none; }
a.mainLink:hover { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 14px; color: #DF0000; font-weight: bold; text-decoration: underline; }

a.smallLink:link { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 12px; color: #2E160A; text-decoration: none; }
a.smallLink:visited { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 12px; color: #2E160A; text-decoration: none; }
a.smallLink:active { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 12px; color: #2E160A; text-decoration: underline; }
a.smallLink:hover { font-family: Trebuchet MS, Verdana Arial, sans-serif; font-size: 12px; color: #DF0000; text-decoration: underline; }


.error {
font: 14px Trebuchet MS, Verdana, Arial, sans-serif;
color: #DF0000;
font-weight: bold;
}

