/* 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 {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
	outline: 0;
}

a:visited {
	color: purple;
	background-color: transparent;
}

a:hover {
	color: blue;
	text-decoration: none;
}

a:active {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}

/* end LINKS */
	
	
/* start HEADINGS */
h1 {
	font-size: 24px;
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #00446c;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px 0;
	padding: 0;
	color: black;
}

h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 17px 0;
	padding: 0;
	color: black;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 8px 0;
	padding: 0;
	color: black;
}

h5 {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 15px 0;
	padding: 0;
	color: black;
}
	
h6 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 14px 0;
	padding: 0;
	color: black;
}
/* end HEADINGS */


/* start TEXT */
p {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 18px;
}

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 RULERS */	
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
/* end RULERS */


/* start GENERAL */	

.footercaption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #939393;
}

	.footercaption a,
	.footercaption a:link,
	.footercaption a:visited {
		text-decoration: underline;
		color: #939393;

	}
	.footercaption a:hover {
		color: #000;
		text-decoration: none;
	}
	.footercaption a:active {
		color: #FFF;
		text-decoration: underline;
	}

.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #666;
}

	.caption a,
	.caption a:link,
	.caption a:visited {
		color: #666;
		text-decoration: underline;
	}
	.caption a:hover {
		color: #666;
		text-decoration: none;
	}
	.caption a:active {
		color: #666;
		text-decoration: underline;
	}


.link {
	color: #00446C;
}

	.link a,
	.link a:link,
	.link a:visited {
		color: #00446C;
		text-decoration: underline;
	}
	.link a:hover {
		color: #666;
		text-decoration: none;
	}
	.link a:active {
		color: #666;
		text-decoration: underline;
	}
	
.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;
	}
	
/* end GENERAL */