/* CSS Document */

body{
margin: 0px;
background: #FFFFFF;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

h2{
font-size: 18px;
font-weight: bold;
color: #bcbdc0;
}

h1{
font-size: 22px;
font-weight: bold;
color: #ffffff;
}

h3{
font-size: 18px;
font-weight: normal;
font-style: italic;
color: #ffffff;
}

p{
margin: 0px;
padding:0px;
margin-top: 6px;
margin-bottom: 12px;
}

.container{
background:url(../images/bg_top.jpg) repeat-x;
}

.container2{
background:url(../images/bg_color.jpg);
}

.bg_mb{
background: url(../images/bg_mb.jpg) repeat-x;
}

.bg_lh{
background: url(../images/bg_lh.jpg) no-repeat top right;
}

.bg_lt{
height:64px;
background: url(../images/bg_lm.jpg) repeat-y top right;
}

.bg_rt{
height:64px;
background: url(../images/bg_rm.jpg) repeat-y top left;
}

.content{
padding: 20px;
background: url(../images/bg_mt.jpg) repeat-x top;
}

.content2{

background: url(../images/bg_color2.jpg);
}

.contentcell{
padding-top: 15px;
}

.content a{
color: #FFFFFF;
text-decoration: none;
}

.content a:hover{
color: #FFFFFF;
text-decoration: underline;
}

.bg_lb{
background: url(../images/bg_bot.jpg) repeat-x top right #FFFFFF;
}

.bg_rb{
background: url(../images/bg_bot.jpg) repeat-x top left #FFFFFF;
}

.bg_txt{
background: url(../images/bg_txt.jpg) no-repeat;
padding-left: 14px;
padding-right: 8px;
padding-top: 8px;
}

.formfields{
color:#e2bdc1;
font-size: 10px;
text-align: left;
}

.gtext{
color: #bcbdc0;
}

.copy{
background: #FFFFFF;
color: #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.copy a{
color: #999999;
text-decoration: none;
}

.copy a:hover{
color: #999999;
text-decoration: underline;
}

.whitebg{
background: #FFFFFF;
}
