a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #d5652c;

}

a:selected {
	color: #d5652c;
}



h1{
	font-size: 38px;
	color: #001238;
	line-height: 44px;
	margin-bottom: -2px;
	margin-top: 0px;
}

h2{
	font-size: 35px;
	color: #001238;
	line-height: 40px;
	margin-bottom: -2px;
	margin-top: 0px;
}

h3{
	font-size: 24px;
	color: #001238;
	line-height: 32px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h4{
	font-size: 20px;
	color: #001238;
	line-height: 28px;
	margin-bottom: -2px;
	margin-top: 0px;
}

h5{
	font-size: 16px;
	color: #001238;
	line-height: 24px;
	margin-bottom: -2px;
	margin-top: 0px;
}

h6{
	font-size: 14px;
	color: #001238;
	line-height: 21px;
	margin-bottom: -2px;
	margin-top: 0px;
}

p{
	font-size: 14px;
	color: #001238;
	line-height: 21px;
}

ol {
    list-style: decimal;
    line-height:28px;
    margin-left: 30px;
	color: #d5652c;	
}

ul{
    line-height:28px;
	list-style: disc;
	margin-left: 30px;
	color: #d5652c;		
}

li {
	font-size: 14px;
	color: #001238;
	line-height: 28px;
}

div#main a{
    color: #d5652c;	
}

div#main a:hover {
	color: #d5652c;	
}