html, body{
	margin: 0px;	
        background-attachment: fixed;
        background-repeat: repeat;
        background-color: white;
        overflow: auto;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}



.container {
    	position: absolute;
}

.translucentbkg {
  	color: black;
   	position: absolute;	
   	border: 1px solid;
   	background-color: white;
   	filter: alpha(opacity=50);
   	moz-opacity:0.5;
   	opacity: 0.5;
   	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nonopaquetext {
   	background-color: transparent;
   	position: absolute;
   	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



input{
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

textarea{
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 250px;
	height: 150px;
}





h1{
	font-size: 15pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
        margin-bottom: 13px;
}



h3{
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	padding: 0px;
	margin: 0px;
}


h4{
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}







a{
	color: black;
	background-color: inherit;
        text-decoration: none;
}

a.blog{
	color: black;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
        color: black;
	background-color: inherit;
        text-decoration: underline;
}

img{
	padding: 5px;
	border: 1px;
}


img.png{
	behavior: url("pngbehavior.htc");
}


table{
	color: inherit;
	background-color: inherit;
	font-size: 8pt;
}



div.quote{
	text-align: center;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div.text{
	margin: 5px;
}


div.blog{
	border-bottom: 1px solid black;
	margin-top: 10px;
}

div.drag{
	position: absolute; 
	bottom: 1px; 
	height:12px; 
	background-color: black;
	width:350px;
	color: white;
}




