@charset "utf-8";
	body {
		margin: 0px;
		padding: 0px;
		background: #A1A1A1;
		color: black;
		font-size: medium;
		width: 98% !important;
	}

	A, A:link, A:visited {
		color: #CC0000;
		font-weight: bold;
		text-decoration: none;
	}
	A:active, A:hover {
		color: red;
		font-weight: bold;
		text-decoration: underline;
	}

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		font-size: medium;
		font-weight: bold;
	}

	UL, DL {
		margin: 0px 0px 0px 1em;
		padding: 0px;
	}

	IMG {
		border: none;
		margin: 0px;
		padding: 0px;
	}

	TABLE {
		border: none;
		margin: 0px;
		padding: 0px;
	}
	TR {
		border: none;
		margin: 0px;
		padding: 0px;
	}
	TD, TH {
		border: 1px solid #676781;
		margin: 0px;
		padding: 0px;
	}

	PRE {
		border: 1px solid #676781;
		margin: 0px;
		padding: 1em;
	}

	#content {
		margin: 0px 0em 1em 1em;
		padding: 0px;
	}

	#links {
		padding: 0px;
		margin: 0px 0px 0px 1em;
		border: 1px solid #676781;
	}

	.table_none {
		border: none;
		margin: 0px;
		padding: 0px;
	}

	.blog_back_table {
		border: none;
		margin: 1em 0px 0px 0px;
		padding: 0px;
		width: 100%;
	}

	.blog_back_table_top {
		border: none;
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: 100%;
	}

	.blog_back_table_middle {
		border: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.blog_back_table_bottom {
		border: none;
		margin: 0px;
		padding: 0px;
		height: 28px;
		width: 100%;
	}

	.blog_back_lt {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_lt.png) no-repeat bottom;
		width: 20px;
		height: 20px;
	}

	.blog_back_t {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_t.png) repeat-x bottom;
		height: 20px;
	}

	.blog_back_rt {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_rt.png) no-repeat bottom;
		width: 28px;
		height: 20px;
	}

	.blog_back_l {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_l.png) repeat-y;
		width: 1px;
	}

	.blog_back_c {
		border: none;
		margin: 0px;
		padding: 0px;
		background: #ABE4FF;
	}

	.blog_back_r {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_r.png) repeat-y;
		width: 9px;
	}

	.blog_back_lb {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_lb.png) no-repeat top;
		width: 20px;
		height: 28px;
	}

	.blog_back_b {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_b.png) repeat-x top;
		height: 28px;
	}

	.blog_back_rb {
		border: none;
		margin: 0px;
		padding: 0px;
		background: url(/images/cntback_rb.png) no-repeat top;
		width: 28px;
		height: 28px;
	}

	.blog {
		margin: 0px;
		padding: 0px 1em;
		background: #ABE4FF url(/images/cntback.png) repeat-x top;
		display:inline-block;
		filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#E3F6FF, EndColorStr=#ABE4FF, GradientType=0);
	}

	.blogbody, .comments-body{
		background: url(/images/blockend.png) white 100% 100% no-repeat;
		border: 1px dashed black;
  		line-height: 140%;
		letter-spacing: .05em;
		margin-bottom: 1em;
  		padding: 1em;
	}
	.blogbody P {
		text-indent: 1em;
	}
	.comments-body {
		background: white;
		font-size: small;
	}

	.title, .comments-head { 
		font-weight: bold;
		padding: 0.2em 0.5em;
		text-transform:uppercase;
		border-left: 0.5em solid #005DFF;
	}

	.subtitle {
	}

	.sidetitle {
		font-weight: bold;
  		padding-bottom: 0.2em;
  		margin-top: 1em;
		letter-spacing: .3em;
  		text-transform:uppercase;
		text-align: center;
	}

	.side {
		font-size: small;
		margin: 0px 1em;
  		padding: 0.5em;
		background: white url(/images/blockend.png) no-repeat fixed right bottom;
		border: 1px dashed black;
	}
	.side A, .side A:link, .side A:visited{
		color: black;
		font-weight: normal;
	}
	.side A:active, .side A:hover{
		color: red;
		font-weight: normal;
	}

	.syndicate {
		text-align: right;
		font-size: xx-small;
  		line-height: 140%;
  		margin: 1em;
	}

	.posted	{ 
		color: black; 
		}

	.comments-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
			
	
	.trackback-url {
		color:#666;
		font-size:small;
		font-weight:normal;
		}

	.trackback-body {
		color:#666;
		font-size:small;
		font-weight:normal;
		}		

	.trackback-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
		}	
