/* headings */
h1 {
	font-size: 2.0em;
	line-height: 1em;
	margin: 0.5em 0 0.75em 0;
}
h2 {
	font-size: 1.6em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom:0em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.66666666em; 
	margin-bottom: 0em;
	font-weight: bold; 
}
h4 {
	font-size: 1.2em;
	line-height: 0.5em;
	margin: 0.5em 0 0.5em 0;
	font-weight: bold;
	color: #666666;
}

/* paragraphs, blockquotes and lists */
p, blockquote{
	font-size: 1.2em;
	line-height: 1.66666666em; 
	margin-bottom: 1.6666666em;
	color: #666666;
}

#small_content p{
font-size:1.1em;
line-height: 1.6363636em; 
margin-bottom: 1.6363636em; 
color: #666666;

}

#content ul, #content ol {
	margin: 0.8333333em 0 2.4444444em 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: #666666;
	font-size: 1.1em;
	margin: 0 0 0.8181818em 1.5em;
	line-height: 1.66666666em;
}
#content li {
	color: #666666;
	font-size: 1.2em;
	margin: 0 0 0.8333333em 2.0em;
	line-height: 1.6363636em;
}

#content li li,  #small_content li li {
	font-size: 1.0em;
}
#content blockquote p {
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
}

#content blockquote{
	color:#000000;
	font-weight: bold;
}

/*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: #666666;
	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{
	color:#FFFFFF;
}
th a:visited{
	color:#CCCCCC;
}
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.1em;
}

/*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: #666666;
}

