/* CSS THE DATA PEOPLE */

body {
	background-color: #a2a0c6;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	}

.maintable {
	background-color: #ffffff;
	background-image: url(images/circle_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}

.menuborder {
	border-bottom: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	}

.bar {
	background-color: #63619a;
	height: 10px;
	border-top-style: solid;
	border-top: 2px;
	}

.whitebar {
	height: 30px;
	}

.footertxt {
    font-size: 0.7em;
    font-family: Arial;
	line-height: 1.8;
	font-weight: normal;
	color: #666666;
	}

.footertxt a { 
	color: #a2a0c6;
	text-decoration: none;
	}
	
.footertxt a:hover {
	color: #a2a0c6;
	text-decoration: underline;
	}

.termstxt {
    font-size: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
	font-weight: normal;
	color: #ffffff;
	}

.termstxt a { 
	color: #ffffff;
	text-decoration: underline;
	}
	
.termstxt a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.bodytxt {
    font-size: 0.9em;
    font-family: Arial;
	line-height: 1.7;
	font-weight: normal;
	color: #333333;
	}

.bodytxt a { 
	color: #a2a0c6;
	text-decoration: none;
	}
	
.bodytxt a:hover {
	color: #a2a0c6;
	text-decoration: underline;
	}

.boxtext {
	color: #333333;
    font-family: Arial;
	font-weight: normal;
	font-size: inherit;
	}	

.style1 {
	font-size: x-small;
	font-style: italic;
	}

.rightpic {
	padding-top: 40px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

.subsub {
	font-size: 0.8em;
    font-family: Arial;
	line-height: 1.8;
	font-weight: normal;
	color: #63619a;
	margin-left: 20px;
	margin-bottom: 10px;
	}

.subsub a { 
	color: #a2a0c6;
	text-decoration: none;
	}
	
.subsub a:hover {
	color: #63619a;
	text-decoration: underline;
	}

.leftnav {
	margin-top: 10px;
	}


