body 
{
	margin: 10px;
}
body,td,th 
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1
{
	font-size: 16px;
	color: #660000;
        font-family: Verdana, Arial, Helvetica, sans-serif
	font-weight: bold;
	color: #000099;
}
h2 
{
	font-size: 13px;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.style1 
{
	font-size: 12px;
	font-weight: bold;
}
.style2 
{
	font-size: 12px
}

.style10 
{
	font-size: 10px; 
	font-weight: bold; 
}
.style16 
{
	font-size: 10px; 
	font-weight: bold; 
	color: #666666; 
}


#left
{
	width: 150px;
	height: 489px;
	background: url(../images/left.jpg) no-repeat #ffffff;
	text-align: center;
	float:  left;
}

#content
{
	float: left;
	width: 550px;
	margin: 10px;
}

#content p
{
	font: 
	font-size: 12px;
}

#right
{
	width: 130px;
	background-color: #CCFF00;
	float: right;
	margin-left: 5px;
}

#right p
{
	color: #ff0000;
	text-align: center;
	font-style: italic; 
}

#right h1
{
	color: #ff0000;
	text-align: center;
	font-size: 16px;
	font-style: italic; 
	margin-top: 5px;
}

.wireframemenu
{
	margin-top: 30px;
	border-top: 1px solid #94A6B5;
	border-bottom-width: 0;
	width: 135px;
}

* html .wireframemenu
{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 129px;
}

.wireframemenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a
{
	font: bold 11px tahoma;
	padding: 6px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #94A6B5;
}

.wireframemenu a:visited
{
	color: #222222;
}

html>body .wireframemenu a
{ 	width: auto;
}

.wireframemenu a:hover
{
	background-color: #84A6C6;
	color: black;
}

.date
{
	background: #FFFFCC;
	height: 30px;
	font-size: 10px;
}

.value
{

	background: #99CCFF;
	height: 30px;
	font-size: 10px;
}

.booked
{
	background: #FFFF00;
	height: 30px;
	font-size: 10px;
}

li.altern a
{
	color: Red;	
}

li.altern a:hover
{
	font-weight:bold;
	background-color: Silver;
}

li.altern a:visited
{
	color: Red;
}

ul.circle
{
   list-style-type:circle;
}
li.margin
{
  margin-left:100px;
}

p.margin { margin-left:100px; font-size:16px;}

