/* MAIN DIV DEFINITION FOR ELEMENT LAYOUTS */
h1 {
	color: #000000;
	font-size: large;
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

h2 {
	color: #000000;
	font-size: small;
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}

h3 {
	color: #000000;
	font-size: small;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}


h1.title {
	padding-top: 0px;
	padding-bottom: 10px;
}

h2.subtitle {
	padding-top: 0px;
	padding-bottom: 20px;
}

h3.desc {
	width: 365px;
	color: #000000;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 20px;
}

li, ul {
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

li.number {
	margin-left: -16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

a:link.footer_txt {
	color: #989797;
	text-decoration: none;
}

a:visited.footer_txt {
	color: #c4c3c3;
	text-decoration: none;
}

a:hover.footer_txt {
	color: #ffffff;
	text-decoration: underline;
}

sup {
	line-height:0;
}

li {
	margin-left: 6px;
}

ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

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

.img_caption
{
    font-weight: bold;
    font-size: 11px;
    color: #989797;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
