BODY {
	background-color: #373737;
	margin: 10px;
}

TD {
	font-family: Arial, Verdana;
	font-size: 8pt;	
}

.siteBackground {
	background-color: #FFFFFF;
}

.bar {
	background-color: #2B736D;
}

.bar TD, .bar A {
	color: #FFFFFF;
}

.spaces {
	
}

.spaces TD, .spaces A {
	color: #515151;
}

.spaces H1 {
	color: #2B736D;
	font-size: 14pt;
	margin-bottom: 0px;
}

.spaces H2 {
	font-size: 10pt;
	margin-bottom: -15px;
}

.spaces H2 A {
	text-decoration: none;
}

.spaces H2 A:hover, .spaces A:hover {
	color: #000000;
}

.spaces .grayBar {
	background-color: #F6F6F6;
}

.spaces .orangeBar {
	background-color: #F58100;
}

.content {
	background-color: #FFFFFF;
	padding: 9px;
	color: black;
}

.content .grayBar {
	background-color: #727272;
	padding: 0px;
}

.content UL {
	list-style-type: square;
}

.content LI {
	padding-bottom: 5px;
}

.content P {
	line-height: 13pt;
}

.content A {
	color: black;
}

.content H1 {
	color: #F58100;
	font-size: 14pt;
	margin-bottom: 5px;
}

.content H2 {
	color: #2B736D;
	font-size: 10pt;
	margin-bottom: 0px;
}

.content .bar {
	padding: 5px;
	color: white;
	background-color: #2B736D;
}

.content .bar A {
	color: white;
	text-decoration: none;
}

.content .bar A:hover {
	text-decoration: underline;
}

/* agenda */
BODY.secnd {
	margin: 5px;
}

.content .title {
	font-size : 12pt;	
	font-weight : bold;
}

.content .module_open, .content .module_close, .content .module_panel, .content .module_break, .content .module_pre {
	font-size : 12pt;
	font-weight : bold;
	color: #2B736D;
}

.content .module_break {
	font-size: 10pt;
	font-weight: normal;
	font-style: oblique;
	color: black;
}


.content .date {
	font-size : 10pt;
	background : White;
	font-weight : bold;
}

.content .person, .content .person_coordinator, .content .person_secretary, .content .person_speaker {
	font-size : 9pt;
	font-weight : bold;
	color : Gray;
}

.content .person_coordinator {
	color: #333333;
}

.content .activity_seminar, .content .activity_tutorial, .content .activity_conference {
	font-size : 9pt;	
	font-weight : bold;
}

.content .local {
	
}

.content .docs {
	color : #000000;
}

.HR {
	
}