	body { 
		font-family: Verdana, Arial; 
	}
	* {
		color: #333333;
		border-collapse: collapse;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px;
		margin: 0px;
	}
	p, a, span, li, td, table, div, {
		font-size: 11px;
		line-height: 16px;
	}
	hr {
		color: #999999;
	}
	table, td {
		vertical-align: top;
	}

	h1, h2, h3, h4, h5, h6 {
		color:#47cbeb;
		font-family: Verdana, Arial; 
		font-weight: 100;
	}
	h1 {
		font-size: 21px;
		padding-bottom: 10px;
		font-weight: 300;
	}
	h2 {
		font-size: 18px;
		padding-bottom: 6px;
	}
	h3 {
		font-size: 16px;
		padding-bottom: 4px;
	}
	h4 {
		font-size: 15px;
		padding-bottom: 2px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}

	p, h1, h2, h3, h4, h5, h6 {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	ul li {
		margin-left: 28px;
		REMlist-style-type: none;
		REMbackground-image: url(images/link_arrow.gif);
		REMbackground-repeat: no-repeat;
		REMbackground-position: 0px 6px;
		padding: 0px 0px 0px 11px;
		line-height: 20px;
	}
        ol li {
                margin-left: 28px;
        }
	td {
		vertical-align: top;
	}	
        a {
		color:#20744b;
		color:#A5CA3B;
		font-weight:bold;
                text-decoration: none;
        }
        a:hover {
                color: #555;
                text-decoration: underline;
        }
	img, a img {
		border: 0px solid black;
	}
	
