/* Allow formating the table for aditional tools and services, and the footer*/
.tableToolslinks {
}
.secondHeaderUp {
}
.tableBottomNavigation {
}

/****************************** Content area ***************************/

/* --- Main table --- */

.tableMain  {
	vertical-align: top;
	width: 100%;
}
/* --- Left navigation --- */

.tdMainLeft {
	text-align: left;
	vertical-align: top;
}
/* --- Main Content--- */

.tdMainContent {
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
.tableContent {
	text-align: left;
	vertical-align: top;
	width: 100%;
}
/* --- Content --- */

.tdContent {
	padding-right: 15px;
	vertical-align: top;
}
/* --- Right navigation --- */

.tdRight {
	padding-right: 5px;
	vertical-align: top;
}
/****************************** General classes ***************************/

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

.abstract {
	background-color: #cbddf2;
	font-weight: bold;
	padding: 10px;
}
.contact {
	font-style: italic;
}
.author {
	font-style: italic;
}

.imgAlignRight {
	float: right;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
.imgAlignLeft {
	float: left;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
}

/****************************** FAQ content ***************************/
.faqText{
}
/****************************** Short content ***************************/

.shortContentText{
}

/****************************** Events content ***************************/

.eventsInfo {
	color: #003399;
	font-weight: bold;
}

/****************************** Agenda content ***************************/

.agendaInfo {
	color: #003399;
	font-weight: bold;
}
.agendaDate {
	font-size: 110%;
	font-weight: bold;
}

/****************************** Speech content ***************************/

.speechInfo {
	color: #003399;
	font-weight: bold;
}

/****************************** Newsletter content ***************************/

.newslettersInfo {
	color: #003399;
	font-weight: bold;
	border-top: 1px solid #cc6600;
	border-bottom: 1px solid #cc6600;
}

/****************************** Chapter content ***************************/

.chapterText {
}

.chapterSub{
	padding-left: 30px;
}

.chapterSubSub{
	padding-left: 30px;
}

a.previousLink:link {
	background-image: url(arrowleft.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
}
a.previousLink:visited{
	background-image: url(arrowleft.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
}
a.nextLink:link {
	background-image: url(arrowright.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 15px;
}
a.nextLink:visited {
	background-image: url(arrowright.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 15px;
}
