﻿* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family:Arial;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push 
{
	height: 48px; /* .push must be the same height as .footer */
}
img
{
	border-style: none;
}
td.col0
{
	padding-bottom:8px;
	padding-top:8px;
	background-color:#ffffff;
	color: #25587E;
	font-size: 13px;
	font-family:Arial;
	vertical-align:middle;		
}
td.col1
{
	padding-bottom:8px;
	padding-top:8px;
	background-color:#f0f0f0;
	color: #25587E;
	font-size: 13px;
	font-family:Arial;	
	vertical-align:middle;			
}
td.col2
{
	padding-bottom:8px;
	padding-top:8px;
	background-color:#ff5555;
	color: #25587E;
	font-size: 13px;
	font-family:Arial;	
	vertical-align:middle;			
}
input.textBox
{
	padding-left: 2px;
	width:100%;
	font-size:larger;
}
a.links:link
{
	color: #25587E;
	text-decoration: none;
	font-size : 13px;
	font-family:Arial;	
}
a.links:active
{
	color: #25587E;
	text-decoration: underline;
	font-size: 13px;
	font-family:Arial;	
}
a.links:visited
{
	color: #25587E;
	text-decoration: none;
	font-size: 13px;
	font-family:Arial;	
}
a.links:hover
{
	color: #25587E;
	text-decoration: underline;
	font-size: 13px;
	font-family:Arial;	
}

a.wlinks:link
{
	color: #ffffff;
	text-decoration: none;
	font-size : 13px;
	font-family:Arial;	
}
a.wlinks:active
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	font-family:Arial;	
}
a.wlinks:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-family:Arial;	
}
a.wlinks:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	font-family:Arial;	
}
