   html, body, table {
      margin:0;
      padding:0;
      height:100%;
      border:none;
  
   }

a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #da5120;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;	
}

a:hover {
	color: #fff;
	text-decoration: underline;

}
.white {
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 6px;
	color: #FFFFFF;
}

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.1%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
	color: #646464;
}

html {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
}

p {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
ul, li, ol {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}



.purple {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
	font-weight: 800;
	color: #9C0059;
}

.red {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14px;
	font-weight: 800;
	color: #E51837;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}
/*----------------------------------------------------------------------------------- 
HACKS  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from NS/Mozz \*/
* html .clearfix {
height: 1%;
}

/* hide from IE-mac */
html>body #testElement {
	text-align: left;
	height: 100%;
	width: 700px;
}

/* hide from IE */
* html #testElement {
} 
/* IE inherit font size in tables */
table {
	 font-size: 1.0em;
}
/* tables inherit font sizes */
table {
	font-size: 1em;
}


/* Set text style for page */

#fullheight {
	height:100%;
}

#home_background {
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 532px;
	width: 755px;


}

.mainNavdown {
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #9C0059;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 0px;
	margin: 0px;
	height: 22px;
	width: 85px;
	background-image: url(../images/b_down.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;

}
a.mainNav, a.mainNav:link {
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #626262;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 0px;
	margin: 0px;
	height: 22px;
	width: 85px;
	background-image: url(../images/b_up.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;

}

a.mainNav:hover {
	color: #9C0059;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 0px;
	margin: 0px;
	height: 22px;
	width: 85px;
	background-image: url(../images/b_down.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
}

.footer {
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	line-height: 16px;
}


a.footer, a.footer:link {
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	line-height: 16px;
	text-decoration: underline;		
}

a.footer:hover {
	color: #ffffff;
	text-decoration: none;	
}


a, a:link {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #DF6176;
	text-decoration: underline;		

}

a:hover {
	text-decoration: none;
	color: #000000;
}