.lightback {
	display:block;
	background:#cfdbe7;
	border:#293861 2px solid;
	-moz-border-radius: 8px;
	/*margin-left:15px;*/
	z-index: 1;
	width: 700px;
}

.lightback img {
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

.textmodulehome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: justify;
	margin-left: 15px;
	width: 700;
}

.textmodulehome a:link, .textmodulehome a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:#FFFFFF dotted 1px;
}

.textmodulehome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.textmodulehome img {
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

.textmodule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1f2e4f;
	padding: 15px;
	margin-bottom: 5px;
	margin-top:15px;
	margin-left:15px;
	text-align: justify;
}

.textmoduleleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1f2e4f;
	text-decoration: none;
	
}

.text_moduletitle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #161F37;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.textmodule h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin: 20px 0 3px 0;
}

.textmodule p {
	padding:0 0 10px 10px;
	margin:0px;
	text-align:left;
}
.textmodule li {
	padding:0 0 10px 5px;
	margin-left:30px;
	color: #161F37;
}

.textmodule h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #818ba6;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

.textmodule table h1 {
	color: #007aa0;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.textmodule blockquote {
	display:block;
	background-color: #82bbd4;
	border: 2px dashed #bed8e3;
	color: #fff;
	font-style:italic;
	margin: 5px;
	padding: 10px;
}

.textmoduletable {
	border:2px solid #FFFFFF;
	padding:10px;
}

.odd {
	background-color: #fff;	
}

.even {
	background-color:#f7f7f7;
}

