/* headings */
h1 {
	font-size: 3.0em;
	line-height: 1em;
	margin: 0.5em 0 0.75em 0;
	letter-spacing:-1px;
}
h2 {
	font-size: 1.6em;
	line-height: 1.25em;
	margin: 1.25em 0 0 0;
	font-weight: 600;
}
h3 {
	font-size: 1.2em;
	line-height: 1.66666666em;
	margin: 0 0 0 0;
	padding-top: 0.25em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 0.25em 0 0 0;
	font-weight: bold;
	color: #555555;
}
/* paragraphs, blockquotes and lists */
p, blockquote {
	font-size: 1.2em;
	line-height: 1.66666666em;
	margin-bottom: 1.0em;
	color: #555555;
}
#small_content p {
	font-size: 1.1em;
	line-height: 1.6363636em;
	margin-bottom: 1.6363636em;
	color: #555555;
}
#content blockquote p {
	font-size: 1.0em;
}
#content blockquote p, #content blockquote {
	font-weight: bold;
	color: #555555;
}
#content ul, #content ol, #small_content ul, #small_content ol {
	margin: 0.8333333em 0 2.4444444em 0;
	padding: 0;
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol, #small_content ul ul, #small_content ul ol, #small_content ol ul, #small_content ol ol {
	margin-bottom: 0;
}
#content ul, #small_content ul {
	list-style: square;
}
#content ul ul, #small_content ul ul {
	list-style: disc;
}
#content ol, #small_content ol {
	list-style: decimal;
}
#small_content li {
	color: #555555;
	font-size: 1.1em;
	margin: 0 0 0.6666666em 1.5em;
	line-height: 1.66666666em;
}
#content li {
	color: #555555;
	font-size: 1.2em;
	margin: 0 0 0.6666666em 2.0em;
	line-height: 1.6363636em;
}
#content ol li {
	margin: 0 0 0.6666666em 2.5em;
}
#content li li, #small_content li li, #content li p, #small_content li p {
	font-size: 1.0em;
}
/*misc*/
em {
	font-style:italic;
}
abbr, .abbr, acronym {
	border-bottom:1px dotted #666666;
	cursor: help;
}
/* links */
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:focus, a:active {
	background: #555555;
	color: #FFFFFF;
}
/* tables */
table {
	margin: 1.0em 0 1.0em 0;
}
td {
	padding: 0.2em;
	line-height: 1.4em;
	font-size: 1.2em;
}
th {
	padding: 0.4em;
	background: #666666;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
}
th a:link, th a:visited, th a:hover {
	color: #FFFFFF;
}
th a:hover {
	text-decoration: none;
}
th a:active, th a:focus {
	background: #333333;
}
tr.odd td {
	background-color: #DDDDDD;
}
tr.even td {
	background-color: #FFFFFF;
}
caption {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
/*fieldsets*/

fieldset {
	color:#000000;
}
#content fieldset p {
	font-size:1.0em;
}
fieldset {
	font-size: 1.2em;
	line-height: 1.66666666em;
	margin-bottom: 1.6666666em;
	color: #555555;
}
