/* -------------------------------------------------------------- 
   * Sets up some sensible default typography.
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body {
	font-size: 12px;
	line-height: 16px;
	color:#333;
 }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Helvetica, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { }

h1 {
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
}

h2 {
	padding: 0px 0 16px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;

	border-top: 1px solid #666;
	margin: 24px 0 6px 0;
	padding: 6px 0 0px 0;
}

h5 {
	/* over H1, H2 **/
	margin: 0 0 4px 0;
	/* color: #00693b; */
}

h6 {
	font-weight: bold;
	margin-top: -12px;
	margin-bottom: 12px;
}

/* Text elements
-------------------------------------------------------------- */

p { 
	margin: 0 0 6px 0;
}

ul {
	margin: 0 0 6px 1.5em;
	list-style-type: disc;
}

ol {
	margin: 0 0 6px 1.5em;
}

ol.binary {
	margin: 0 0 6px 2em;
}

ul li, ol li {
	margin-bottom: 4px;
}

/*
ul li, ol li { margin: 0 0 4px 16px; }
*/

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a,a:link,a:visited,a:hover,a:active {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 6px; margin-top: 16px; width:100%}
th { border-bottom: 2px solid #ccc; font-weight: bold; }
td { border-bottom: 1px solid #ccc; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }

th.bggrey1,
td.bggrey1{
	padding-left:4px;
	background-color:#ddd;
}
th.bggrey2,
td.bggrey2{
	padding-left:4px;
	background-color:#eee;
}

th.bgorange,
td.bgorange{
	padding-left:4px;
	background-color:#ffd9bf;
}

th.bggreen,
td.bggreen{
	padding-left:4px;
	background-color:#bfd9ce;
}
td.sign {
	font-size:10px;
	text-align: center;
	vertical-align: middle;
}

table.plain td {
	border-bottom: none;
}

/* Some default classes
-------------------------------------------------------------- */

small, .small, .mediabox, .mediabox h3, form.search label, table.picture th, table.small th, table.small td, table.small td p {
	font-family: verdana, arial, helvetica sans-serif;
	font-size: 9px !important;
	line-height: 13px !important;
	/* font-weight: normal; */
}
.mediabox h3 {
	font-weight: bold;
}

.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffd9bf; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

