body, tr, td, p {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

p {
	padding: 0;
	margin-top: 3;
	margin-bottom: 10;

}

a {
	color: #135B93;
}

a:hover {
	color : #FFA500;
}


/* For Everest pages in general */
.pageTitleEv {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.pageSubTitleEv {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

.contentHeading {
	font-size: 11px;
	font-weight: bold;
}

a.mainContentTitleText:hover {
	color : #FFA500;
}

.rightImage {
	margin-left: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
}

.leftImage {
	margin-right: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}

/* For the Everest Homepage */
.sectionModules a {
	font-family : tahoma;
	font-size: 11px;
	text-decoration : underline;
	color : #135B93;
}
.sectionModules a:hover {
	font-family : tahoma;
	font-size: 11px;
	text-decoration : none;
	color : #FFA500;
}

/* For the individual Module pages (i.e. Accounting, CRM) */
.sectionWhat {
	vertical-align: top;
}

.sectionWhat p{
	vertical-align: top;
	margin: 7px 10px;
	padding: 0;
}

.sectionDemo {
	vertical-align: top;
}

.watchItNow {
	font-size: 12px;
	position:relative;
	top:120px;
	left:25px;
}

.orderItNow {
	font-size: 12px;
	position:relative;
	top:187px;
	left:138px;
}

.sectionFeatures {
	background-color: #EBF0F1;
}

.sectionFeaturesHdr {
	background-color: #88AA9F;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5;
	padding-bottom: 5;
	border-top: 1px solid #FFFFFF;
}
.sectionFaqHdr {
	background-color: #999999;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5;
	padding-bottom: 5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* For the Demos page */
.list-demo li {
	list-style-image:url(/everest/images/icn_demo.jpg);
	margin-bottom: 6px;
}