span.subtitle, 
span.title {
	font-weight: bold;
}

small,
h4 {
	font-size: 11px; font-size: 1.1rem;
}

body,
h3 {
	font-size: 13px; font-size: 1.3rem;
}

span.subtitle,
big,
h2 {
	font-size: 18px; font-size: 1.75rem; color:#008080;
}
span.subtitle {
 color:#008080 !important;
}

span.title,
h1 {
	font-size: 26px; font-size: 2.0rem; color:#739600; 
}

html {
	font-size: 62.5%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 150%;
	color: #666;
	text-decoration: none;
  font-size:16px;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 120%;
}

h5 {
	font-size: 10px; font-size: 1.0rem;;
}

h6 {
	font-size: 9px; font-size: 1.0rem;
}

ul, ol {
	padding-left: 40px;
	padding-bottom: 20px;
}

ul ul,
ol ol {
	padding-left: 30px;
	padding-bottom: 10px;
}

ul {
	list-style: disc outside none;
}
	
ol {
	list-style: decimal outside none
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

del, strike {
	text-decoration: line-through;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

address {
	font-style: italic;	
}

pre {
	font-family: monospace;
}