
.common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
}

.commonspace {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 25px; color: #333333}

.bold-red {
	font-family:verdana;
	font-size:11;
	color:#CC0000;
	font-weight:bold;
	}
	
a:link {
	font-family:verdana;
	font-size:10;
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:visited {
	font-family:verdana;
	font-size:10;
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:active {
	font-family:verdana;
	font-size:10;
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
	
	}
	
a:hover {
	font-family:verdana;
	font-size:10;
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}
	
ul {
	list-style-image:url(images/square-bullet.gif);
	line-height:20px;
	list-style-type:square;

}

.footer {
	font-family:arial;
	font-size:10px;
	font-align:center;
	color:#CCCCCC;
	font-weight: normal;
	}
	
.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
		font-weight: normal;

	}
	
.footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
		font-weight: normal;

	}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
		font-weight: normal;

	}

.footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
		font-weight: normal;

	}
	
h1 {
	font-family:impact;
	font-size:24px;
	letter-spacing:2px;
	color:#CC0000;
	font-weight:normal;
	padding-left:15px;
	margin-top:0px;
	text-transform:uppercase;
	}
	
.headers {
	background-image:url(images/hr-header.gif);
	background-repeat:no-repeat;
	background-position:top; 
	padding-left:10px;
	height: 29px;
	width:734px;
	text-align:left;
	}

.line {
	border-top:dotted 1px #CC0000;
	}