body {
	font-family: helvetica, arial, sans-serif;
    font-size: 14px;
	background: #FFF url(../images/backgroundGrad.png) top repeat-x;
}


h1    {
    font-size: 40px;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:0px;
	font-weight: normal;
	color: #000;
	font-family: Times New Roman, Serif;
	text-align:center;
}
    
h2    {
    font-size: 35px;
	font-weight: normal;
	padding-bottom:20px;
	color: #000;
	font-family: Times New Roman, Serif;
	text-align:center;
}
    
h3    {
    font-size: 30px;
	font-weight: normal;
	padding-bottom:10px;
	color: #000;
	font-family: Times New Roman, Serif;
}
    
h4    {
    font-size: 25px;
	color: #000;
	font-family: Times New Roman, Serif;
	text-align:center;
}
    
h5    {
    font-size: 20px;
	color: #000;
	font-family: Times New Roman, Serif;   
}
    
p    {
	font-family: helvetica, arial, sans-serif;
    font-size: 14px;
	line-height: 1.7;
	margin: 0.8em 0;
	margin: 0px;
	margin-right:10px;
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

ol {
	line-height: 1.8;
	list-style-type: decimal;
	margin-left: 30px;
}

ul {
	line-height: 1.8;
	list-style-type: disc;
	list-style: inside;
	margin-left: 30px;
}

dl {
	padding: 20px;
	line-height: 1.6;
	font-size: 0.9em;
}

table {
	
}

th {
	padding: 0.7em;
	text-align: left;
}

td {
	padding: 0.7em;
	text-align: left;
}

input, textarea, select {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	color:#2D2D2D;
	margin: 8px;
	padding: 4px;
	border: 1px solid #ddd;
	clear:both;
}

a:link {
	text-decoration: none;
	border: none;
    outline: none;
	color: #21212B;
}

a:visited {
	text-decoration: none;
	border: none;
    outline: none;
	color: #21212B;
}

a:hover {
	text-decoration: underline;
	border: none;
    outline: none;
	color: #51515C;
}

a:active {
	text-decoration: none;
	border: none;
    outline: none;
	color: #51515C;
}

img {
	position:relative;
}

hr {
	margin:10px;
	height:2px;
	color:#000;
}
