/*
colours:
white: ffffff
grey: DCDDDE
dark blue:007BC3
light blue: E0E9F6
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/tel.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
/*---------------------------------------------------------------------*/
.header {
	padding: 4px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right 45px;
}
/*---------------------------------------------------------------------*/
.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #007BC3;
	border-top: 1px solid #007BC3;
	border-bottom: 5px solid #E0E9F6;
	height: 25px;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}
.menu a:hover {
	color: #007BC3;
	background-color: #E0E9F6;
}
/*---------------------------------------------------------------------*/
.main {
	background-image: url(../images/pagebg.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
	padding: 20px;
	text-align:justify;
}
.main a {
	font-weight: bold;
	color: #007BC3;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	font-style: italic;
	color: #007BC3;
}
h2 {
	font-size: 120%;
	font-style: italic;
	color: #007BC3;
}
/*---------------------------------------------------------------------*/
.footer {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 5px;
	background-color: #007BC3;
	border-top: 5px solid #E0E9F6;
	clear: both;
}
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
.right {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.right img {
	filter: Chroma(Color=ffffff);

}

/*===========================================================================================*/

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.table {
	border-collapse: collapse;
}
.table caption {
	background-color: #007BC3;
	color: #ffffff;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}
.table th {
	vertical-align: top;
	text-align: right;
	background-color: #007BC3;
	color: #ffffff;
	padding: 8px;
	border-top: 1px solid #ffffff;
}
.table td {
	background-color: #ececec;
	color: #ffffff;
	padding: 5px;
	border-top: 1px solid #ffffff;
}
.error {
	color: #FF0000;
}
/*===========================================================================================*/
