	body {
		margin:0px 0px 0px 0px;
		background:#FFF;
		text-align:center;
		}
	A 			{ color: #000000; text-decoration: none; }
	A:link		{ color: #000000; text-decoration: none; }
	A:visited	{ color: #333333; text-decoration: none; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#container {
		position:relative;
		width:515px;
		margin-right:auto;
		margin-left:auto;
		margin-top:100px;
		padding:0px;
		text-align:left;
		}

	.headcaption {
		font-family:georgia, times, times new roman, palatino, serif;
		color:#777;
		font-size:7pt;
		font-weight:normal;
		font-style:italic;
		background:#FFF;
		}

	.blogbody {
		font-family:georgia, times, times new roman, palatino, serif;
		color:#555;
		font-size:8pt;
		font-weight:normal;
		line-height:150%;
		padding:10px;
		padding-top:0px;
		margin-top:10px;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: none;
	}

	.title {
		font-family:georgia, times, times new roman, palatino, serif;
		font-size: medium;
		color: #666;
		}

	.date {
		font-family:georgia, times, times new roman, palatino, serif;
		font-size: large;
		color: #333;
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.posted { 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small;
		color: #000000;
		margin-bottom:25px;
		}
		
	
	.comments-body {
		font-family:georgia, times, times new roman, palatino, serif;
		color:#666;
		font-size:small;
		font-weight:normal;
		background:#FFF;
		line-height:140%;
		padding-bottom:10px;
		padding-top:10px;
		border-bottom:1px dotted #999;
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
		background:#FFF;
		}	
			
	
	.comments-head {
		font-family:georgia, times, times new roman, palatino, serif;
		font-size:small;
		color: #666;
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
		background:#FFF;
		}

	#banner-commentspop {
		font-family:georgia, times, times new roman, palatino, serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
		border-top:1px solid #FFF;
		background:#003366;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
		}
