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

h2 {
	color: #000000;
	font-size: 1.2em;
	margin: 0px;
	padding-bottom: 5px;
	/*font-style:italic;*/
}

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

h1.title {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 1.7em;
}

h2.subtitle {
	padding-top: 0px;
	padding-bottom: 20px;
	font-style:normal;
	font-size: 1.3em;
}

p.quote {
	margin: 0px;
	color: #000000;
	font-style:italic;
}

#right_top_sub p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000000;
}


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, a:visited.footer_txt {
	color: #989797;
	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;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #333333;
}

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

#enter_btn {
	float: left;
	width:316px;  
	padding: 12px 0px 12px 0px;
	margin-bottom: 10px;
	font-size: 1.5em !important;
	text-align:right;
}

#enter_btn a {
	color: #959595;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#enter_btn a:hover {
	color: #333333;
}


