body {margin: 0px;
	padding: 0px;
	font: 11px/135% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #BABABA;
    background-image: url(../images/gradient-background.jpg);
    background-repeat: repeat-x;
}

#padding {padding-left: 10px;
		  padding-right: 10px;
}

a:link {
	color: #D15316;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D15316;
}
a:hover {
	text-decoration: underline;
	color: #5096c5;
}
a:active {
	text-decoration: none;
	color: #D15316;
}

h1 {
	font-size: 16px;
	color: #E4990C;
	font-weight: bold;
}

.h1 {
	font-size: 16px;
	color: #E4990C;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #336698;
	font-weight: bold;
	}
	
.h2 {
	font-size: 14px;
	color: #336698;
	font-weight: bold;
	}
h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}
	
.h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}
