/* CSS Document */

.next_show {

	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
}

.main_text {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}

.small_text {

	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	margin-top:12px;
	line-height:18px;
	word-spacing:1px;
}

h1 {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	font-style:italic;
	line-height:0px;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.inline {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	font-style:italic;
	line-height:0px;
	display:inline;
	margin:0px;
}

h2 {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	line-height:normal;
	display:inline;
	font-weight:normal;
}

.bold {
	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

.italic {
	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	font-style:italic;
}

.bolditalic {
	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	font-style:italic;
}

.footer_text {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.footer_text a:link{

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.footer_text a:hover{

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.footer_text a:visited{

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

img.floatLeft {

	float: left;
	margin: 4px;
	}

img.floatRight {

	float: right;
	margin: 4px;
	}