	* {
		color: #333333;
		border-collapse: collapse;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px;
		margin: 0px;
	}
	body { 
		font-family: "Verdana", "Lucida Grande", "Lucida Sans Unicode", "sans-serif"; 
	}

	img {
		border: 0px solid black;
	}

	hr {
		height: 1px;
		color: #777777;
	}
	h1 {
		font-size: 16px;
		padding-bottom: 10px;
		line-height: 19px;
	}
	h2 {
		font-size: 15px;
		padding-bottom: 6px;
		line-height: 18px;
	}
	h3 {
		font-size: 14px;
		padding-bottom: 4px;
		line-height: 17px;
	}
	h4 {
		font-size: 13px;
		padding-bottom: 2px;
		line-height: 16px;
	}
	h5 {
		font-size: 12px;
		line-height: 15px;
	}
	h6 {
		font-size: 12px;
		line-height: 15px;
	}
	p {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #0091d7;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	li, form, div, table, p, legend {
		color: #333333;
		font-size: 11px;
		line-height: 15px;
	}
	td {
		vertical-align: top;
	}	
        a, a strong, a strong *, a span {
		font-size: 11px;
                color: #0091d7;
                text-decoration: none;
        }
        a:hover {
                color: #0091d7;
                text-decoration: underline;
        }
        a:visited {
                color: #0091d7;
        }
	ol {
		margin-left: 24px;
	}
	ul {
		list-style-type: disc;
		margin-left: 24px;
	}
	ul li a, ul li a span, ul li a span span {
                color: #0091d7;		
	}
