body {
	font-size: 12px;
	font-family:arial,verdana,helvetica, sans-serif;
	color:#ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	}

	
/* set the text size for page headlines */
h1 {
  font-size:26px;
  font-family:georgia, georgia, serif;
  font-weight:bold;
  color: #000000;
  }

/* set the text size for secondary page headlines */
h2 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  min-height: 10px;
  color: #000000;
  }
  
/* set the text size for secondary page headlines */
h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 0 0 0 6px;
  }
  
h3 a:link, h3 a:visited {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  min-height: 10px;
  color: #000000;
  }
  
h3 a:hover, h3 a:active {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  min-height: 10px;
  color: #000000;
  }
	
.classname {
width: 84px; 
text-align:center; 
height: 20px; 
border: none; 
background: #000; 
color: #FFF;  
cursor: pointer; 
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 18px; 
font-weight: bold; 
line-height: 1.2; 
padding: 0px;
text-decoration: none;
letter-spacing: -0.1em;
}


.classname:hover {
width: auto; 
text-align:center; 
height: auto; 
border: none; 
background: #000; 
color: #FFFF00; 
cursor: pointer; 
font-family: Helvetica, Arial, Verdana; 
font-size: 14px; 
font-weight: bold; 
line-height: 1.6; 
padding: 3px;
text-decoration: none;
letter-spacing: -0.6em;

}

	
.button {
   background: #ff9933;
   color: #fff;
   font-size: 10px;
   font-family:arial, verdana, helvetica, sans-serif;
}

.border {
    border-color: #999;
    border-style: solid;
    border-width: 2px;
	}

.form {
	font-size: 11px;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#333;
	padding: 2px;
	}	

.header {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	}
		
td {
    font-weight: normal;
    font-size: 11px;
    font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	}
	
.topmain {
   margin-bottom: 44px;
	}	

p {
    font-weight: normal;
    font-size: 11px;
    font-family: arial, verdana, helvetica, sans-serif;
	color: #ffffff;
}


a:link {
	text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    font-family:arial, verdana, helvetica, sans-serif;
	color: #ffffff;
}

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

a:visited {
	text-decoration: none;
	color: #ffffff;
}



.bodytext {
	color: #ffffff; 
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	padding: 0px;
	}
	
.bodytext a:link { 
  color: #ffffff; 
  text-decoration: underline;
  font-family: arial, verdana, sans-serif; 
  font-size: 11px;
 }


.bodytext a:visited {  color: #ffffff; text-decoration:underline }


.bodytext a:hover {  color: #000000; text-decoration: none; background-color: #ffff00; }


.bodytext a:active { color: #000000; text-decoration: none; background-color: #ffff00; }


.bodyblack {
	font-size: 12px;
	font-family:arial,helvetica,verdana,sans-serif;
	color:#000000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
	padding-right: 12px;
	}
	
.bodyblack a:link { 
  color: #333333; 
  text-decoration: underline;
  font-family:arial,helvetica,verdana,sans-serif; 
  font-size: 12px;
 }


.bodyblack a:visited {  color: #333333; text-decoration:underline }


.bodyblack a:hover {  color: #333333; text-decoration: none; background-color: #ffff00; }


.bodyblack a:active { color: #333333; text-decoration: none; background-color: #ffff00; }


.boldblack {
	font-size: 12px;
	font-family:arial,helvetica,verdana,sans-serif;
	color:#000000;
	font-weight: bold;
	}

  .footer{
  margin-left: 230px;
  margin-bottom: 20px; 
  font-family: arial, verdana, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #333333;
  }
  
  .black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 640px;
	height: 420px;
	padding: 10px;
	border: 10px solid yellow;
	background-color: white;
	z-index:1002;
	overflow: auto;

