/******************/
/*Body            */
/******************/

body {
	color: #000000;
	font-family: "Arial", "Geneva", "Lucida", "Helvetica", sans-serif;
	background: #EEEEEE
				url("/images/background.jpg")
				repeat
				fixed
				top left;
	font-size: 90%;
	text-align: justify;
	margin:	20px
			10px
			100px
			10px;
	}

/******************/
/*Lists           */
/******************/

p, ol, ul {
	margin-top: 10px;
	margin-bottom: 5px;
	}

ul.sublist {
	margin-top: 1px;
	}

dt {
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	}

dd {
	margin-bottom: 10px;
	}


/******************/
/*Horizontal Rule */
/******************/

hr.small {
	width: 50%;
	text-align: left;
	}

/******************/
/*Classes         */
/******************/

.center {
	text-align: center;
	}

.left {
	margin: 20px 250px 20px 20px;
	}

.footer {
	color: #CDBE70;
	text-align:	right;
	clear: both;
	font-style: italic;
	font-size: 90%;
	line-height: 150%;
	margin: 20px;
	}

.title {
	color: #550000;
	font-weight: bold;
	}

.talk {
	margin-left: 30px;
	}

.subscr {
	color: #FFFFFF;
	}

.memo {
	color: #550000;
	font-style: italic;
	}

.guest {
	font-size: 90%;
	margin: 20px 50px 2px 20px;
	}

.talk {
	font-size: 90%;
	margin: 5px 100px 4px 50px;
	}

.debit {
	color: #550000;
	}

/******************/
/*Forms           */
/******************/

input, textarea	{
	font-family: "arial", sans-serif;
	font-size: 100%;
	color: #000000;
	}

.button {
	font-size: 100%;
	}

/******************/
/*Table           */
/******************/

table.center1	{ 
	margin-left: auto;
	margin-right: auto;
 }

td {
	vertical-align: top;
	}

td.menu {
	width: 200px;
	text-align: center;
	}

td.buffer {
	height: 30px;
	}

td.body {
	padding: 25px 50px 50px 50px;
	background: #D2B48C;
	}

td.right {
	padding: 5px 10px 0px 10px;
	text-align: right;
	}

td.stats {
	padding: 5px 10px 0px 10px;
	text-align: center;
	}

td.date {
	text-align: center;
	width: 10%;
	}

td.time {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	text-align: right;
	width: 10%;
	}

td.event {
	background: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	}

td.workshop {
	background: #FFFF99;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	width: 25%;
	}

td.feature {
	background: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	}

td.open {
	background: #FFFF99;
	border-style: dotted;
	border-width: 1px;
	border-color: black;
	width: 20%;
	}


/******************/
/*Image           */
/******************/

img {
	border-width: 0px;
	vertical-align: middle;
	margin: 10px 10px 10px 10px;
	}

img.nav {
	margin: 0px 0px 0px 0px;
	}

/******************/
/*Pseudo-Class    */
/******************/

a:link {
	text-decoration: none;
	color: #005500;
	font-weight: bold;
	background: transparent;
	}

a:visited {
	text-decoration: none;
	color: #005500;
	font-weight: bold;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: transparent;
	}

a:active {
	text-decoration: none;
	color: #DDDDDD;
	font-weight: bold;
	background: transparent;
	}

a.menu:link {
	text-decoration: none;
	color: #000000;
	background: transparent;
	}

a.menu:visited {
	text-decoration: none;
	color: #000000;
	background: transparent;
		}

a.menu:active {
	text-decoration: none;
	color: #000000;
	background: transparent;
	}


