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

.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.overline {
	text-decoration: overline;
}
.sized {
 text-size:
}
.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.codebody {
	color: #006600;
	border: 1px solid #BFBFBF;
}
.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
}
.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}
.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}
.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}
.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}
.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}
.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
.postedby {
	padding: 0 0 0 18px;
}
h3.formtitle {
	margin : 0px 0px 0px 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
.commentbody {
	border-top: 1px dotted #ccc;
}
/*gray box*/
.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
	border: 1px dotted #ccc;
	padding: 5px;
	padding: 5px;
	margin: 20px 0px 0px 0px;
}
.submitcomment a {
	color: #F00;
	text-decoration: underline;
}
.callout_colhead1 {
	width: 948;
	margin: auto;
	padding: 5px;
	/* Rounded corner stuff starts here */
  background-color: #F00;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}
.callout_colhead_inner1 {
	color:#000;
	width: auto;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
	margin: auto;
	padding: 5px;
	text-align:center;
	background:#F5DEB3;
	height: auto;
}
.callout_colhead1 {
	position: relative;
}
.callout_colhead1 > .tl, .callout_colhead1 > .tr, .callout_colhead1 > .bl, .callout_colhead1 > .br {
	width: 6px;
	height: 6px;
	position: absolute;
}
.callout_colhead1 > .tl {
	background: url(images/callout-tl.png) top left no-repeat;
	top: 0;
	left: 0;
}
.callout_colhead1 > .tr {
	background: url(images/callout-tr.png) top right no-repeat;
	top: 0;
	right: 0;
}
.callout_colhead1 > .bl {
	background: url(images/callout-bl.png) bottom left no-repeat;
	bottom: 0;
	left: 0;
}
.callout_colhead1 > .br {
	background: url(images/callout-br.png) bottom right no-repeat;
	bottom: 0;
	right: 0;
}
.callout_colhead_inner {
	position: relative;
}
.callout_colhead_inner > .tl_inner, .callout_colhead_inner > .tr_inner, .callout_colhead_inner > .bl_inner, .callout_colhead_inner > .br_inner {
	width: 6px;
	height: 6px;
	position: absolute;
}
.callout_colhead_inner1  > .tl_inner {
	background: url(images/callout-tl-inner.png) top left no-repeat;
	top: 0;
	left: 0;
}
.callout_colhead_inner1  > .tr_inner {
	background: url(images/callout-tr-inner.png) top right no-repeat;
	top: 0;
	right: 0;
}
.callout_colhead_inner1  > .bl_inner {
	background: url(images/callout-bl-inner.png) bottom left no-repeat;
	bottom: 0;
	left: 0;
}
.callout_colhead_inner1  > .br_inner {
	background: url(images/callout-br-inner.png) bottom right no-repeat;
	bottom: 0;
	right: 0;
}
#postComment {
	margin: 5px auto auto auto;
}
#one {
	width:316px;
	float:left;
	margin: 5px auto auto auto;
}
.post a {
	color:#F00;
	text-decoration: underline;
}
