html,body {
	background-color: #e0e0e0;
	background-image: url(../images/template/bGrdGrad.gif);
	background-repeat: repeat-x;
	height:100%;
	min-height:100%;
	margin: 0px;
}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none; 
}
	
a:hover {
    text-decoration:none;   
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #e44d05;
	display:inline;
	font-style:italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5d5d5d;
	position:relative;
	margin-bottom:-5px;
	margin-top:-5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5987bc;
	display:inline;
}



