/*Links*/
.a:link {
	color: #F15A24;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.a:visited {
	color: #F15A24;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.a:hover {
	color: #F15A24;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.footer_link:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.footer_link:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.footer_link:hover {
	color: #F15A24;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.email_link:link {
	color: #000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.email_link:visited {
	color: #000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.email_link:hover {
	color: #000;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.featured_title_link:link {
	color: #F15A24;
	text-decoration: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-weight: bold;
}

.featured_title_link:visited {
	color: #F15A24;
	text-decoration: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-weight: bold;
}

.featured_title_link:hover {
	color: #FF9933;
	text-decoration: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-weight: bold;
}

.locText_link:link {
	color: #F15A24;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.locText_link:visited {
	color: #F15A24;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.locText_link:hover {
	color: #F15A24;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.normal_txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	vertical-align: top;
}

.para {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	vertical-align:top;
}

.field_title_txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.err_txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	font-style: italic; 	
}

.paging_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;	
}

.replies {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align:top;
}
/* Buttons */

.btn01 {
	color: #FFF;
	background: #9B1E03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px ridge #c0c0c0;
	height: 25px;
}


.btn02 {
	color: #000;
	background: #F8D166;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px ridge #c0c0c0;
	height: 23px;
}


/* Body */

body{
	padding: 0px;
	line-height: normal;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	background: #FFF;
}

#company_name {
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: 28px;
	color: #9B1E03;
	line-height: 1.0em;
}

h1 {
	font-family: "Arial Rounded MT Bold";
	font-weight: normal;
	font-size: 16px;
	color: #F15A24;
}	

h2 {
	font-family: "Arial Rounded MT Bold";
	font-weight: normal;
	font-size: 14px;
	color: #000;
	padding: 5px 15px 5px 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#welcome_text {
	font-family: "Arial Rounded MT Bold";
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

#validate_text {
	font-family: "Arial Rounded MT Bold";
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

#para {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	text-align:justify;
}


/*Navi*/

#menu a:link{
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#menu a:visited{
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#menu a:hover{
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	color: #9B1E03;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}


/*Package Details*/

#locTitle2 { 
	font-family: Arial;
	font-size: 13px; 
	color: #000; 
	font-weight: bold;
}

#locTitle3 { 
	font-family: "Arial Rounded MT Bold";
	font-size: 16px; 
	color: #F15A24; 
	font-weight: bold;
}

#locText { 
	font-family: Arial;
	font-size: 12px; 
	color: #666; 
	font-weight: normal;
	text-align: justify;
}

#locText2 { 
	font-family: Arial;
	font-size: 13px; 
	color: #000; 
	font-weight: normal;
}

#locText4 { 
	font-family: Arial;
	font-size: 12px; 
	color: #F15A24; 
	font-weight: normal;
	text-align: justify;
}

#locFrom { 
	font-family: "Arial Rounded MT Bold";
	font-size: 11px; 
	color: #9B1E03;
}

#locRM { 
	font-family: "Arial Rounded MT Bold";
	font-size: 15px; 
	color: #9B1E03; 
	font-weight:bold;
}

#locPrice { 
	font-family: "Arial Rounded MT Bold";
	font-size: 28px; 
	color: #9B1E03; 
	font-weight:bold;
}

#sub_title {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	color: #F15A24;
	font-weight: bold;
}

#copyright {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

/*Table*/
table.table_theme_1 {
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.table_theme_1 th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #F15A24;
	color: #FFF;
}

table.table_theme_1 td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li {
	list-style-position: inside;
}
