/* ATR main styles CSS */

body{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin : 0px 0px 0px 0px;
	color : #000066;
}

h1{
	font-size: 22px;
}

h2{
	font-size: 20px;
}

h3{
	font-size : 18px;
}

h4{
	font-size : 16px;
}

hr{
	color : #000066;
}

#pagecontent {
	padding: 15px 15px 15px 15px;
}

#menubar{
	color : white;
	font-size : 11px;
}

#menubar a{
	text-decoration: underline;
	color : white;
}

.headerCell{
	padding : 3px 3px 3px 3px;
	font-size : 11px;
	color : white;
	font-weight : bold;
}

.headerCell a{
	font-size : 11px;
	color : white;
	font-weight : bold;
	text-decoration : underline;
} 

#footer{
	font-size : 11px;
	font-weight: bold;
	color : #999999;
	padding: 2px 2px 2px 2px;
}

/* Equiries & contact page */

.enqheading, .contheading{
	color : white;
	font-weight : bold;
	background-color : #000066;
	padding : 5px;
}

.enqform{
	border : solid 1px #000066;
	border-collapse : collapse;
	padding : 2px;
}

.enqform td{
	padding : 5px;
}

.contform{
	border : solid 1px #000066;
	padding : 0px;
}

.contform td{
	padding : 5px;
	border: none;

}

/*
.contform td{
	padding : 5px;
	margin : 0px;
	border-left: none;
	border-top : none;
	border-bottom : none;
	border-right : none;
}
*/
input, textarea{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border : solid 1px #000066;*/
	border : none;
	}
	
.button{
	font-weight : bold;
	border : solid 1px #000066;
	background-color : #000066;
	color : white;
	}
	



