/*
 * Links
 */
	a, a:visited { color:#E42142; text-decoration:none; text-transform: none; }
	a:hover { color:#666; text-decoration:none; }
	a:active { color: black; }

/*
 * Headings
 */
	h1 {
		font-size:17px;
		font-weight:bold;
		color:#E52142;
		margin-bottom:15px;
	}
	h2 {
		font-size:14px;
		color:black;
		margin-bottom:15px;
		font-weight:normal;
	}
	h3 {
		font-size:14px;
		color:#E42142;
		margin-bottom:15px;
		font-weight:normal;
	}
	h4 {
		margin-bottom:5px;
	}
	h5 {}
	h6 {}

/*
 * Other elements
 */
	hr {
		height:1px;
		border:none;
		border-bottom:1px solid #ccc;
	}
	p { padding:0px; margin-bottom:15px; }


/*
 * 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 {}
