body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}


.post {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
}

h1 {font-size: 15px; font-family: Arial, Helvetica; line-height: 14px; color: #000; text-decoration: bold; padding: 0px; margin: 2px;}

h2 {font-size: 15px; font-family: Arial, Helvetica; line-height: 14px; color: #000; text-decoration: bold; padding: 0px; margin: 2px;}
.standard {vertical-align: top !important; color: #626262; font-family: arial, sans-serif, verdana;	font-size: 11px; line-height: 14px;	text-decoration:none;}
.dark {color: #000; font-family: arial, sans-serif, verdana; font-size: 11px; line-height: 14px; text-decoration: none;}
.light {color: #b0b0b0; font-family: arial, sans-serif, verdana; font-size: 11px; line-height: 14px; text-decoration: none;}
.mark {background-color: #f2222f0;}
.copy {color: #000; font-family:Arial, Helvetica; font-size:12px; word-spacing:0px; margin:0px; line-height:1.5;}
.month {_position: relative; _top: -50%; _left: -50%;}

h3 {
	font-size: 24px;
	font-family: Arial, Helvetica;
	line-height: normal;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 100px;
}

h4 {
	font-size: 16px;
	font-family: Arial, Helvetica;
	line-height: normal;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 620px;
}

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 620px;
	height: 480px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin-left: 80px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

a:link {
	line-height:14px;
	color:#333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color:#000;
	text-decoration:none;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active, a:hover {
	color:#000;
	text-decoration:none;
	border: 0px none #CCC;
}
strong {color:#000; text-decoration:bold}

.month,
#mycustomscroll,
#mycustomscroll2,
.fixedwidth {zoom:1;}.pastpost {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.listen {
	float: right;
	text-align: right;
}

