/* CSS Document */

body{
margin:0px;
background:#000000;
font-family:tahoma;
font-size:11px;
color:#666666;
}

p{
font-family:tahoma;
font-size:11px;
color:#757575;
margin:10px;
}

.bgd_white {
background:#FFFFFF;
}

/* link */
a:link {
	color: #de5920;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #de5920;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #de5920;
}


h1{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:10px;
color:#282828;
text-transform:uppercase;
font-weight:lighter;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:5px;
color:#282828;
text-transform:uppercase;
}


h3{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:5px;
color:#de5920;
font-weight:bold;
}

.orange {
color:#de5920;
}

.light_gray {
color:#646464;
}

.dark_gray {
color:#333333;
}

.bottom_pattern {
background:url(images/pattern_bottom.jpg) repeat-x;
height:168px;
}

.light_gray_pattern {
background:url(images/light_gray_pattern.jpg) repeat-x;
height:50px;
}

.border_top_gray {
border-top:1px solid #cccccc;
}

.border_orange {
border-top:1px solid #ff5d38;
border-bottom:1px solid #ff5d38;
}


.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
padding-left:10px;
padding-right:10px;
margin:3px;
}

.bgd_bottom_white {
background:#e5e5e5;
}


.bgd_bottom_light_gray {
background:#bfbfbf;
}

.bgd_bottom_medium_gray {
background:#a6a6a6;
}

.bgd_bottom_dark_gray {
background:#7f7f7f;
}

.bgd_bottom_black {
background:#000000;
}

.separatorLineLeft{
background:url(images/line_left.jpg) no-repeat left top;
}

.menu_bg{
background:url(images/menu_line.jpg) repeat-x;
}

.orange14{
font-size:14px;
color:#FF3300;
}

.blackText{
color:#000000;
}

.dotsTop{
border-top:1px dotted #999999;
}

.dotsBottom{
border-bottom:1px dotted #999999;
}

.floatRight{
border:1px solid #CCCCCC;
}

.brdr_gray {
border:1px solid #d9d9d9;
}