/* CSS Document By Belinda Sauro 2008 | www.hostdesign4u.com*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
    color:#FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {
	color: #A7202B;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

a:visited {
	color: #9A141E;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	background-color: #000000;
}   /* mouse over link */

a:active {
	color: #FDC53E;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}   /* selected link */


.footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #83111A;
	color:#83111A;
}


.footer2 {
	font-size: 60%;
	clear: both;
	padding: 2px;
	text-align: center;
	color:#FFFFFF;
}


.footer3 {
	font-size: 70%;
	clear: both;
	padding: 2px;
	text-align: center;
	color:#FFFFFF;
}

div#qTip {
 padding: 8px;
 border: 2px solid #000;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #FFF;
 color: #000;
 font: normal 13px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 500;
}

div#qTip2 {
 padding: 8px;
 border: 2px solid #000;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #FFF;
 color: #000;
 font: normal 13px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
} 

