HTML {
	height:100%;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #FFFEF4;
}

body, TD, TH, DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #021D68;
}

INPUT, SELECT, TEXTAREA
{
	TEXT-DECORATION: none; 
	font-family: Tahoma, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #021D68;
}

#container 
{
	position:absolute;
	top: 50%;
	left: 0;
	color:#fff;
	font-weight:bold;
	width:100%; 
	height:228px;
	padding:0;
	background:#8a9;
	margin-left:0px;
	margin-top: -114px;
}

#loadinglayer
{
	position:absolute;
	top: 50%;
	left: 50%;
	width:220px; 
	height:40px;
	padding:0;
	margin-top: -20px;
	margin-left:-110px;
}

a {
	text-decoration: none;
}
a:link {
	color: #051D3A;
}
a:visited {
	color: #051D3A;
}
a:hover {
	color: #0B417D;
}

#fixedheighttitle {
	height: 40px;
	overflow: hidden;
}

#fixedheight {
	height: 85px;
	overflow: hidden;
}

/* Preview Zoom */
img{border:none;}
#preview {
	position:absolute;
	border:1px solid #EEEEEE;
	background:#333;
	padding:1px;
	display:none;
	color:#FFF;
}
/* end */

