/* ******************************************* */
/*                COMMON USAGE                 */
/* ******************************************* */

.paraSpacer{
	height:16px;
}
a img {
	border:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
.clearBoth{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

ol{
	margin-top:8px;
	margin-bottom:3px;
	margin-left:24px;
	padding-left:0;
}
ul{
	margin-top:8px;
	margin-bottom:3px;
	margin-left:20px;
	padding-left:0;
}
li{
	padding-bottom:5px;
}
.red{
	color:red;
}
.black{
	color:#000;	
}
hr{
	border-bottom:1px solid #000000;
	border-top:0 #000000;
	border-right:0;
	border-left:0;
	color:#000000;
	height:1px;
}
p { 
	padding-top:8px;
	padding-bottom:8px;
	margin:0;
	line-height:18px;
}
h1 {
	font-size:19px;
	font-weight:bold;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:2px;
	padding-top:0px;
	margin:0;
	color:#4A4A4A;
	letter-spacing:1px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:8px;
	padding-top:8px;
	margin:0;
	letter-spacing:1px;
}
form{
	padding:0;
	margin:0;
}
.imageTrans{
	behavior:url(iepngfix.htc);
}