* {
	color: #801F28;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-repeat: no-repeat;
}

a {
	color: #801F28;
	text-decoration: underline;
}
a:hover {
	color: #D6AA7A;
	text-decoration: none;
}
a img {
	border: 0px;
}

p {
	margin: 0px 0px;
	text-align: justify;
}

#divContent p {
	padding-bottom: 10px;
}


/* Align */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.rightAligned {
	margin-left: auto;
	margin-right: 0px;
}

/* Text */
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

/* Headings */
h1, h2 {
	color: #801F28;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 4px;
	margin-top: 2px;
}

h3 {
	color: #801F28;
	padding-left: 0px;
	margin-bottom: 3px;
	margin-top:2px;
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
}

h4 {
	color: #801F28;
	font-size: 12pt;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5 {
	background: url(images/line.gif) no-repeat -2px -3px;
	color: #801F28;
	padding-left: 25px;
	margin-bottom: 3px;
	margin-top:2px;
	text-align: left;
	font-weight: normal;
	font-size: 9.5pt;
}


/* Others */
.ext {
	color: #999999;
	font-size: 7pt;		
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
div.plumber {
	height: 1px;
	line-height: 1px;
	font-size: 1pt;
	clear: both;
}
div.hr {
	border-bottom: 1px #E8E6E3 solid;
	height: 1px;
	line-height: 1px;
}
div.separator {
	border-bottom: 1px #801F28 solid;
	height: 1px;
	line-height: 1px;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 

li
{
	list-style-image: url("images/arrow.gif");
	margin-left: 18px;
	text-align: justify;
}

