@charset "UTF-8";
/* CSS Document */
/* GOOD.is Transparencies Container 1.0 */

html {
			width:100%;
}

body {
			background-color: #e6e3dc;		
	 }
	 
a:link {
			text-decoration:none;
			color:#000000;
}


a:visited {
			text-decoration:none;
			color:#000000;
}


a:hover {
			text-decoration:none;
			color:#0099ff;
}
	 
	 
a:active {
			text-decoration:none;
			color:#000000;
}



/* Back to article link style */

.postlink { font-family:Georgia, "Times New Roman", Times, serif;
			color:#000000;
			font-size:12px;
			padding-left:4px;
			padding-top:3px;
			}
			
.postlink a:link { 
			text-decoration:none;
			color:#000000;
					}
					
.postlink a:visited {
			text-decoration:none;
			color:#000000;
						}
					
.postlink a:hover {
			text-decoration:none;
			color:#0099ff;
			}
					
.postlink a:active {
			text-decoration:none;
			color:#0099ff;
			}
					
/* Comment link */

.seeall{
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
	 }
	  
.seeall a:link{
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#000000;
	 }
	
.seeall a:visited
	 {
			 font-size:11px;
			 font-family:Arial, Helvetica, sans-serif;
			 font-weight:bold;
			 color:#000000;
	 }
	 
 .seeall a:hover
	 {
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ff1400;

	 }
	 
 .seeall a:active
	 {
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ff1400;

	 }
	 
	 /*masthead styles */
	 
.mastheadgeorgia {
	
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;

}

.mastheadgeorgia a:link{

			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#000000;
			text-decoration:none;

}

.mastheadgeorgia a:visited{

			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#000000;
			text-decoration:none;

}

.mastheadgeorgia a:hover{

			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#0099ff;
			text-decoration:none;

}

.mastheadgeorgia a:active{

			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#0099ff;
			text-decoration:none;

}

#nav {
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.75em;
			color:#999896;
			padding-bottom:10px;
			margin-left:3px;
	}
	
#nav a:link {/*font-weight:bold;*/
			text-decoration:none;
			color:#000000;
}

#nav a:visited {/*font-weight:bold;*/
			text-decoration:none;
			color:#000000;
}

#nav a:hover {/*font-weight:bold;*/
			text-decoration:none;
			color:#0099ff;
			border-top:3px solid #000000;
			padding-top:14px;
}

#left-column {
			width:166px;
			float:left;
			position:inline;
}


