body, html {
height: 100%;
margin: 0;
padding: 0;
}
.rTable { 
   	display: table; 
   	width: 100%; 
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} 
.rTableRow { 
   	display: table-row;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} 
.rTableCell, .rTableHead { 
   	display: table-cell;
	text-align: center;
	font-family: Arial Black;
	color: #2156a7;
	font-size: 18px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} 
.rTableHeading { 
   	display: table-header-group; 
   	background-color: #ddd; 
   	font-weight: bold;
 } 
.rTableFoot { 
   	display: table-footer-group; 
   	font-weight: bold; 
   	background-color: #ddd; 
 } 
.rTableBody {  
  	display: table-row-group;
}
a:link {
	color: #2156a7;
	text-decoration: none;
}
a:visited {
	color: #2156a7;
	text-decoration: none;
}
a:hover {
	color:#d41d2a;
	text-decoration: none;
}
a:active {
	color: #d41d2a;
	text-decoration: none;
}
a.login:link {
	color: #ffffff;
	text-decoration: none;
}
a.login:visited {
	color: #ffffff;
	text-decoration: none;
}
a.login:hover {
	color:#d41d2a;
	text-decoration: none;
}
a.login:active {
	color: #d41d2a;
	text-decoration: none;
}
.arial-red-26-bold {
	font-family:Arial;
	color:#d41d2a;
	font-size:26px;
	font-weight: bold;
}
.arial-red-60-bold {
	font-family:Arial;
	color:#d41d2a;
	font-size:60px;
	font-weight: bold;
}
.calibri-black-14 {
	font-family:Calibri;
	color: #000000;
	font-size:14px;
}
.calibri-black-20 {
	font-family:Calibri;
	color:#66546e;
	font-size:20px;
}
.calibri-black-24 {
	font-family:Calibri;
	color:#66546e;
	font-size:24px;
}
.calibri-black-32 {
	font-family:Calibri;
	color:#66546e;
	font-size:32px;
}
.calibri-black-48-bold {
	font-family: Calibri;
	color:#000000;
	font-size:48px;
	font-weight: bold;
}
.calibri-white-42-bold {
	font-family: Calibri;
	color:#ffffff;
	font-size:42px;
	font-weight: bold;
}
.calibri-blue-14 { 
	font-family: Calibri;
	color: #2156a7;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.calibri-blue-12 { 
	font-family: Calibri;
	color: #2156a7;
	font-size: 12px;
	font-weight: bold;
}
.learn {
        width: 147px;
        height: 52px;
        background: url("Button-Learn-More-Black.gif") no-repeat;
        display: inline-block;
    }
.learn:hover {
        background: url("Button-Learn-More-Red.gif") no-repeat;
    }