/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #9b0456;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #9b0456;
}
.style3 {
	font-size: 26px;
	font-weight: bold;
	color: #ffe2ad;
}
.style4 {
	font-size: 26px;
	font-weight: bold;
	color: #9b0456;
}
.style5 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.style6 {
	font-size: 16px;
	font-weight: bold;
	color: #9b0456;
}
.style7 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.style8 {
	font-family: Tahoma;
	font-size: 20px;
	color: #990000;
}
.style9 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	color: #0033CC;
	line-height: normal;
	text-transform: none;
	background-color: #FFCC66;
}
.style11 {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFF00;
}
.style12 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFF00;
}

a:link {
	text-decoration: none;
	color: #9b0456;
}
a:visited {
	text-decoration: none;
	color: #9b0456;
}
a:hover {
	text-decoration: none;
	color: #fc048b;
}
a:active {
	text-decoration: none;
}

.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: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

