@charset "utf-8";

 /* Pages Text Styles rds */
 p  {
	margin: 0;
	margin-top:0.6em;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#FFF;
	text-align:left;
 }

a:link {
	color: #D3DF56;
	font-weight: bold;
}
a:visited {
	color: #A0D853;
	font-weight: bold;
} 
a:hover {
	color: #FFFF56;
	font-weight: bold;
}
a:active {
	color:#FFFF56;
	font-weight: bold;
}

a.links-email {
	color: #FF9135;
	font-weight: 500;
}
a.links-email:visited {
	color:#FF9135;
	font-weight:500;
}
a.links-email:hover {
	color:#00FF00;
	font-weight:500;}
	
a.links-email:active {
	color: #FFFF00;
	font-weight:500;
}

/* footer links */
a.links2 {
	color: #D3DF56;
	font-weight: 500;
	font-size: small;
}
a.links2:visited {
	color: #D3DF56;
	font-weight: 500;
	font-size: small;
}
a.links2:hover {
	color: #FFFF56;
	font-weight: 500;
	font-size: small;
}
a.links2:active {
	color: #FFFF56;
	font-weight: 500;
	font-size: smaller;
}


.container-index
{
	background-image: url(../images/RDS-bg-pages-01.jpg);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	min-height: 2400px;
}


.Text-1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	max-width: 800px;
}

.Text-2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.mainTable {
	padding: 5px;
	margin-top: 5px;
	margin-left: 90px;
	border-collapse: separate;
	border-spacing: 20px 15px;
	font-size: 13px;
	border: none;
	max-width: 680px;
	}

.footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
	color: #C0C0B6;
	font-size: 12px;
}

.redStar {
	font-size: 18px;
	color: #FF0000;
}
