.table_border {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-color: #006699;
	border-style:solid;
	width:100%;
}
.table_border TD {
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color: #006699;
	border-style:solid;
}

.text_red {
	color:#FF0000;
}
.errorField {
	color:#990000;
	font-size:11px;
}
.errorForm {
	color:#FF0000;
	text-align:center;
}
TABLE#contact {
	border: 2px solid;
	width:70%;
	margin:auto;
}
TABLE#contact TD{
	border: 2px solid solid;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.table_cal {
	background-color:#666666;
	width:95%;
	color:#FFFFFF;
	line-height:30px;
}

.bg_image {
	background-image:url(../images/bg_uk.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:44px;
	color:#FFFFFF;
}
.text_footer {
	color:#FFFFFF;
	background-color:#37383A;
	height:70px;
	text-align:center;
}
.heading {
	color:#9F0507;
}
.header {
	color:#666666;
	font-size:16px;
}
.header_white {
	color:#FFFFFF;
	font-size:16px;
}
TABLE#table_header {
	width:100%;
	background-image:url(../images/bg_header.jpg)
}

TABLE#table_countries {
	border:#BABABA solid 1px;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	text-align:center
}

TD#td_menu_left_uk {
	width:8px;
	height:42px;
	background-image:url(../images/menu_left_uk.jpg);
}
TD#td_menu_repeat_uk {
	width:100px;
	color:#FFFFFF;
	background-image:url(../images/menu_repeat_uk.jpg);
	text-align:center;
}
TD#td_menu_right_uk {
	width:8px;
	background-image:url(../images/menu_right_uk.jpg);
}
TD#td_separate_uk {
	color:#9F0507;
	font-size:20px;
	width:5px;
	text-align:center;
}

TD#td_separate {
	color:#58A302;
	font-size:20px;
	width:5px;
	height:42px;
	text-align:center;
}
TD#td_menu_repeat {
	width:100px;
	color:#FFFFFF;
	background-image:url(../images/menu_repeat.jpg);
	text-align:center;
}
TD#td_menu_right {
	width:8px;
	background-image:url(../images/menu_right.jpg);
}
TD#td_menu_left {
	width:8px;
	height:42px;
	background-image:url(../images/menu_left.jpg);
}

TABLE#main {
	width:941px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
TABLE#main TD {
	padding:0px;
}
TABLE#main TD TABLE {
	border-collapse:collapse;
}

/* Basic Start */
input[type=text] {
	font-size:12px;
}
SELECT {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:180px;
}
LI {
	line-height:20px;
}
H4 {
	font-size:16px;
	margin:0;
}
H3 {
	font-size:20px;
	font-weight:normal;
	margin:0px 5px;
}
A {
	text-decoration:none;
	color:#666666;
}
DIV {
	text-align:justify;
}
IMG {
	border:0;
}
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

