/* BODY STYLES */

.body {
	background-image: url(../_media/_template/inside_bg.jpg);
	padding: 5pt;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

.body a {

}

.body a:hover {

}

.body h1 {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25pt;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #333333;
	text-align: right;
}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	line-height: 15pt;
}

.body h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #2F2F8F;
	font-weight: normal;
}



/* SPACING */

.spacer {
	padding: 20px;
}

.spacer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.spacer a {
	color: #003399;
}



/* Highlight */

.highlight {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}





/* Border */

.border {
	border: 1px solid #333399;
}




/* List */

.list {

}

.list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.list a {
	color: #FFFFFF;
}

/* CSS CLASSES */
.module_left, .module_center, .module_right{
	background-color: #AAAAAA;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #3845A5;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px auto 10px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}


/* FOOTER */

.footer {
	padding: 5pt;
}


.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}


.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
