/* CSS Document */

body{
margin:0px;
background-color:#E1E1E1;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.bgtop{
background-image:url(../images/top_bg.gif);
background-repeat:repeat-x;
background-position:top left;
}

.bgmiddle{
background-image:url(../images/middle_bg.gif);
background-repeat:repeat-x;
background-position:top left;
background-color:#FFFFFF;
}
.bgyellowleftcor{
background-image:url(../images/yellowcornerleft.gif);
background-repeat:no-repeat;
background-position:top left;
background-color:#F4F2E5;
}

.bgyellowrightcor{
background-image:url(../images/yellowcornerright.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#F4F2E5;
}

.bgyellowbg{
background-image:url(../images/yellowbg.gif);
background-repeat:repeat-x;
background-position:top left;
}

.bgyellowbg1{
background-image:url(../images/yellowbg1.gif);
background-repeat:repeat-x;
background-position:top left;
}


.bgblueleftcor{
background-image:url(../images/bluecornerleft.gif);
background-repeat:no-repeat;
background-position:top left;
background-color:#90CBE9;
}

.bgbluerightcor{
background-image:url(../images/bluecornerright.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#90CBE9;
}

.bgbluebg{
background-image:url(../images/bluebg.gif);
background-repeat:repeat-x;
background-position:top left;
}

.footerbg{
background-image:url(../images/footerbg.gif);
background-repeat:repeat-x;
background-position:top left;
}

.font_11{
font-size:11px;
color:#373737;
text-align:justify;
}

.font_12{
font-size:12px;
color:#373737;
text-align:justify;
font-weight:bold;
}



.font_12_orange{
font-size:12px;
color:#D5580D;
text-align:justify;
font-weight:bold;
}

.Footer_anchor{
font-size:11px;
text-decoration:underline;
color:#000000;
}

.Footer_anchor:hover{
font-size:11px;
text-decoration:none;
color:#000000;
}

input{
border:1px #cccccc solid;
font-size:10px;
padding-left:5px;
color:#666666;
width:150px;

}

textarea{
border:1px #cccccc solid;
padding-left:5px;
font-size:11px;
color:#666666;
height:150px;
}
