body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4e4034;
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
	background-image: url(../images08/topbar.gif);
	background-repeat: repeat-x;
}

td{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4034;
	font-weight: normal;
}

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #4e4034;
}

.bold { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.big { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #55b4e9;
}


.copyright{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #737373;
}

/* main page white text */
.white{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

/* welcome */
.feature{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ff0000;
}

/* main page below white text */
.feature2{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.moduletitle{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;

}

/* Normal Link */
a { 
	color: #3491c5;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #3491c5;
}
a:hover {
	color: #3480aa;
	text-decoration: none;
	background-color: #cbefff;
}
a:active {
	color: #3491c5;
}

/* navigation */
a.nav { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b2b2b2;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #b2b2b2;
}
a.nav:hover {
	color: #d5d5d5;
	text-decoration: none;
	background-color: transparent;
}
a.nav:active {
	color: #b2b2b2;
}

/* navigation white */
a.nav2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.nav2:visited {
	color: #ffffff;
}
a.nav2:hover {
	color: #dff4ff;
	text-decoration: none;
	background-color: transparent;
}
a.nav2:active {
	color: #ffffff;
}

table.solid {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	background-color: #f5f5f5;
}

/* learn more Link */
a.learnmore { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3491c5;
	text-decoration: none;
	font-weight: normal;
}
a.learnmore:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3491c5;
}
a.learnmore:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7ac1e9;
	text-decoration: none;
}
a.learnmore:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3491c5;
}


