@charset "utf-8";
/* CSS Document */

body{
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background: #FFFFFF;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}




style2{
link: #006600;TEXT-DECORATION: none;
visited: #006600;TEXT-DECORATION: none;
hover: #006600;TEXT-DECORATION: underline;
active: #006600;TEXT-DECORATION: none;
}




h1{font-size:1.5em;}
h2{font-size:1.3em; color:#004903; margin-top: 0em; margin-bottom: 0em;}
h3{font-size:.8em; font-weight: normal; color:#797979; margin-top: 0em; margin-bottom: 0em;}
h4{font-size:15px; color:#000000; font-weight: 100; TEXT-DECORATION: none;}
h5{font-size:.8em; color:#CCCCCC;}
h6{font-size:.7em; color:#666600;}
a:link {COLOR: #006600;TEXT-DECORATION: none}
a:visited {COLOR: #006600;TEXT-DECORATION: none}
a:hover {COLOR: #006600;TEXT-DECORATION: underline}
a:active {COLOR: #006600;TEXT-DECORATION: none}



#feedbody{
	width: 650px;
	margin-left: 2px;
	margin-right: auto;
	text-align: left;
	div-align:left;
}


p{
font-size:15px;
font-weight:100;
}

blockquote{
font-size:.8em;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#999999;
border-right-color:#999999;
border-bottom-color:#999999;
border-left-color:#999999;
background-color:#DEDEDE;
}



sidebar{
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color:#000000;
background-color:#FFFFFF;
}



.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;
}



