/* SET BASE FONT */
body,th,td,div,p {
	font: 14px/16px Calisto, Georgia, Times New Roman, Times, serif;
	color:#000000;
}

body{
	background-color:#ffffcc
	}

A {
	color : #69a954;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color : #69a954;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #900000;
	font-weight: bold;
	text-decoration: underline;
}

H3.red {
	color: #990000;
	font: 16px/18px Calisto, Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	text-align:center;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:4px;
}

HR.red {
	color : #900000;
	background: #900000;
	width : 70%;
	height : 2px;
	margin-top : 5px;
	margin-bottom : 5px;
}

input {
	font-size: 10px;
	color:#800000;
	background-image:url(images/paper.jpg);
	}

select {
	font-size: 10px;
	color:#800000;
	}

textarea {
	font-size: 10px;
	color:#235a26;
	}
	
P {
	text-align : justify;
	text-indent : 5px;
	margin-left : 6px;
	margin-right : 8px;
	margin-top : 5px;
	margin-bottom : 5px;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}

TD.headers {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
}

TD.form_left {
	padding-top:5px;
	padding-right:5px;
}

TD.form_right {
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}

TD.form_center {
	text-align:center;
	padding-top:5px;
	padding-right:5px;
}


.Lelah  { color: #000 }
.booknow { color: #000; text-decoration: underline }
.gray { color: #666; text-decoration: none }