* {
	font-family: Helvetica, Verdana, Arial, sans-serif, Trebuchet;
}
.headBar {
	text-align: center;
	background-image:url(images/HeaderBack.jpg);
	background-repeat: repeat-x;
	height: 109px;
	color: #ffffff;
}

.top {
	vertical-align:top;
	}
/** Navigation **/
.menuBlock {
	height: 145px;
}
.topBar {
	text-align: center;
	background-image: url(images/NavBarBack.gif);
	background-repeat: repeat-x;
	height: 36px;
	color: #ffffff;
}

.menu_tab_left {
	background-image: url(images/NavLeft.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 41px;
}
.menu_tab_mid {
	background-image: url(images/NavBack.gif);
	height: 36px;
	background-repeat: repeat-x;
}
.menu_tab_sep {
	background-image: url(images/Seps.gif);
	width: 12px;
	height: 36px;
	background-repeat: no-repeat;
}
.menu_tab_right {
	background-image: url(images/NavRight.gif);
	width: 41px;
	height: 36px;
	background-repeat: no-repeat;
}

.finMenu,
.finMenu:link,
.finMenu:visited {
	font-size: 12px;
	font-weight: bold;
	color:#FFFF00;
	text-decoration: none;
	text-align: center;
}

.finMenu:hover,
.finMenu:active {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}

/**footer **/

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 2px 0 2px 0;
	background: #000000;
	color:#FFFFFF;
	text-align:center;
}


.foot, 
.foot A:link, 
.foot A:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color:#666666;
	text-decoration: none;
}

.foot A:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFFF00;
	text-decoration: blink;
}

.tico,
.tico A:link, 
.tico A:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color:#666666;
	text-decoration: none;
}
.tico A:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFFF00;
	text-decoration: blink;
}



/** website **/
body {
	background: url(images/BodyBack.jpg) repeat;
	margin: 0px;
	margin-top: 0px;
}

.bold {font-weight:bold;}
.center {text-align:center;}
.italic {font-style:italic;}
.top {
	vertical-align:top;
	padding-top: 0cm;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:0.1cm;
}

h3 {
	font-size:13px;
	font-weight:normal;
	color:#000000;
	margin-top: 0.1cm;
}

h4 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	padding-left: 20px;
}

h5 {
	font-size:10px;
	font-weight:normal;
	color:#000000;
	margin-top: 0.1cm;
	margin-bottom:0.2cm;
}

h5.bold{font-weight:bold;}

h6 {
	font-size:9px;
	font-weight:normal;
	color:#000000;
}
.gst{
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

li {
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

#HomePageBg {
	background: #FFFFFF url(images/MainBack.gif) repeat-y;
	width: 760px;
	margin: 0 auto;
}



.title {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	vertical-align: top;
	text-align:left;
	padding: 10px;	
	width: 250px;
}

#centrecol {
	width:90%;
	margin: 0 auto;
	padding-right:10px;
}

#leftcol {
	float:left; 
	width:47%;
	margin-left :15px;
}

#rightcol {
	float:right; 
	width:47%;
	margin: 0 auto;
	padding-right:10px;
}

table {	table-layout:fixed;
		border-spacing:0px;
}

table.menu {table-layout:auto;}

table.rates
{
	border-collapse: collapse;
	empty-cells: show;
}
table.rates td
{
	border: 1px solid;
	border-color:#FFFF00;
	padding-left:3px;
	margin-bottom:-5px;
	height: 25px;
}

#homePic{
	position : absolute;
	bottom : 0px;
	right : 0px;
	display : block;
}

.rightbottom {
	float: right;
	vertical-align:bottom;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000000;

}
.clear {clear:both;}
