body { background-image: url('../img/bg.jpg');
       background-position: top center;
       background-repeat: repeat-x;
       background-color: #000000;
       }

img { border: 0px; }

body, tr, td, th, .bod, font
	{
	margin: 0;
	font-size: 12px;
    font-family: helvetica, arial, sans-serif;
	color: #FFFFFF;
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
	}

table { padding: 0px;
        border-collapse: collapse; }

h1 { font-size: 17.5px;
     font-weight: normal;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     margin-right: 0px; }

h2 { font-size: 15px;
     font-weight: normal;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     margin-right: 0px; }
     
h3 { font-size: 11px;
     font-weight: bold;
     margin-top: 4px;
     margin-bottom: 2px;
     margin-left: 0px;
     margin-right: 0px; }
     
h4 { font-size: 27pt; }

.news { font-size: 11px;
        line-height: 1.4; }

.welcome { font-size: 13px;
           line-height: 1.4; }
           
.services { line-height: 1.5; }

a { text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: underline; color: #57ba47; }
