﻿/* for W3C CSS compliance */
.void{}

html { overflow: scroll; }

body
{
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	font-family: "Myriad Web", Helvetica, "Espy Sans", Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #696969;
	overflow: hidden;
	background-color: #ffffff;
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img { border-style: none; }

a 
{
	color: #4169E1;
	text-decoration: underline;
	outline: none;
}

a:hover  { outline: none }

a:active { outline: none; }

ul 
{
	margin: 10px 0 20px 20px;
	padding: 0 0 0 0;
	line-height: normal;
}

ul li { padding: 1px 0 1px 0; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1, h1 a, h1 a:hover
{
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
}

h2, h2 a, h2 a:hover
{
	font-weight: bold;
	font-size: 15px;
	color: #8f8888;
	line-height: 24px;
}

h3, h3 a, h3 a:hover { }

h4, h4 a, h4 a:hover { }

h5, h5 a, h5 a:hover { }

h6, h6 a, h6 a:hover
{
	font-weight: bold;
	font-size: 11px;
}

hr
{
	border-style: none;
	border-width: 0;
	height: 1px;
	line-height: 1px;
	color: #c4c4c4;
	background-color: #c4c4c4;
	margin: 15px 5px 10px 5px !important;
	margin: 13px 5px 2px 5px;
	padding: 0 0 0 0;
}

/* Generic */
.clear { clear: both; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }
.floatleft { float: left; }
.floatright { float: right; }
.overflowhidden { overflow: hidden; }
.displayblock { display: block; }
.displayinline { display: inline; }
.fontsmall { font-size: 10px; }
.fontverdana { font-family: Verdana, Geneva, sans-serif; }
.padtop25 { padding-top: 25px; }