/* Copyright 2006-2008 - Holiday Inn New Braunfels */


	
	
/* Navagation Menu  */	


#navigation_main td {
	font:   bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #f7cf00;
		background: #016e50;

	}
	
#navigation_main a {
	font:   15px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
		text-decoration: none;
	}
	
#navigation_main a:hover {
font:    15px Verdana, Arial, Helvetica, sans-serif;
	color: #f7cf00;

	}
	
	
	
/* Sub - Navagation Menu  */
	


#navigation_sub td {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
#navigation_sub a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #016e50;
	text-decoration: none;
	}
	
#navigation_sub a:hover {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}	

/* Table Borders  */

#border_leftandright td {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}	
	
#border_left td {
	border-left: 1px solid #000000;


	}
	
#border_right td {
	border-right: 1px solid #000000;

	}
	
#border_bottom td {
	border-bottom: 1px solid #ffffff;

	}
	
#border_top td {
	border-top: 1px solid #943335;

	}		
	
#border_all td {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#border_all_no_top td {
	border-left: 1px solid #b21e44;
	border-right: 1px solid #b21e44;
	border-bottom: 1px solid #b21e44;
	}	
	

#border_undue_not_left td {

	border-right: 1px solid #ffffff;
	border-top:  none;
	border-bottom: 1px solid #ffffff;
	}	


#border_undue_not_bottom td {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #943335;
	}	
	
	
#border_undue td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	}	
	
/* Text_Body  */	
	
#Text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:25px;
	letter-spacing:normal;
	}
	
#Text a {
	color: #1c3f94;
	line-height:15px;
	letter-spacing:normal;
	text-decoration: underline;
	}
	
#Text a:hover {
	color:#000000;
	text-decoration: none;
	}	


#Text-Main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	letter-spacing:normal;
	}
	
#Text-Main a {
	color: #1c3f94;
	line-height:22px;
	letter-spacing:normal;
	text-decoration: underline;
	}
	
#Text-Main a:hover {
	color:#000000;
	text-decoration: none;
	}		
	
	
	
/* Footer   */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:15px;
	letter-spacing:normal;
	}
	
#footer a {
	color: #ffffff;
	line-height:15px;
	letter-spacing:normal;
	text-decoration: underline;
	}
	
#footer a:hover {
	color:#ffffff;
	text-decoration: none;
	}
	

	
	
	
	
	