﻿body 
{
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url(../../images/bg2.jpg);
    background-repeat:no-repeat; 
    background-position:top center; 
    background-attachment: fixed;
    color:#4e4e4e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
}

p {
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 11px;
}

h2{
	font-size: 15px;
	font-weight: normal;
	color:#151515;
	line-height: 20px;
	margin: 0px 0px -10px;
	padding: 0px;
}

h3{
	font-size: 13px;
	font-weight: bold;
	color:#151515;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

A:link {text-decoration: none; color:#0faebf;}
A:visited {text-decoration: none; color:#0faebf;}
A:active {text-decoration: none; color:#0faebf;}
A:hover {text-decoration: none; color: #3c3c3c;}