/* CSS Document */
body {
	background-color: #635036;
	background-image:url(images/bgimage.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: Arial, Helvetica, Verdana, sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10.5pt;
	color: #440000;
}

td.columns {
	border: 0px;
	border-right: 1px dotted #EE8855;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

h1{
	font-weight: bold;
	font-size: 11pt;
}

p{
	text-align: justify;
}

a:link,a:visited,a:active {
	color: #882222;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

li {
	font-size: 8.5pt;
	color:#006633;
}

.li_title {
	color: #993300;
	font-weight: bold;
}

.breadcrumb {
	font-style: normal;
	font-weight: normal;
	color: #cc6600;
	font-size: 8.5pt;
}
