/*
-----------------------------------------------------
Basic CSS file for screen media [ngssoftware.com]
 - set styles for standard html elements - this is used by older browsers
FileName: basic.css

Author: Harvest Digital (Tom Newman and Mark Rochefort)
-----------------------------------------------------
*/

html,
body,
form,
fieldset {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
	font-size:69%;
}

/* Neutralize styling: 

Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:1em 0;
	padding:0;
}

/* Apply left margin:

Only to the few elements that need it: */

li, dd, blockquote {
	margin-left:1em;
}

ul, ol {
	margin-left:.5em;
}

/* Miscellaneous conveniences */

a img {
	border:none;
}

a {
	color:#0033fe;
	text-decoration:underline;
}

fieldset {
	border:none;
}

/* standard sizing */

h1 {font-size:1.6em;}

h2 {font-size:1.4em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}


/* tables */

table {
	font-size:1em;
}

table caption {
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

table th {
	text-align:left;
}

table th,td {
	padding:3px;
}



