body
{
text-align: center;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 16px;
background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1
{
	font-size: 21px;
	line-height: 28px;
}

h2
{
	font-size: 15px;
	padding-bottom: 6px;
}

h3
{
	font-size: 13px;
	padding-bottom: 8px;
}

h4
{
	font-size: 11px;
}

p { margin: 0 0 16px 0; }

a { color: rgb(0,0,0); }


ul, ol { margin: 0 0 16px 0; }

#content ul, #content ol
{
	margin-left: 18px;
	margin-right: 18px;
	padding-left: 24px;
}

#content ul li
{
	line-height: 16px;
	padding-bottom: 4px;
	list-style-type: disc;
}

#content ul li ul { margin-bottom: 0; }

#content ol li
{
	line-height: 16px;
	padding-bottom: 4px;
	list-style-type: decimal;
}

#content ol li ol { margin-bottom: 0; }

strong { font-weight: bold; }

em { font-style: italic; }


#page
{
margin: 36px auto;
position: relative;
width: 532px;
text-align: left;
}


#header
{
	border-bottom: 1px solid rgb(147,147,147);
	padding-bottom: 16px;
}
#meta
{
	border-bottom: 1px solid rgb(147,147,147);
	padding-top: 16px;
	margin-bottom: 16px;
}
#content { border-bottom: 1px solid rgb(147,147,147); }

#footer { /*background-color: rgb(255,0,0);*/ }

