/* CSS :: TEXTSTYLE */ 

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
}

body {
	text-align: left;
	font: 11px/18px Arial, Helvetica, Verdana, sans-serif; 
	color: #333;
}

img {
	border: 0px;
}
	
	
/* LINKS */

a,
a:link,
ul a,
ul a:link {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

a:visited,
ul a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

a:hover,
ul a:hover {
	color: #333;
	text-decoration: none;
}

a:active,
ul a:active {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}
	
	
/* HEADINGS */

h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #4F4F4F;
	font-stretch: extra-condensed;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #000;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #000;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #F38A2B;
}

h5 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #000;
}
	
h6 {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 14px 0;
	padding: 0;
	color: #000;
}

	.line {
		border-bottom: 1px solid #000;
	}


/* TEXT */

p {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 18px;
}

blockquote {
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: #DDD;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 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,
ol {
	line-height: 16px;
	padding: 0px;
	margin: 16px 0px 16px 0px;
}

	ul li,
	ol li {
		padding: 0px;
		margin: 0px 0px 0px 32px;
	}
	
	
/* RULERS */	

div.hr {
	position: relative;
	float: left;
	clear: both;
	display:block;
	height: 1px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666;
}


/* ================================ */

/* GENERAL */	

.caption {
	font: 9px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}

	.caption a,
	.caption a:link,
	.caption a:visited,
	.caption a:active {
		color: #666;
		text-decoration: underline;
	}
	.caption a:hover {
		color: #000;
		text-decoration: none;
	}


.link {
	color: #333;
}

	.link a,
	.link a:link,
	.link a:visited,
	.link a:active {
		color: #333;
		text-decoration: underline;
	}
	
	.link a:hover {
		color: #000;
		text-decoration: none;
	}
	
	
.alert {
	clear: left;
	color: #FF0000;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #FF0000;
}

	.alert p {
		color: #FF0000;
		padding: 0px;
		margin: 0px;
	}
	
	.alert a,
	.alert a:link,
	.alert a:visited ,
	.alert a:active {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.alert a:hover {
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}


.required {
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 1px;
}
	
/* end GENERAL */
