	h1 {
		font-size: 140%;
		color: #B36E21;
		font-weight: BOLD;
		padding: 0px;
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 120%;
		color: #EAB119;
		font-weight: BOLD;
		padding: 0px;
		margin-bottom: 10px;
		margin-top: -10px;
	}
	
	h3, h4, h5, h6 {
		font-size: 110%;
		color: #999999;
		font-weight: BOLD;
		padding: 0px;
		margin-bottom: 10px;
		margin-top: -10px;
	}
	
	p {
		margin: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		line-height: 1.7em;
	}
	
	a {
		color: #E9B11C;
		border: none;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	img {
		border: none;
	}
	
	ul {
		list-style-image: url( /_images/template/bullets.gif );
		padding: 16px;
		margin: 0px;
		line-height: 2em;
	}
	
	li {
		vertical-align: top;
	}

	.error {
		color: #cc0000;
	}
	
	
	ol {}
	
	blockquote {}
	
	em {}
	
	strong {}
	
	hr {
		height: 1px;
		border-bottom: 1px dashed #CCCCCC;
	}
	
	table {}