/* Begin: Global Tag Elements */

html{

}

body{
	margin:0px;
	/*background-color: #ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-image: url(../images/layout/mainBackground.jpg);
	background-repeat: repeat-x;*/
}

h1{}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:23px;
	font-weight:100;
	color:#525132;
	line-height:23px;
	margin:5px 0px 5px 0px;

}

h3{
	color:#8E3759;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	margin:28px 0px 12px;
	text-transform:uppercase;
}

/**/

h4{
	color:#525132;
	font-size:18px;
	font-weight:normal;
	line-height:19px;
	margin:28px 0px 12px;
	text-transform:none;
}
h5 {
	color: #8E3759;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B5A8;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-bottom: 3px;
	padding-top: 6px;
}


a{
	color:#525132;
	}

a:hover{
}

a:visited{
	color:#525132;
}

p{
	line-height: 24px;
}

/* Added by Tony */
blockquote{
	background-color: #FAFAE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	background-image: url(../images/layout/quote.gif);
	background-repeat: no-repeat;
	border: 1px solid #F4F3EC;
	background-position: 7px 10px;
}

.credit {
	text-align : right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.credit small { 
font-size: 80%;
} 


/* End: Global Tag Elements */

.agenda {
  border: solid 1px #666666;
  cellspacing: 0px;
}

table.agenda tr:nth-child(odd) {
  background-color: #fffdf1;
}

table.agenda td {
  vertical-align: top;
}

