body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF url(images/back_all.gif) repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.h1 a:hover {
	color: #FF0000;
	text-decoration: none;
	
}
.h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.h2 a:hover {
	color: #FF0000;
	text-decoration: none;
	
}.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF0000;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.h6 a:link {
	color: #000000;
	text-decoration: none;
}
.h6 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.h6 a:visited {
	color: #000000;
	text-decoration: none;
}
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.h7 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.h7 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.h7 a:visited {
	color: #FF0000;
	text-decoration: none;
}
.h8 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
}
.h8 a:link {
	color: #000000;
	text-decoration: none;
}
.h8 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.h8 a:visited {
	color: #000000;
	text-decoration: none;
}.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.h9 a:link {
	color: #000000;
	text-decoration: none;
}
.h9 a:visited {
	color: #000000;
	text-decoration: none;
}
.h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.h10 a:hover {
	color: #FF0000;
}
.h10 a:visited {
	color: #FF0000;
}
.h10 a:link {
	color: #FFFFFF;
}
.h11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
.h12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
}
.h13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
.popupButton{
padding:6px;
border: dotted;
border-width:1px;
background-color: #663399;
color: #ffffff;

}
#white {
color: #FFFFFF;
}
#popup {
height: 100%;
width: 100%;
background: #000000;
position: absolute;
top: 0;
-moz-opacity:0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
filter:alpha(opacity=75);
}

#window {
width: 700px;
height: 500px;
margin: 0 auto;
border: 1px solid #000000;
background: #ffffff;
position: absolute;
top: 100px;
left: 25%;
}

#displaybox {
	z-index: 10000;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .90; /*older Mozilla*/
	-khtml-opacity: 0.9;   /*older Safari*/
	opacity: 0.9;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; 
	left: 5%;
	top: 5%; 
	width:90%; 
	height:90%; 
	color:#FFFFFF; 
	text-align:center; 
	vertical-align:middle;
}
#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; 
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#fff;
	width:300px;
	height:300px;
	z-index: 9002; 
}
