body {
	background-image: url(../images/bg.jpg);
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-transform:capitalize;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c50000;
}
table.service {

	border-top: 1px solid #999999;
}
table.service tr td {
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	padding: 5px;
	background-color: #eeeeee;
	border-color: #999999;
	background: #eeeeee url(../images/videobg.gif) repeat-x 0% 100% scroll;

}
table.service tr.top {
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
}
table.service tr td.first {
	border-left: medium none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

a, a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover, a:active{
	color:#000000;
	text-decoration:underline;
}

