
body {
	font-size: 70%;
	color: #222;
	background: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	margin-bottom: 0.5em;
	color: #847f7f;
	font-style: italic;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h3.bold {
	font-size: 11px;
	font-weight: bold;
	color: #847f7f;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
p {
	margin: 0 0 1em;
}
p img.left {
	float: left;
	margin: 1em 1em 1em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1em 0 1em 1em;
}
a:focus, a:hover {
	color: #D5793A;
}
a {
	color: #0b3b75;
	text-decoration: underline;
}
blockquote {
	margin: 1em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1em 1em 1em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* link icons */
.acrobat, .archive, .excel, .flash, .folder, .image, .powerpoint, .text, .word {
	padding-left: 20px;
	margin: 0;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.acrobat {
	background-image: url('../images/icons/acrobat.png')
}
.archive {
	background-image: url('../images/icons/archive.png')
}
.excel {
	background-image: url('../images/icons/excel.png')
}
.flash {
	background-image: url('../images/icons/flash.png')
}
.folder {
	background-image: url('../images/icons/folder.png')
}
.image {
	background-image: url('../images/icons/image.png')
}
.powerpoint {
	background-image: url('../images/icons/powerpoint.png')
}
.text {
	background-image: url('../images/icons/text.png')
}
.word {
	background-image: url('../images/icons/word.png')
}

table.content_table {
	border-collapse: collapse;
	border: 1px solid #bdb4b4;
	margin: 10px auto;

}
th.content_table_h{
  border: 1px solid #bdb4b4;
  text-align:center;
  font-weight: bold;
  background: #E0DCDB;
  padding: 2px
}

table.content_table_small {
	border-collapse: collapse;
	border: 1px solid #bdb4b4;
	margin: 10px auto;
}

table.des, table.des table, table.des table table  {
	border-collapse: collapse;
}

table.content_table td, table.des td td td {
	border: 1px solid #bdb4b4;
	padding: 1px 6px;
}

table.content_table_small td {
	border: 1px solid #bdb4b4;
	padding: 1px 3px;
	font-size: 9px;
}

table.content_table td p {
	margin: 0;
	padding: 3px 0;
	font-family: ariel;
}

.imgleft {
	float: left;
	margin: 0 12px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 12px;
}