a:active, a:visited, a:link {
	text-decoration: none;
	color: #660066;
}
a:hover {
  	color: #000000;
	text-decoration: none;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #813C88;
}
.footerAldeb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.3em;
}

.footerAldeb a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #660066;
	line-height: 1.3em;
}
.footerAldeb a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.3em;
}


.stdtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	width:600px;
}
.navText, .navText a{
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align:bottom;
	padding: 2px 3px 8px 3px;
	text-align:center;
}
.navText a:hover{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align:bottom;
	padding: 2px 3px 8px 3px;
	text-align:center;
}
.navText_CurrentPage, .navText_CurrentPage a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align:bottom;
	padding: 2px 3px 8px 3px;
	text-align:center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	color: #5C0758;
	text-decoration: none;
	text-align:left;
}


/* This is really for Firefox users to make the forms look better*/
input.text, textarea, select, checkbox{
    border-top:2px solid #7c7c7c;
    border-left:2px solid #7c7c7c;
    border-right:2px solid #c3c3c3;
    border-bottom:2px solid #c3c3c3;

}

/* The incredible step carousel script from Dynamic Drive */
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width: 890px; /*Width of Carousel Viewer itself*/
	height: 255px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 1px; /*margin around each panel*/
	/* width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px dotted #cccccc;  /* Border of box that contains sub-links  */
	border-bottom-width: 0px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	z-index: 100;
	background-color: #FFFFFF;  /* Background color of box that contains sub-links  */
	text-align:left;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: normal;
	text-indent: 5px;
	color: #999999;   /* Text color of sub-box that contains sub-links when not HOVER  */
	border-top: 0px dotted #cccccc;
	background-color: #FFFFFF;
	text-align:left;
	font-size:14px;
}

.anylinkcss a:hover{
	background-color: #FFFFFF;  /* Background color of sub-box that contains sub-links when HOVER  */
	color: #000000;
	text-decoration: none;
	text-align:left;
	line-height: 1.8em;
	font-size:14px;
}