h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #929ca3;
	margin: 0;
	margin-bottom: 24px;
}

.imageBar {
	position:absolute;
	top:15px;
	left:0;
	padding:0;
	margin:auto;
	text-align: left;
	/*height: 240px;*/
}

.frm {
	float: left !important;
	display: inline;
	width:240px;
	height:240px;
	padding:0;
}

.cntr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 240px;
    height: 240px;
}

.cntr * {
    vertical-align: middle;
}

/*\*//*/
.cntr {
    display: block;
}

.cntr span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

img.fpre{
	border: 0;
	max-width: 240px;
	max-height: 240px;
	height: expression(this.height >= this.width && this.height > 240 ? '240px' : true);
	width: expression(this.height < this.width && this.width > 240 ? '240px' : true);
}

#col1 {
	position:absolute;
	top:255px;
	left:0px;
	padding:0;
	margin:0;
	width:240px;
}

#col2 {
	position:absolute;
	top:255px;
	left:240px;
	padding:0;
	margin:0;
	width:240px;
}

#col3 {
	position:absolute;
	top:255px;
	left:480px;
	padding:0;
	margin:0;
	width:240px;
}

#col4 {
	position:absolute;
	top:255px;
	left:720px;
	padding:0;
	margin:0;
	width:240px;
}

.textbox {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 16px;
	text-align: left;
	font-family:Arial, Charcoal, sans-serif;
	font-size:10px;
	line-height: 12px;
	font-weight:normal;
	color:#929ca3;
	border-right: 1px solid #929ca3;
}

.textboxend{
	border-right:0;
}

* html .textbox {
	width: 240px;
}

#list a:link    {text-decoration: none; color: #929ca3;}
#list a:active  {text-decoration: none; color: #929ca3;}
#list a:visited {text-decoration: none; color: #929ca3;}
#list a:hover   {text-decoration: none; color: #333333;}

ul#list {
	list-style-position: inside;
	margin-left: 0;
	margin-top: 0;
	margin-right: auto;
	padding-left: 0;
	left: 0;
}