* {
    margin: 0;
    padding: 0;
}
body, p, td, th, li, input, ul, li {
    color: #4f4c4d;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	overflow-x: hidden;
}
input {
    font-size: 13px;
}
td 
{
	
}
img {
    border: none;
}
ul {
    padding-left: 8px;
    margin-left: 8px;
    margin-bottom: 15px;
    overflow:visible;
}
ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
ol li 
{
    padding-left: 10px;
    overflow: visible;
    margin-bottom: 5px;
}
ul li
{
	list-style: none;
	background: url("../images/bullet-orange.png") 0px 7px no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
    overflow:visible;
}
p {
    padding: 0px 0 15px 0;
    overflow:visible;
}

h1 {
    font-size: 40px;
    line-height: 32px;
    text-transform:uppercase;
}

h2 
{
	font-size: 30px;
	line-height: 30px;
	text-transform:uppercase;
}
h3 {
    font-size: 14px;
    text-transform:uppercase;
}
h4 
{
	font-size: 23px;    
}
h5 {
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
}
h6 
{
	font-size: 30px;
	line-height: 30px;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    color: #131313;
    text-decoration: none;
}
.clear {
    clear: both;   
}







