 /* Main Layout Code */  
body {
 	text-align: center;
/*	font-family: sans-serif;	*/
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 10pt;
   	width: 800px;
}

#container {
	background-color: #fff;
	position: relative;
	left: 72px;
	top: 120px;
 	float: right;
	height: 100%;
   	width: 685px;          /* RC width */
	z-index: 1; 
 	text-align: justify;
 	padding: 5px 10px 5px 10px;
}

h1, h2{
	text-align: center;
}

img {
	border: 0px;
}


a:link {color:#000099 ; text-decoration:none;} 
a:active {color:#000 ; text-decoration: none;} 
a:visited {color:#000066 ; text-decoration: none;}
a:hover {color:#0033ff; text-decoration: none;}

a.internal {
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
	top: -150px;
}

table {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 10pt;
	border-collapse: collapse;
	width: 685px;
}

table.table_data td.td1{
	width: 95px;
}

table.table_people td.td1{
	width: 200px;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

#external { 
	font-weight: bold;
	
}

a.external { 
	font-weight: bold;
}

table.table_people tr {
	background-color: #feffff;
}

table.table_people tr.odd {
    background-color: #f2fdfd;	
}

table.table_data tr {
    background-color: #f9f9f9;
}

table.table_data tr.odd {
    background-color: #f0f0f0;
} 
