body
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	line-height: 1.5em;
	color: #FFF;
	background:url(images/bg_main.jpg) repeat-y #000000 center top;
}

*html table.main
{
	margin-left:2px;
}

h1 
{
	font-size:22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top:0px;
	color:#F76D43;
}

h2 
{
	font-size:17px;
}

p {
	margin:14px 0;
}

a
{
	color: #FF9;
	text-decoration:none;
}

a:hover
{
	color: #FFFF00;
	text-decoration:underline;
}

td.nav {
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

td.content
{
	background:url(images/bg_sub.jpg) no-repeat #0A0606;
	border-bottom:8px solid #00142B;
}

td.content2
{
	background:url(images/bg_sub.jpg) no-repeat #0A0606;
	border-bottom:8px solid #00142B;
	padding:10px;
}

td.footer {
	padding:0 12px 10px 12px;
	font-size:10px;
	color:#FFF;
	background:#00142B;
}

td.footer a {
	color:#FFF;
	text-decoration:none;
}

.innertube {
	padding:10px;
}

.pad_l {
	margin:4px 0 4px 10px;
}

.pad_l2 {
	margin:2px 0 4px 7px;
}

.med {
	font-size:17px;
}

a img {
	border:none;
}

.divider {
	border-bottom: #CCC dotted 1px;
}

ul.services {
  list-style-type: none;
  padding-left: 0;
  margin: 10px 15px 0 15px;
  border-top:1px dotted #999999;
  padding-top:4px;
}
ul.services li {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom:4px;
  margin-bottom: 2px;
  background: url(images/bullet.gif) left top no-repeat ;
  border-bottom:1px dotted #999999;
}

ul.services a{
  font-weight:bold;
}