/* General Style */
	body{
	margin-top: 0px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	background: #48505f;

	}
	
	table#main{
	/*border: #CCCCCC solid 1px;*/
	background:#FFFFFF;
	}
	
	td#highlights{
	width: 260px;
	background-color:#e6e6e6;
	}
	
	td.committee{
	padding: 7px;
	}
	
	table#content{
	padding: 20px;
	}

	a:link {color: #3660a6; text-decoration:none;}
	a:visited {color: #3660a6; text-decoration:none;}
	a:hover {color: #3660a6; text-decoration: underline;}
	
	
/* Lists and Tables Style */
	.positalic{
	font-style:italic;}

	.name{
	font-weight:bold;
	font-size: 10pt;
	color: black;
	}
	
	.numberedListStyle{
	font-weight:bold;
	color:#3660a6;
	font-size: 11pt;
	line-height: 20pt;}
	
	.numberedListStyleSub{
	font-weight:bold;
	color:#3660a6;
	}
	
	ul.objectivesList {
	list-style-image:url(images/arrowbullet.png);
	}
	
	table.tabledinfo{
	border: #CCCCCC solid 1px;
	padding: 5px;
	}
	
	table.tabledinfo td{
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	}

/* Forms */
	.formHeader{
	background-color: ##e1e1e1;
	font-weight:bold;
	color:#3660a6;
	font-size: 11pt;
	padding: 3px 10px;}
	
	tr.formHeader td
	{margin-bottom: 10px;
	}
	
	.formSubHeader{
	font-weight:bold;
	color: black;
	font-size: 10pt;
	padding: 3px 10px;
	text-align:right;
	}
	
	.formField{
	color: black;
	font-size: 10pt;
	padding: 3px 0;
	text-align:left;
	}
	
	.divider{
	padding: 10px 0;	
	}

	#formButton{
	padding: 0 10px 0 0;
	}

/* Activities */	
	.activitiesList{
	width: 830px;
	margin-bottom: 12px;
	}

	tr.listHeader{
	background-color: #fcd25c;
	}
	
	tr.listHeader td{
	padding: 2px 8px;
	}
	
	tr.altOne{
	background:#dadada;
	}
	
	tr.altOne td{
	padding: 2px 8px;
	text-align: left;
	}
	
	tr.altTwo{
	background-color: #f0f0f0;}
	
	tr.altTwo td{
	padding: 2px 8px;
	text-align: left;
	}
	
/* footer */
	td#footer{
	height: 20px;
	} 
	
	tr#footer {
	background-color: #cbcbcb;
	font-size: 7.5pt;
	}
	
	tr#footer a:link {color: #000; text-decoration:none;}
	tr#footer a:hover {color: #3660a6; text-decoration: underline;}
	
	td#feedback {
	text-align: left;
	padding: 3px 10px 2px;
	}
	
	td#copyright {
	text-align: right;
	padding: 3px 10px 2px;
	}
	
	/* event font */
	.cssBold {  
	font-family: Arial; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	line-height: normal; 
	color: #000000;
}

.cssNormal {  
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	color: #000000;
}


