/* Typography */

* {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
}

p {
	padding: 0px;
}

body {
	color: #4B4B4B;
}

a, a:link, a:visited, a:active, .heading_link * {
	color: #5D87A1 !important;
	text-decoration: none;
}

a:hover {
	color: #5D87A1;
	text-decoration:underline !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #4B4B4B;
	text-transform: uppercase;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
}

h2 {
	font-weight: bold !important;
	font-size: 14px !important;
	padding-bottom: 13px;
}

.heading_link h2 {
	padding: 0px !important;
}

optgroup option {
	padding-left: 25px;
}

blockquote {
	padding-left: 15px;
}

ul {
	margin-left: 25px;
	list-style-type: square;
	list-style-image: url(../img/bullet.gif);
}