@charset "iso-8859-2";
/* CSS Document */

body {
border:0;
	height:100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.white {color: #FFFFFF}
a.white:link {color: #FFFFFF}
a.white:visited {color: #FFFFFF}

.red {color: #870d00}
a.red:link {color: #870d00}
a.red:visited {color: #870d00}

.tx9{font-size:9px}
.tx10{font-size:10px}
.tx11{font-size:11px}
.tx12{font-size:12px}
.tx13{font-size:13px}
.tx14{font-size:14px}
.tx15{font-size:15px}
.tx16{font-size:16px}

.trans_bg1 {
 background-color: white;
   filter:alpha(opacity=80);
    opacity: 0.80;
}

.trans_bg2 {
   background-color: black;
   filter:alpha(opacity=80);
    opacity: 0.80;
   
}
.trans_bg3 {
	background-color:#052004;
	filter:alpha(opacity=80);
	opacity: 0.80
}


.notrans_bg1 {
 background-color: white;
}

.notrans_bg2 {
   background-color: black;
   
}
.notrans_bg3 {
	background-color:#052004;
}




h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 1px solid #000000;
     position: relative;
     width: 100%;
}

div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}

div.box_background {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=75); /* IE's opacity*/
     left: 0px;
     opacity: 0.75;
     position: relative;
     top: 0px;
	 padding:5px;
     width: 100%;
     z-index: 99;
}

h3 {
	font-size: 14px;
}
.style1 {font-weight: bold}
a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}

