body
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
}

input[type="text"], select, textarea
{
	margin-bottom: 2px;
}

table, td, li, span, p, div
{
	font-family: inherit;
	font-size: inherit;
}

span
{
	color: inherit;
}

hr
{
	width: 95%;
	height: 2px;
}

img
{
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
    border-spacing: 0px;
}

table
{
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
    border-spacing: 0px;
}

th
{
	color: #303030;

	padding: 0px;
	margin: 0px;	
}

td
{
	vertical-align: top;

	padding: 0px;
	margin: 0px;
}

a
{
	color: #3360a1;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 24px;
	text-decoration: none;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2
{
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3
{
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 6px;
}

ul, ol
{
	font-family: inherit;
	font-size: inherit;
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 0px;
	
	/* Make sure list bullits are keept "inside" the list element... */
	/*list-style-position: inside;*/	
}

ul ul, ol ol
{
	font-family: inherit;
	font-size: 80%;
	color: #666666;
}


