/* TEXT.CSS */

/******************************************************/
/* BODY */
/******************************************************/

body {
	font-family: arial, verdana, helvetica, sans-serif; /* Avoid using non-system fonts */
	font-size: 0.75em;
	color: #606266;
	line-height: 1.3em;
}

/******************************************************/
/* HEADER STYLES */
/******************************************************/

h1 {
	font-size: 1.6em;
	color: #8a4cca;
	font-weight: bold;
	text-transform: none;
	margin-top: 0px;
	line-height: 1.4em;
}

h2 {
	font-size: 1.3em;
	color: BLACK;
	font-weight: bold;
	text-transform: none;	
}

h3 {
	font-size: 1.2em;
	color: BLACK;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0;	
}

h4, h5, h6 {
	font-size: 1.1em;
	color: BLACK;
	font-weight: bold;
	text-transform: none;
}

/******************************************************/
/* PARAGRAPH STYLES */
/******************************************************/

p {
	margin-top: 0px;
}

/******************************************************/
/* LIST STYLES */
/******************************************************/

ul {
	list-style: disc;
}

/******************************************************/
/* IMAGE STYLES */
/******************************************************/

img {
	border:0;
}

.body_images img {
	margin-bottom: 25px;
	}

/******************************************************/
/* GLOBAL HYPERLINK STYLES */
/******************************************************/

a { 
	color: #8cb567;
	font-weight: bold;
	text-decoration: none;
}	

a:hover {
	color: #058EB5;
	font-weight: bold;
	text-decoration: underline;
}

/******************************************************/
/* FOOTER HYPERLINK STYLES */
/******************************************************/

div#footer a {
	color: #77B800;
	font-weight: bold;
}

div#footer a:visited {
	font-weight: bold;
}

div#footer a:hover {
	color: #77B800;
	font-weight: bold;
	text-decoration: underline;
}

/******************************************************/
/* LEFT COLUMN HYPERLINK STYLES */
/******************************************************/

div#container-left a {
	color: BLUE;
	font-weight: bold;
	text-decoration: underline;
}

div#container-left a:visited {
	color: PURPLE;
	font-weight: bold;
	text-decoration: underline;
}

div#container-left a:hover {
	color: RED;
	font-weight: bold;
	text-decoration: none;
}

/******************************************************/
/* RIGHT COLUMN HYPERLINK STYLES */
/******************************************************/

div#container-right a {
	color: BLUE;
	font-weight: bold;
	text-decoration: underline;
}

div#container-right a:visited {
	color: PURPLE;
	font-weight: bold;
	text-decoration: underline;
}

div#container-right a:hover {
	color: RED;
	font-weight: bold;
	text-decoration: none;
}