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

body 
{
font-family: Arial, Helvetica;
background-image: url(landingIMAGES/background_top.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #FFFFFF;
margin: 0px;
}



.background_main1 {
background-image: url(landingIMAGES/background_main1.jpg);
background-position: top center;
background-repeat: no-repeat;
}
.background_main2 {
background-image: url(landingIMAGES/background_main2.jpg);
background-position: top center;
background-repeat: no-repeat;
}



.landing_white_large
{
font-size: 16px;
color: #FFFFFF;
text-decoration:none;
}

.landing_white_xlarge
{
font-size: 37px;
color: #F2E7D4;
text-decoration:none;
}

.landing_white_medium
{
font-size: 14px;
color: #FFFFFF;
text-decoration:none;
}

.landing_lbrown_large
{
font-size: 16px;
color: #886632;
text-decoration:none;
}

.landing_lbrown_medium
{
font-size: 14px;
color: #886632;
text-decoration:none;
}

.landing_brown_small
{
font-size: 11px;
color: #492808;
text-decoration:none;
}

.landing_brown_large
{
font-size: 16px;
color: #492808;
text-decoration:none;
}

.landing_brown_large2
{
font-size: 30px;
color: #492808;
text-decoration:none;
}

.landing_lbrown_large2
{
font-size: 30px;
color: #CDBC7C;
text-decoration:none;
}

.landing_brown_xlarge
{
font-size: 37px;
color: #C9974B;
text-decoration:none;
}

.landing_link
{
font-size: 13px;
color: #0067AC;
text-decoration:none;
}

.landing_link A:link, .landing_link A:visited, .landing_link A:active
{
font-size: 13px;
text-decoration:none;
color: #0067AC;
}

.landing_link A:hover
{
font-size: 13px;
text-decoration:none;
color: #492808;
}