/* CSS Document */



body {
	background-color: #3A403B;
	background-image:url(../images/bg_gradient.gif);
	background-repeat:repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797979;
}

a, a:link, a:visited {
font-size:10px;
color:#FE6215;
text-decoration:none;

}
a:hover {
color:#797979;

}

.paddedCell {
padding:20px;
}

.bgOrange {
background-color:#FE6215;
}
#container {
background-image:url(../images/bg_container.gif);
}
.contentHome {
background-image:url(../images/main_divider_home.gif);
}


.dividerDottedLine1{
background-image:url(../images/divider_dotted_line_1.gif);
height:25px;
}
.dividerDottedLineThin{
background-image:url(../images/divider_dotted_line_2.gif);
background-position:top;
background-repeat:repeat-x;
height:13px;
}

.orangeLinks a:link, a:visited {
color:#FE6215;
text-decoration:none;
}

.orangeLinks {
color:#FE6215;
font-size:10px;

}

.orangeLinks a:hover {
color:#59615A;
text-decoration:none;
}

.footer {
background-color:#FFFFFF;
font-size:9px;
color:#9C9F9D;
}

.footer a:link, a:visited{


text-decoration:none;
}

.footer a:hover{

color:#59615A;
text-decoration:none;
}



img {
border:0px;
}

.imgRight {
margin: 0px 0px 15px 15px;

}
h2 {
font-size:14px;
font-weight:bold;
color:#484848;
margin:0px;
}
h3 {
font-size:10px;
font-weight:bold;
color:#484848;
margin:0px;
}

