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

	img {
		border: 0px solid black;
	}

	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 {
		font-size: 12px;
		line-height: 15px;
	}
	ul {
		margin-left: 20px;
	}
        ol {
                margin-left: 20px;
        }
	td {
		vertical-align: top;
	}	
        a {
		font-size: 12px;
                color: #0091d7;
                text-decoration: none;
        }
        a:hover {
                color: #006699;
                text-decoration: underline;
        }
        a:visited {
                color: #006699;
        }


