﻿/*
=======================================================================
PAGE STYLES
*/

body
{
	background-color:#ffffff;
	padding:0;
	margin:0;
	font-size:65%;
}

.dNone
{
	display:none;
}

.clear
{
	clear:both;
	width:1px;
	height:1px;
	font-size:1px;
	visibility:hidden;
}


/*
=======================================================================
FONTS
*/
body,p,div,td,h1,h2,h3,h4,h5,h6,ul,li,ol,dd,dt,dl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
p
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:8pt;*/
	font-size:1.1em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

table, td
{
	font-size:100%;
}

/* reset traditional HTML blocks for new styles */
h1,h2,h3,h4,p
{
	padding:0px;
	margin:0px;
}
/*the basic font tag set definitions...*/
h1
{
	font-size: 1.3em;
	/*font-size: 15px;*/
	font-style: normal;
	font-weight: bold;
	margin-bottom:8px;
}

h2
{
	font-size: 1.15em;
	bottom:-0.5em;
	margin-top:20px;
	margin-bottom:4px;
	font-weight:bold;
}

h3
{
	font-size: 1.2em;
	bottom:-1em;
	margin-top:4px;
	font-weight:bold;
}

h4
{
	font-size: 1.1em;
	margin-bottom:2px;
	margin-top:4px;
	font-weight:bold;
}
h5
{
	font-size: 1.0em;
	margin-bottom:2px;
	margin-top:4px;
	font-weight:bold;
}
h6
{
	font-size: 0.9em;
	margin-bottom:2px;
	margin-top:4px;
	font-weight:normal;
	font-style:italic;
}
p
{
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:4px;
	padding-top:8px;
	line-height:1.3;
	/*font size set above*/
}

table, tr
{
	vertical-align:top;
}

td p
{
	padding-top:0;
}
td h2
{
	bottom:0;
	margin-bottom:0;
}

th
{
	text-align:left;
}

/*set lists to same spacing as <p> */
ul,ol
{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:2px;
	padding-bottom:4px;/*this figure + pad-bottom of a <li> should = <p> pad-bottom*/
}
ul
{
	list-style:disc;
	padding-left:10px;
	margin-left:10px;
	font-size:inherit;
}
li
{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:4px;
	font-size:inherit;
	/*this figure + pad-bottom of a <ul>||<ol> should = <p> pad-bottom*/
}


/*
=======================================================================
LINKS
*/
a:link
{
	font-style: normal;
	font-weight: bold;
	color: #991600;
	text-decoration:none;
}
a:active
{
	font-style: normal;
	font-weight: bold;
	color: #991600;
	text-decoration:none;
}
a:visited
{
	font-style: normal;
	font-weight: bold;
	color: #991600;
	text-decoration:none;
}
a:hover
{
	font-style: normal;
	font-weight: bold;
	color: #C01F04;
	text-decoration:underline;
}


/* end of LINKS */
