@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/white_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}	
.footer{
	background-color:#E40000;
	font-weight:bold;
	color:#FFFFFF
}
.txtWhiteLine{
	color:#FFFFFF;
	text-decoration:underline;
}
.txtLarge{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:22px;
}

