/* default styles */

/* do not put classes / ids in the file, or any layout related styles */

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

h1 {
	font-size: 150%;
	font-weight: 900;
}

h2 {
	font-size: 105%;
	font-weight: 800;
	color: #BD2E1E;
}

h3 {
	font-size: 105%;
	font-weight: 700;
	color: #004964;
}

h4 {
	font-size: 115%;
	font-weight: 600;
}

h5 {
	font-size: 110%;
	font-weight: 600;
}

h6 {
	font-size: 105%;
	font-weight: 600;
}

/* paragraphs */

p {
	color: #62625C;
	margin-bottom: 1.0em;
	line-height: 1.7em;
	font-size: 90%;
}

/* links */

a {
	color: #004964;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* lists */

ol, ul {
}

li {
}

dl {
}

dt, dd {
}

/* tables */

table {
}

tr {
}

th, td {
}

/* lesser used block elements */

pre {
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: thin solid;
}

address {
	font-size: 90%;
	font-style: oblique;
}

/* inline stuff */

strong {
	font-weight: 600;
}

em {
}

/* forms */

input, select, textarea, label, button {
}

/* make some of the uncommon elements stand out */

dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, ins, del {
	text-transform: uppercase;
	background: red;
}

/* I hate IE */

div {
	line-height: 1.2;
}
