/* ---------------------------------------- Default Navigation Tag ------------------------- */  
a:link
{
	color: rgb(0,0,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,0,0);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,0,0);
	text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,0);
	text-decoration: none;	
}
/* ---------------------------------------- Default Navigation Tag ------------------------- */ 

/* ---------------------------------------- bottom Navigation Tag ------------------------- */ 

a.bottom:link
{
	color: rgb(50,50,50);
	text-decoration: none; 
}
a.bottom:visited
{
	color: rgb(50,50,50);
	text-decoration: none;
} 
a.bottom:active 
{
	color: rgb(50,50,50);
	text-decoration: none;
}
a.bottom:hover
{
	color: rgb(50,50,50);
	text-decoration: underline;	
}

/* ---------------------------------------- bottom Navigation Tag ------------------------- */ 

/* ---------------------------------------- MT Navigation Tag ------------------------- */ 

a.mt:link
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size  : 13px;
}
a.mt:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size  : 13px;
} 
a.mt:active 
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size  : 13px;
}
a.mt:hover
{
	color: rgb(245,183,67);
	text-decoration: none;
	font-size  : 13px;	
}

/* ---------------------------------------- MT Navigation Tag ------------------------- */ 


/* ---------------------------------------- Sitemap Link ------------------------- */ 

a.site:link
{
	color: rgb(0,0,0);
	text-decoration: none;
	font-size  : 13px;
}
a.site:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
	font-size  : 13px;
} 
a.site:active 
{
	color: rgb(0,0,0);
	text-decoration: none;
	font-size  : 13px;
}
a.site:hover
{
	color: rgb(159,9,13);
	text-decoration: none;
	font-size  : 13px;	
}

/* ---------------------------------------- Sitemap Link ------------------------- */ 


body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	background:url('images/bgfix.gif') no-repeat fixed top;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#e7e7e7 url('images/bg.gif') repeat-x top;
	 
}


.bgbottom {
	background: url('images/bg-bottom.gif') repeat-x bottom;
	 
}

.bgbodyinside {
	background:#ffffff url('images/bg-body-inside.gif');
	 
}

.bgbodyleft {
	background:#f1f1f1 url('images/bg-body-left.gif');
	 
}

.bgmt {
	display: box;
	height: 33px;
	background:#aa1216 url('images/bg-mt.gif');
	 
}

.bghd {
	background:#e6e6e6 url('images/bg-hd.gif');
	 
}



/* ---------------------------------------- Table Colour Tags ------------------------- */  
.th
{
    background-color:rgb(150,150,150);
    font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(211,211,211);
	font-family: Arial;
	font-weight: bold;
	font-size  : 12px;
	color: rgb(0,0,0);
}
.tch-right
{
    background-color:rgb(211,211,211);
	font-family: Arial;
	font-weight: bold;
	font-size  : 12px;
	color: rgb(155,0,0);
}

.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0);
}

.tca
{
    background-color:#FFFFE6;
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0);
}


.readband
{
    background-color:#9f090d;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}

/* ---------------------------------------- Table Colour Tags ------------------------- */  


/* ---------------------------------------- Heading Tags ------------------------- */ 

h1
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(153,4,23);
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 0px;
}

h2
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 15px;
}

h3
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0);
	margin-bottom: 3px;
	margin-top: 5px;
}

h4
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(164,4,24);
	margin-bottom: 3px;
	margin-top: 5px;
	padding-left: 5px;
}

.special
{
	font-family: Arial;
	font-size  : 18px;
	font-weight: normal;
	color: rgb(255,255,255);
	margin-top:-3;
	margin-bottom:2;
	margin-left:8px;

}
/* ---------------------------------------- Heading Tags ------------------------- */



/* ---------------------------------------- Form Tags ------------------------- */
.tb
{
    border:1px solid #dddddd; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}
/* ---------------------------------------- Form Tags ------------------------- */


.bottom
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: normal;
	text-align: center;

}

.text-special
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	text-align: Justify;
	color: rgb(0,0,0);
	margin-top:0;
	margin-bottom:0;
	margin-left:8px;
	margin-right:8px;
}

.text-testimonials
{
	font-family: Arial;
	font-size  : 12px;
	font-style:italic;
	color: rgb(0,0,0);
	line-height: 130%
	
}


p
{
	text-align: Justify;
	line-height: 150%
}

ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   line-height: 150%;
   list-style-image:url('images/listbullet.gif');
}


/* ---------------------------------------- Fieldset Style ------------------------- */

fieldset  {
	color: #666;
	background-color: #;
	border: dotted 1px #d0595c;
	}

legend  {
	color: #fff;
border-left:1px solid #a40e12; border-right:1px solid #a40e12; border-top:0px solid #a40e12; border-bottom:1px solid #a40e12; width:55px !important;	
	background-color: #a40e12;
	font-size  : 18px;
	font-weight: normal;
	padding: 4px 16px 4px 16px;	
	clear:both;					
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	z-index:5100;

					}
/* ---------------------------------------- Fieldset Style ------------------------- */
