/* CSS Document */
body {
	background-color: #878F97;
	background-image : url(../images/bg.gif);
}

p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c4c4c;
	line-height: 20px;
}

p.maintext {
	padding: 0px 20px 0px 10px;
}

.normal {
	padding: 0px 20px 0px 18px;
}

p.copyright {
	line-height: 0px;
	color: white;
	text-align: center;
}

strong {
	font-weight: bold;
	color: #700505;
}

h2.secthdr {
	padding: 20px 0px 0px 18px;
}

table.services{
	border: 1px solid #666;
	padding: 3px;
	border-collapse : collapse;
}

table.services th.top {
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border: 1px solid #666;
	background-color: #660000;
}

table.services th.side {
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	color: #fff;
	background-color: #CC9900;
	border: 1px solid #666;
}

table.services td {
	border: 1px solid #666;
	line-height: 12px;
	background-color: #cccccc;
}

a {
	color: #CC9900;
	text-decoration: underline;
}

a :hover{
	color: #8B0000;
	text-decoration: none;
}