/* $Id: base.css,v 1.3 2009/12/02 17:46:44 cmanley Exp $ */

html {
}

body {
	background-color: #fff;
	background: #fff url(/img/top-gradient.png) repeat-x;
	_background-image: url(/img/top-gradient-msie6.png); /* MSIE 6 and older */
	color: #000;
}

img, form, hr {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin: 1.5em 0;
}


/* Tags that get the default font. */
address, big, blockquote, body, button, caption, dd, div, dl, dt, form, input, p, select, td, th {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/* Tags that get the default size and linespacing. */
address, big, blockquote, body, button, caption, dd, div, dl, dt, form, input, p, select, td, th, h3, h4, h5, h6 /*, ol, ul */ {
	font-size: 13px;
	font-weight: normal;
}

:link img, :visited img, :hover img, :active img, img { border: none; }

a {
	color: #01a8e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #01a8e1;
	font-size: 24px;
	font-weight: normal;
	/*margin: 16px 0;*/
	margin: 31px 0;
}

h2 {
	color: #01a8e1;
	font-size: 16px;
	font-weight: normal;
	margin: 13px 0;
}

h3 {
	font-size: 13px;
	margin: 13px 0;
}

h4, h5, h6, p, address, blockquote, dl /*, ul, ol */ {
	font-size: 1em;
	margin: 1em 0;
}

hr {
	height: 1px;
	background-color: #ccc;
}

/* ul, li { list-style-type: none; } */
ol, ol li { list-style-type: decimal; }

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: italic;
}

fieldset {
	border: none;
}

