/*
 * Links
 */
	a, a:visited { color:#4C4CBF; text-decoration:none; text-transform: none; }
	a:hover { color:#666; text-decoration:none; }
	a:active { color: black; }

/*
 * Headings
 */
	h1 {
		font-size:20px;
		color:#009900;
		margin-bottom:15px;
		font-weight:bold;
	}
	h2 {
		font-size:14px;
		color:#4c4cbf;
		margin-bottom:10px;
		font-weight:bold;
	}
	h3 {
		font-size:14px;
		color:#4C4CBF;
		margin-bottom:15px;
		font-weight:normal;
	}
	h4 {
		margin-bottom:5px;
	}
	h5 {}
	h6 {}

/*
 * Other elements
 */
	hr {}
	p { padding:0px; margin-bottom:15px; line-height:16px; }


/*
 * Tables
 */
	table {}
		table thead {}
			table thead td {}
			table thead th {}
		table tbody {}
			table tbody td {}
			table tbody th {}
			table tbody tr.altrow {}
				table tbody tr.altrow td {}
		table tfoot {}
			table tfood td {}

/*
 * Forms
 */
	form {}
		form fieldset {}
			form fieldset legend {}
			form fieldset label {}
			form fieldset input {}
			form fieldset textarea {}
			form fieldset button {}

