/* CSS Document */

h1
	{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FE1824;
	}
	
	.topper-content h1
	
	{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	color:#FFFFFF;
	font-variant:normal;

	}
	
	.topper-content h2
	{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FE1824;
	}
	
	

h2
	{
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFFFFF;
	}
	
	
	
h3, h4, h5, h6
	{
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FE1824;
	}
	

p, #header h2, #header h3 #header h4, #header h5 #header h6
	{
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	}

#header p
	{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	}

#footer p
	{
	margin: 0px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	}

#credits p
	{
	color: #666666;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
	
.video-button p
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
	
q
	{
	font-style: italic;
	}
	
blockquote
	{
	font-style: italic;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
	line-height: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 200px;
	}
	
.author
	{
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	color: #999999;
	}

ul
	{
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0.5em;
	color: #FFFFFF;
	line-height: 20px;
	}

li
	{
	}

hr 
	{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBBBC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	}


	
	
