/* CSS :: TEXTSTYLE */ 

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
}

body {
	text-align: left;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
	color: #000;
}

img {
	border: 0px;
}
	
	
/* LINKS */

a,
a:link,
ul a,
ul a:link {
	color: #004A90;
	text-decoration: underline;
	background-color: transparent;
}

a:visited,
ul a:visited {
	color: #004A90;
	text-decoration: underline;
	background-color: transparent;
}

a:hover,
ul a:hover {
	color: #004a90;
	text-decoration: none;
}

a:active,
ul a:active {
	color: #004A90;
	text-decoration: none;
	background-color: transparent;
}

	
/* HEADINGS */

h1 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	margin: 25px 0px 24px 0px;
	paddding: 0px;	
	color: #004A90;
}

h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	paddding: 0px;	
	color: #004A90;		
}

h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	color: #000;
}

	h3.blue {
		color: #004A90;	
	}

h4 {
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	color: #666;
	border-bottom: 1px solid #CCC;
}

	h4.link a,
	h4.link a:link,
	h4.link a:visited,
	h4.link a:active {
		font-size: 13px;
		line-height: 18px;
		margin: 0px 0px 13px 0px;
		padding: 0px;
		color: #004A90;
		text-decoration: none;
	}
	
	h4.link a:hover {
		font-size: 13px;
		line-height: 18px;
		margin: 0px 0px 13px 0px;
		padding: 0px;
		color: #004A90;
		text-decoration: underline;
	}

h5 {
	font-size: 13px;
	line-height: 17px;
	margin: 0px 0px 17px 0px;
	padding: 0px;
	color: black;
}
	
h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 0;
	color: black;
}

	.line {
		border-bottom: 1px dotted #666666;
	}
	.lineYellow {
		border-bottom: 1px dotted #FFD419;
	}
	.lineBlue {
		border-bottom: 1px dotted #004A90;
	}
	.noline {
		border: 0px;
	}


/* TEXT */

p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	paddding: 0px;	
	color: #000;	
}

blockquote {
	border-width: 0px 0px 0px 3px;
	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 {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 0px 0px 0px 18px;
	margin: 18px 0px 18px 0px;
	list-style-type: disc;	
}

ol {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 0px 0px 0px 18px;
	margin: 18px 0px 18px 0px;
}

	ul li,
	ol li {
		font-size: 12px;
		line-height: 18px;
		padding: 0px 0px 0px 2px;
		margin: 0px 0px 0px 0px;
	}
	
	ul li ul,
	ol li ol{
		font-size: 12px;
		line-height: 18px;
		border: none;
		margin-left: 10px;
		list-style-type: circle;
	}
	
.yellowlist {
	border-left: 3px solid #FFD419;
}
.bluelist {
	border-left: 3px solid #004A90;
}
.greylist {
	border-left: 3px solid #999999;
}
	
	
/* RULERS */	

div.hr {
	position: relative;
	float: left;
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCC;
}


/* ================================ */

/* GENERAL */	

.caption {
	font: 10px/13px 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;
	}
	
.captionL {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}

	.captionL a,
	.captionL a:link,
	.captionL a:visited,
	.captionL a:active {
		color: #666;
		text-decoration: underline;
	}
	.captionL 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;
		font-weight: bold;
		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;
}
	

img.border {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
}
	
/* end GENERAL */
