/* CSS :: TEXTSTYLE */ 

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
}

body {
	text-align: left;
	font: 11px/16px Arial, Helvetica, Verdana, sans-serif; 
	color: #333;
}

img {
	border: 0;
}
	
	
/* start LINKS */

a,
a:link, 
a:active,
a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: white;
	background-color: #C51115;
	text-decoration: none;
}

	a.block,
	a:link.block, 
	a:active.block,
	a:visited.block {
		font-weight: bold;
		color: #FFF;
		padding: 2px;
		background-color: #666;
		text-decoration: none;
	}
	
	a:hover.block {
		font-weight: bold;
		color: #FFF;
		padding: 2px;
		background-color: #C51115;
		text-decoration: none;
	}

/* end LINKS */
	
	
/* start HEADINGS */

h1 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	padding: 0;
	color: black;
}

h1.history {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	padding: 0;
	color:  #53463D;
}

h2 {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: black;
}

h3 {
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding:0;
	color: black;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px 0;
	padding: 0;
	color: #000;
}

	h4.underline {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 16px 0;
		padding: 0;
		color: #000;
		border-bottom: 1px solid #000;
	}

h5 {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
}

	h5.timestamp {
		font-size: 17px;
		font-face: Verdana, Arial, Helvetica, sans-serif;
		line-height: 25px;
		margin: 0 10px 0 0;
		padding: 0;
		color: #666;
	}	

h6 {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: black;
}

/* end HEADINGS */


/* start TEXT */

p {
	font-size: 11px;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:16px;
	color: #333;
}

blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* END TEXT */
	
	
/* start LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
	color:#333333;
}

ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}

dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}

dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}

/* end LISTS */
	
	
/* start RULERS */	

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}

/* end RULERS */



/* === GENERAL === */

.alert {
	color: #FF0000;
	font-weight: bold;
}

	.alert a,
	.alert a:link,
	.alert a:visited {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}
	.alert a:hover {
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}
	.alert a:active {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}
	

.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #333;
}

	.caption a,
	.caption a:link,
	.caption a:visited {
		color: #666;
		text-decoration: underline;
	}
	.caption a:hover {
		color: #FFF;
		text-decoration: none;
	}
	.caption a:active {
		color: #666;
		text-decoration: underline;
	}