body {
	background-color: #131E55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}
li {
	line-height: 20px;
}

.blue{
	color:#000066;
}

#content_cell {
	background-color:#FEFBFF;
	background-image: url(../images/mid-bkg.gif);
	width: 790px;
	background-position:bottom;
	background-repeat:no-repeat;
}
.general_content {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px 5px 10px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	color: #660000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
.testimonial-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 110%;
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
	display: block;
	border: 1px solid #660000;
	width: 80%;
	padding: 10px;
}
.heading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 80%;
	font-weight: bold;
	color: #000066;
}

.heading  a{
	color:#000066;
	text-decoration:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 85%;
}

.footer a{
	color:#ffffff;
}

.footer a:hover{
	color:#ff0000;
}

.testimonial-big a{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}

/* any link menu */

.white{
	color:#ffffff;
	padding-left:0px;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.white:hover{
	color:#cccc00;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color:#EEEDED;
	width: 205px;
	text-align:left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:#000066;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#c0c0c0;
color: white;
}

/* calendar */
.main {
width:200px;
border:1px solid black;
}

.month {
background-color:#131E55;
font:bold 12px arial;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px arial;
color:white;
}

.days {
font-size: 12px;
font-family:arial;
color:gray;
background-color:#FEFBFF;
padding: 2px;
}

.days #today{
font-weight: bold;
color:#131E55;
background-color:#FFFFCC;
width:100%;
text-decoration:none;
}

.days #today:hover{
color:red;
background-color:#c0c0c0;
width:100%;
}

.thom_back{
background-image:url(../../images/peaceful_back.gif);
background-repeat:no-repeat;
background-position:bottom;
background-attachment:scroll;
}