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

body{
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
html>body{
	font-size: 12px;
	}

*html body{
	font-size: 90%;
	}

*:first-child+html body{
	font-size: 90%;
	}	
/**/
h1{}
h2{
	background-color: #CCCCCC;
	font-size: 1.4em;
	padding: 3px 0 3px 5px;
	text-align: center;
}
h3{}
p{
}
ol{}

p.center{
	text-align: center;
}

p.posted{
	text-align: right;
	border-top: 1px dashed;
	border-top-color: #CCCCCC;
}
