﻿
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0px; }

h1 { font-size: 30px; }

h2 { 
	font-weight: normal; 
	font-size: 30px;
	font-family: Georgia, Times New Roman, Serif;
	border-bottom: solid 1px #ccc;
	margin-bottom: 25px;
	padding-left: 10px;
}

h3 { 
	font-size: 16px; font-weight: bolder; padding: 10px 0px 3px;
	text-transform: capitalize; font-variant: small-caps; letter-spacing: 1px;
}

h4 { 
	font-size: 1.5em;
/*	text-transform: capitalize; font-variant: small-caps; */ letter-spacing: 2px; font-family: Tahoma;
	color: #4a5100;
	text-align: center; 
	padding-bottom: 5px; 
}

h5 { font-size: 12px; }

h6 { font-size: 1em; }

p { 
	line-height: 1.4em;
	margin: 10px 0px 10px 0px; 
}

.indent { text-indent: 25px; }

hr {}

.hrSite {
	height: 1px;
	border: 0px solid #4F9EC9;	/* does not add to height */ 
	color: #bbb;				/* for Mozilla */
	background-color: #bbb;		/* for IE 4F9EC9*/
}

a			{ color: #d30000; text-decoration: none; }
a:visited	{ color: #d30000; text-decoration: none; } 
a:hover		{ color: #777777; text-decoration: underline; }
a:active	{ color: #d30000; text-decoration: none; }

/*img { behavior: url(../../includes/iepngfix.htc); }*/
img { border: none; }

/*ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}*/

.clear { clear: both; }

.none { display: none; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.strikeThru { text-decoration: line-through; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textJustify { text-align: justify; }

.valignBottom { vertical-align: bottom; }

.textSmall { font-size: 90%; }

.floatLeft { float: left; }
.floatRight { float: right; }
.marginAuto { margin: 0 auto !important; }

.ErrorMsg { color: #b40018; } 

td { vertical-align: top; }

.siteModalBackground 
{
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: wait;
}
