
/* ----- Attribute defaults ----- */

html, body, div, table, tr, td, span, form
{
	font-family:verdana, arial, sans-serif; 
	font-size:13px;
	margin:0px;
	padding:0px;
}
body 
{
	margin:0px;
}

a
{
	color:#0000AB;
	text-decoration:none;
}
a:hover
{
	color:#C43B30;
}
a img
{
	border:none;
}

h1, h2, h3, h4, h5, h6
{
	margin:0 0 .8em 0;
	padding:0px;
}
h1
{
	font-size:24px;
}
h2
{
	font-family:trebuchet ms, arial, verdana, sans-serif;
	font-size:18px;
}
h3
{
	font-size:15px;
}
/*
=== Lists ===
*/
ul    		{position:relative; left: -23px;}
ol    		{position:relative; left: -18px;}
ul,ol		{margin-top:.6em; margin-bottom:.6em;}
ol ol li 	{list-style-type:lower-alpha;}

ul.i, ol.i  {left: -10px;}

li    {margin-bottom:.5em;}
li.vt {margin-bottom:0em;}
li.t  {margin-bottom:.2em;}
li.s  {margin-bottom:.4em;}
li.l  {margin-bottom:.6em;}
li.vl {margin-bottom:.8em;}

p
{
	margin:0 0 .6em 0;
}
table
{
	border-collapse:collapse;
}
td
{
	vertical-align:top;
}

.smallText
{
	font-size:13px;
}

/* ----- General Styles ----- */

.Border
{
	border:solid #6A6A6A 1px;
}
div.List p
{
	position:relative;
	left:25px;
}
.subHead
{
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
}



