body {
	font-family: Corbel, 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #555555;
	margin-top: 0;
	line-height: 17pt;
}

a:link {
	text-decoration: none;
	color: #555555;
	font-weight: normal;
	font-size: 10pt;
}

a:visited {
	text-decoration: none;
	color: #555555;
	font-weight: normal;
	font-size: 10pt;
}

a:hover {
	text-decoration: none;
	color: #8fa5c5;
	font-weight: normal;
	font-size: 10pt;
}

a.active {
	text-decoration: none;
	color: #8fa5c5;
}

a.body:link {
	text-decoration: underline;
	color: #738fb6;
	font-weight: normal;
	font-size: 11pt;
}

a.body:visited {
	text-decoration: underline;
	color: #738fb6;
	font-weight: normal;
	font-size: 11pt;
}

a.body:hover {
	text-decoration: underline;
	color: #8fa5c5;
	font-weight: normal;
	font-size: 11pt;
}

a.breadcrumb:link {
	text-decoration: underline;
	color: #738fb6;
	font-weight: normal;
	font-size: 10pt;
}

a.breadcrumb:visited {
	text-decoration: underline;
	color: #738fb6;
	font-weight: normal;
	font-size: 10pt;
}

a.breadcrumb:hover {
	text-decoration: underline;
	color: #8fa5c5;
	font-weight: normal;
	font-size: 10pt;
}

p, td {
	font-size: 11pt;
	color: #555555;
}

table {
	width: 800px;
	border: 1px solid #333333;
}

td {
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}

td.header {
	background-image: url(images/img_header.jpg);
	background-repeat: no-repeat;
	height: 125px;
}

td.left-col {
	width: 150px;
	padding-left: 15px;
	padding-top: 15px;
}

td.right-col {
	width: 650px;
	min-height: 500px;
	padding: 5px 15px 15px 15px;
}

h1 {
	font-weight: normal;
	font-size: 22pt;
	color: #555555;
	margin-bottom: 15px;
}

h2 {
	font-weight: bold	;
	font-size: 14pt;
	color: #555555;
	padding-top: 20px;
	border-bottom: 1px dotted #b5b5b5;
}

h3 {
	color:#cc6600; 
	font-weight: bold;
	font-size: 12pt;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b5b5b5;
}

.quote {
	font-style: italic;
	text-align: left;
	padding-top: 15px;
}

.attribute {
	font-style: italic;
	text-align: right;
}

.indent {
	padding-left: 25px;
}

.copyright {
	text-align: right;
	font-size: 10pt;
}

img.thumb {
	padding-top: 5px;
	padding-right: 5px;
}
