/*  design - www.elated.com  */



body { background-color: #ffffff; }

td { font-family: verdana, arial, helvetica, sans-serif;  font-size: 11px; color: #666666; }

h1 { font-family: verdana, arial, helvetica, sans-serif;  font-size: 18px; font-weight: normal; color: #ffffff; }

h2 { font-family: verdana, arial, helvetica, sans-serif;  font-size: 14px; font-weight: normal; color: #ffffff; }

h3 { font-family: verdana, arial, helvetica, sans-serif;  font-size: 14px; font-weight: normal; color: #85C035; padding-top: 25px; }



/* LATEST TRAVEL ON HOMEPAGE */
.latesttravel { 
	width: 160px;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #999999; 	
	}


/* PADDED TD */
.tdpadded { 
	padding-top: 10px;
	padding-left: 11px;
	padding-right: 10px;
	padding-bottom: 10px;	
	color: #ffffff;
	}

.newstable { background-color: #85C035; }



/* FOR SPACERS */
.whitebg { background-color: #ffffff; }


/* FOOTER STYLE */
.footer { 
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #85C035;
	color: #ffffff;
	font-size: 9px;
	}


/* SIDEMENU STYLE */
.sidemenuposition { 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	}

/* SIDEMENU TITLE */
.sidemenutitle { 
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	font-weight: bold;
	color: #85C035;
	}

ul.sidemenulist {
	margin-left: 15px;
	padding-left: 15px;
	}

/* FOR DARK BLUE TEXT  */
.bluetext { color: #3C4649; }


/* BODY TABLE DEFS  */
.tabletop { 
	background-color: #B3DD3D;
	color: #211950; 
	}
.tablecontent { 
	background-color: #E6F9B2; 
	}




/* NORMAL LINKS */
a:link {color: #3C4649; text-decoration: none; }
a:visited {color: #3C4649; text-decoration: none; } 
a:active {color: #3C4649; text-decoration: none; } 
a:hover {color: #3C4649; text-decoration: underline; } 


/* LATEST TRAVEL LINKS ON HOMEPAGE */
a.travel:link {color: #85C035; text-decoration: none; }
a.travel:visited {color: #85C035; text-decoration: none; } 
a.travel:active {color: #666666; text-decoration: none; } 
a.travel:hover {color: #666666; text-decoration: underline; } 

/* SIDEMENU LINKS */
a.sidemenu:link {color: #85C035; text-decoration: none; font-weight: bold; }
a.sidemenu:visited {color: #85C035; font-weight: bold; } 
a.sidemenu:active {color: #666666; font-weight: bold; } 
a.sidemenu:hover {color: #666666; text-decoration: underline; font-weight: bold; } 

/* PAGE LINKS */
a.page:link {color: #85C035; text-decoration: none; font-weight: bold; }
a.page:visited {color: #85C035; text-decoration: none; font-weight: bold; }
a.page:active {color: #666666; text-decoration: none; font-weight: bold; } 
a.page:hover {color: #666666; text-decoration: underline; font-weight: bold; }

/* PAGE HEADER LINKS */
a.pageheader:link {color: #ffffff; text-decoration: underline; font-weight: bold; line-height: 1.8; }
a.pageheader:visited {color: #ffffff; text-decoration: none; font-weight: bold; line-height: 1.8; }
a.pageheader:active {color: #E6F9B2; text-decoration: none; font-weight: bold; line-height: 1.8; } 
a.pageheader:hover {color: #E6F9B2; text-decoration: underline; font-weight: bold; line-height: 1.8; }  

/* FOOTER LINKS */
a.footer:link {color: #ffffff; text-decoration: none; font-size: 9px; }
a.footer:visited {color: #ffffff; text-decoration: none; font-size: 9px; } 
a.footer:active {color: #ffffff; text-decoration: none; font-size: 9px; } 
a.footer:hover {color: #ffffff; text-decoration: underline; font-size: 9px; } 


