.Redborder{
	border-right : 1px solid Red;
	border-left : 1px solid Red;
	border-bottom : 1px solid Red;
}
.Blueborder{
	border-right : 1px solid Blue;
	border-left : 1px solid Blue;
	border-bottom : 1px solid Blue;
	border-top : 1px solid Blue;
}
.blueText{
	font-size : 14px;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Blue;
	border-right : 1px solid Blue;
	border-left : 1px solid Blue;
}
.tdBlueBottomBorder
{
	border-bottom : 1px solid Blue;
	border-left : 1px solid Blue;
	border-right : 1px solid Blue;
}
.tdBlueTopBorder
{
	border-top : 1px solid Blue;
	border-left : 1px solid Blue;
	border-right : 1px solid Blue;
}
.tdBlueBorderSides
{
	border-left : 1px solid Blue;
	border-right : 1px solid Blue;
	font-size : 12px;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.tdBlueBorderSidesRedTextSmall
{
	border-left : 1px solid Blue;
	border-right : 1px solid Blue;
	font-size : 10px;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Red;
}
td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
th{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
.Bluetxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: blue;
}
.Redtxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: red;
}
.Whitetxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: white;
}
.blueTextLarge{
	font-size : 18px;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Blue;

}
.button{
	border-bottom: Red;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-left-color: Red;
	border-left-style: inset;
	border-left-width: 1px;
	border-right-color: Red;
	border-right-style: inset;
	border-right-width: 1px;
	border-top-color: Red;
	border-top-style: inset;
	border-top-width: 1px;
	background-color: Blue;
	color: White;
	font-weight: bold;
}
.roundtable{
-moz-border-radius: 15px;
background-color : #cccc99;
border : 1px solid #000000;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 12px;
padding-left : 5px;
padding-right : 5px;
}

.footer {  /***** Used to Keep Footer on Bottom ****/
position: relative;
top: 10px; /**** Set this to move footer content off of ‘main’content bottom ****/
width: 100%;
height: 30px; /**** Set this to the amount of space you need inyour footer ****/
margin: 0px; 
}

.footer2{
position:absolute;
bottom:2;
}