.TITLE_page     { font-family: Verdana; font-size: 15px; color:#0A5985; font-weight:bold; word-spacing:0; margin-left:10; margin-top:1; margin-bottom:1; }
.TITLE_product    { font-family: Verdana; font-size: 12px; color:#000000; font-weight:bold; word-spacing:0; margin-left:5; margin-top:1; margin-bottom:1; }
.TITLE_listing	   { font-family: Verdana; font-size: 15px; color:#000000; font-weight:bold; word-spacing:0; margin-left:10; margin-top:0; margin-bottom:0; }
.BODY_listing         { font-family: Arial; color:#000000; word-spacing:0; margin-left:0; margin-right:0; margin-top:5; font-size:12px  }
.BODY         { font-family: Arial; color:#000000; word-spacing:0; margin-left:0; margin-right:0; margin-top:0; font-size:12px  }
.TITLE_special         { font-family: Times; color:#000000; word-spacing:0; margin-left:0; margin-right:0; margin-top:0; font-size:20px  }
.footer   { font-family: Verdana; font-size: 9px; color:#000000; margin-left:4; margin-right:4; margin-top:4; margin-bottom:4; font-weight:normal; .linkstyle text-decoration: none; }

.link { font-family: Verdana; color:#ffffff; word-spacing:0; margin-left:10; margin-right:0; margin-top:3; margin-bottom:3; font-size:11px}
.link A:link {text-decoration: underline; color:#ffffff;}
.link A:visited {text-decoration: none; color:#ffffff;}
.link A:active {text-decoration: none}
.link A:hover {text-decoration: none; color: #999999;}

.menu { font-family: Verdana; color:#ffffff; word-spacing:0; margin-left:10; margin-right:0; margin-top:5; margin-bottom:5; font-size:11px}
.menu A:link {text-decoration: none; color:#ffffff;}
.menu A:visited {text-decoration: none; color:#cccccc;}
.menu A:active {text-decoration: none}
.menu A:hover {text-decoration: none; color: #999999;}

.button {border: #000000 1px solid;}

.box { font-family: Verdana; color:#000000; word-spacing:0; margin-left:1; margin-right:1; margin-top:1; margin-bottom:1; font-size:13px  }
.box A:link { text-decoration: none;font-family:Verdana; font-size:13px; color:#666666; font-weight:bold}
.box A:visited {text-decoration: none; color:#666666; font-weight:bold}
.box A:active {text-decoration: none}
.box A:hover {text-decoration: none; color:#666666;}



/* ############ */
/* # CALENDAR # */
/* ############ */
	
	/* .calendar determines the overall formatting style of the calendar,  
	   acting as the default unless later overruled. */

	.calendar {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: white;
		background-color: #c0c0c0;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* caption determines the style of
	   the month/year banner above the calendar. */

	caption {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: blue;
		background-color: #ffe0c7;
		font-weight: bold;
		border: 1px solid black;
		border-bottom: 0px;
		padding: 2px;
	}

	caption a{
		font-family:arial,helvetica; 
		font-size:11px; 
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	/* .header determines the formatting of the weekday headers at the top
	   of the calendar. */

	.header {
		color: #000;
		background-color: #ffe0c7;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* .calendarlink determines the formatting of those days linked to
	   content. */

	.calendarlink {
		color: white;
	}

	/* .day determines the formatting of each day displayed in the
	   calendar. */

	.day {
		background-color: #808080;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}

	/* .linkedday determines the formatting of a date to which content is
	   available. */

	.linkedday {
		background-color: #8080ff;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}
