BODY {
	background-color:#D86F5C; /* Orange */
	color:#000000; /* Font color black */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom:0px;
}

.table_template {	
	background-color:#D1D984; /* Green/yellow */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	border-left-color:#ECCA9B; /* Orange light */
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#ECCA9B; /* Orange light */
	border-right-style:solid;
	border-right-width:thin;
	color:#000000; /* Font color black */
}

.right_column { /* Rainbow strip on the left side */
	background-image:url(../images/column_right.jpg);
	background-repeat:no-repeat;
}

.left_column { /* Rainbow strip on the right side */
	background-image:url(../images/column_left2.jpg);
	background-repeat:no-repeat;
}


.heading_pastel { /* Heading bgr with Chrystal name */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/heading.jpg);
	font-size:16px;
	color:#000000; /* Font color black */
}


.menu /* Menu font */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000; /* Font Black */
	}

.menu:hover /* Menu font when cursor over */
	{
	text-decoration:underline;
	color:#D9E869; /* Yellow bright */
	}

.menutbl /* Menu cell */
	{
	background-image:url(../images/bgr_menu.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:140px;
	}

.footing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000; /* Font color black */
}

.frame /* Any frame with this template */
	{
	background-color:#D1D984; /* Yellow/green */
	border-bottom-color:#642D55; /* Medium beige */
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-left-color:#642D55; /* Medium beige */
	border-left-style:solid;
	border-left-width:thick;
	border-right-color:#B65B9E; /* Lighter beige */
	border-right-style:solid;
	border-right-width:thick;
	border-top-color:#B65B9E; /* Lighter beige */
	border-top-style:solid;
	border-top-width:thick;
	color:#C4ECFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	}

.rates /* Rates cell */
	{
	background-color:#D1D984; /* yellow-green */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000; /* Font color black */
	}

.rates:hover /* Rate cell when mouse over */
	{
	background-color:#FFFFCC; /* Background yellow light when mouse over */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000; /* Font turn black when mouse over */
	}


