/* Several handy unversal styles */
.hide {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.indent5 {
	margin-left: 5px;
}

.indent10 {
	margin-left: 10px;
}

.font10 {
	font-size: 10px;
	line-height: 14px;
}

.font11 {
	font-size: 11px;
	line-height: 16px;
}

.font12 {
	font-size: 12px;
	line-height: 16px;
}

.error {
	font-size: 11px;
	color: #c00;
}
form {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
/* Universal font settings */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, form, blockquote, .thumbnail{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #039; 
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px; 
	color: #333; 
	line-height: 16px;
}


ul, ol {
	font-size: 11px;
	color: #333333; 
	line-height: 16px;
}
li {
	padding: 5px 0;
}
.short {
 margin-top: -5px;
 }
.short li {
	padding: 2px 0;
}

hr {
	color: #ccc;
}

.floatLeft { 
	float: left;
	margin: 0 5px 5px 0;
}

.floatRight {
	float: right; 
	margin: 0 5px 5px;
}

.alignLeft { 
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 14px;
	color: #333;
	font-weight:bold;
	padding: 0;
	margin: 25px 0 8px 0;
	line-height: 16px;
}

h3 {
	font-size: 13px;
	color: #333;
	font-weight:bold;
	padding: 0;
	margin: 25px 0 8px 0;
	line-height: 16px;
}

/* Thumbnailing CSS */
.thumbnail {
	float: left;
	text-align:center;
	width: 158px;
	height: 60px;
	margin: 0 15px 10px 0;
	padding: 5px;
	font-size: 10px;
}
	
.clearboth {
	clear: both; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
