/* CSS Document */

body{
margin:0px;
background:#1c191a url(images/bgd.jpg) repeat-x;
margin-top:20px;
font-family:tahoma;
font-size:11px;
color:#9e9e9e;
}

.bgd_black {
background:#000000;
}

p{
font-family:tahoma;
font-size:11px;
color:#9e9e9e;
margin:10px;
}


/* link */
a:link {
	color: #881515;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #881515;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #881515;
}


/* white  link */
a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
a.whitelink:hover {
	text-decoration: none;
	color: #999999;
}
a.whitelink:active {
	text-decoration: none;
	color: #ffffff;
}


.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#9e9e9e;
border:1px solid #282828;
background:#000000;
}

.margin5 {
margin-top:5px;
margin-bottom:5px;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
margin:10px;
color:#FFFFFF;
}


h2{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
margin:10px;
color:#FFFFFF;
font-weight:lighter;
}

.light {
font-weight:lighter;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#787878;
padding-left:20px;
padding-right:20px;
margin:5px;
}

.footer_bgd{
background:#333333;
border-bottom:1px solid #767676;
}

.testimonials {
font-size:12px;
}

.top {
background:url(images/top.jpg) no-repeat;
height:141px;
}
