/* CSS :: TEXTSTYLE */ 

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
}

body {
	text-align: left;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #4C4C4C;
}

img {
	border: 0;
}
	
	
/* LINKS */

a,
a:link,
ul a,
ul a:link {
	color: #4C4C4C;
	background-color: transparent;
	text-decoration: underline;
}

a:visited,
ul a:visited {
	color: #4C4C4C;
	background-color: transparent;
	text-decoration: underline;
}

a:hover,
ul a:hover {
	color: #000;
	text-decoration: none;
}

a:active,
ul a:active {
	color: #4C4C4C;
	background-color: transparent;
	text-decoration: underline;
}

	
	
/* HEADINGS */

h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	color: black;
}

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 16px 0;
	padding: 0;
	color: #4C4C4C;
	border-bottom: 1px solid #CCC;
}

	h4.topmargin {
		margin: 90px 0 16px 0;
	}

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;
}


/* TEXT */

p {
	font-size: 10px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 22px;
}

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;
}
	
	
/* LISTS */

ul {
	line-height: 16px;
	margin: 16px 0 16px 0;
	padding: 0;
}

ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

ol {
	line-height: 16px;
	margin: 16px 0 16px 0;
	padding: 0;
}

ol li {
	margin: 0 0 0 30px;
	padding: 0;
}

	
	
/* RULERS */	

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}


/* ================================ */

/* GENERAL */	

a.headerlink,
a.headerlink:link {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}

a.headerlink:visited {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}

a.headerlink:hover {
	color: #000;
	text-decoration: none;
}

a.headerlink:active {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}


.footercaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #999;
}

	.footercaption a,
	.footercaption a:link,
	.footercaption a:visited {
		color: #999;
		text-decoration: underline;
	}
	.footercaption a:hover {
		color: #999;
		text-decoration: none;
	}
	.footercaption a:active {
		color: #999;
		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: #000;
}

	.link a,
	.link a:link,
	.link a:visited {
		color: #000;
		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;
	}
	
.fontVerdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fontsizeSmaller {
	font-size: 10px;
}

	
/* end GENERAL */
