/* CSS Document */
body{
	background-color:#A41218;
	font-family:Tahoma, Helvetica, Arial, San-serif;
	font-size:11px;
	color:#EFE4D3;
	margin:1px;
	padding:1px;
}
.p5{padding:5px;}
.left{float:left;}
.right{float:right;}
img{border:none;}

/* Text */
h2{
	font-size:14px;
	font-family:Helvetica, Tahoma, Arial;
	font-weight:600;
	color:#FED701;
	line-height:16px;
}
.t1{
	font-weight:bold;
	color:#FED701;
}
.date{
	font-size:10px;
	font-family:Tahoma, Helvetica, Arial;
	color:#FED701;
	font-weight:bold;
}
.h2adj{
	margin-left:10px; 
	position:relative; 
	top:5px;
}

/* Borders */
#bgleft{
	background-image:url(images/bgleft.gif);
	background-repeat:repeat-y;
}
#bgright{
	background-image:url(images/bgright.gif);
	background-repeat:repeat-y;
}
#bgbottom{
	background-image:url(images/bgbottom.gif);
	background-repeat:repeat-x;
}
.dotright{border-right:1px dotted #EFE4D3;}
.dotbottom{border-bottom:1px dotted #EFE4D3;}
.dotbottomright{
	border-bottom:1px dotted #EFE4D3;
	border-right:1px dotted #EFE4D3;
}

/* Form */
.name{
	width:300px;
	font-family:Tahoma, Helvetica, Arial;
	font-size:11px;
	color:#96070A;
}
.comments{
	width:300px;
	height:150px;
	font-family:Tahoma, Helvetica, Arial;
	font-size:11px;
	color:#96070A;
}
.submit{
	font-family:Tahoma, Helvetica, Arial;
	font-size:11px;
	font-weight:600;
	background-color:#96070A;
	color:#FED701;
	border:1px solid #FED701;
}