
* {
	margin: 0;
}
html, body {
	height: 100%;
	background:#EBEBEB;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:14px;
}
a:link	{
	color:#bbe2fe;
}
a:hover	{
	color:#bbe2fe;
	font-size:15px;
	margin:-2px;
}
a:visited	{
	color:#bbe2fe;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.push	{
	height:50px;
}
.footer {
	height: 50px; /* .push must be the same height as .footer */
	color:#FFFFFF;
	text-align:center;
}
.header	{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	color:#4fb8ff;
	text-align:left;
}
.cnt {
	text-align: center;
		}
.cnt_welcome {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.cnt_powered {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cnt_small {
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}
.head_line {
}
.main_table {
	font-size: 13px;
}
h2	{
	color:#bbe2fe;
	padding-bottom:5px;
	padding-top:2px;
}
h4 {
	font-size: 12px;
	color: #DD0000;
	text-align: center;
}
.button {
	border: 1px solid #55555;
	font-weight: bold;
}
#middle	{
	width:100%;
	padding-top:10px;
	background-image:url(images/drop-bg.jpg);
	background-repeat:no-repeat;
	height:250px;
}
#left-col	{
	width:400px;
	float:left;
	text-align:left;
	padding-left:25px;
}
#right-col	{
	width:450px;
	float:left;
}