body
{
	font-weight: bold;
	text-transform: capitalize;
	color: #E3E1DF;
	font-style: italic;
	font-family: 'Courier New';
	/*background-color:  #FFFFFF;*/
}

.TITLE_BODY
{
	font-weight: bold;
	font-size: 24px;
	text-transform: capitalize;
	color: #000000;
	font-style: italic;
	font-family: Arial;
	background-image: url(Images/bg1.jpg);
	background-repeat: no-repeat;
}
.body_bg {
	background-color: #DCE3EB;
}

.MEETINGS_TITLE
{
	border-top-width: medium;
	font-weight: bold;
	border-left-width: medium;
	border-left-color: gainsboro;
	border-bottom-width: medium;
	border-bottom-color: gainsboro;
	text-transform: capitalize;
	color: darkblue;
	border-top-color: gainsboro;
	font-style: normal;
	font-family: Arial;
	border-right-width: medium;
	border-right-color: gainsboro;
}
.AGENDA_TITLE
{
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	font-style: italic;
	font-family: Arial;
	text-decoration: underline;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.DOCUMENTS_TITLE
{
	border-top-width: medium;
	font-weight: bold;
	border-left-width: medium;
	border-left-color: gainsboro;
	border-bottom-width: medium;
	border-bottom-color: gainsboro;
	text-transform: capitalize;
	color: darkblue;
	border-top-color: gainsboro;
	font-style: normal;
	font-family: Arial;
	border-right-width: medium;
	border-right-color: gainsboro;
}
.DOCUMENT_TITLE
{
	border-top-width: medium;
	font-weight: bold;
	border-left-width: medium;
	border-left-color: gainsboro;
	border-bottom-width: medium;
	border-bottom-color: gainsboro;
	text-transform: capitalize;
	color: darkblue;
	border-top-color: gainsboro;
	font-style: normal;
	font-family: Arial;
	border-right-width: medium;
	border-right-color: gainsboro;
}
#Meetings
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	list-style-position: outside;
	border-left: gray 1px solid;
	color: #000000;
	border-bottom: gray 1px solid;
	font-style: normal;
	font-family: Arial;
	background-color: white;
}
.meetings_bg {
	background-color: #D0D9D1;
}

#Documents
{
	list-style-position: outside;
	color: gainsboro;
	font-style: normal;
	font-family: Arial;
	background-color: #DCE3EB;
	border: 1px solid #000000;
}
#Pages
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	list-style-position: outside;
	border-left: gray 1px solid;
	color: gainsboro;
	border-bottom: gray 1px solid;
	font-style: normal;
	font-family: Arial;
	background-color: #DCE3EB;
}
.documents_bg {
	background-color: #FFFFFF;
}
