@import url("form-style.css");
@import url("positioning.css");
/*

All Code on this page is (C) ANG Malta 2007.

*/



/* ----- Start default styles ----- */

a:hover 
{
text-decoration: none;
}

a:visited
{
color:#000000;
}
a
{
text-decoration: underline;
}

a.black
{
color: #000000;
}

a.white
{
color: #FFFFFF;
}

body
{
background-color: #FFFFFF;
color: #000000;
margin-top: 0;
margin-bottom: 0; 
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}
.dotted
{
background:url(../images/bg.gif);}


.noborder
{
border:none;
}


/* ----- End default styles ----- */

/* ----- Start Custom styles ----- */

H2
{
color:#ff7d00;
font-size:14px;
}

H2.welcome
{
padding-top:9px;
}

H3
{
color:#ff7d00;
font-size:12px;
}
H3.orangeback
{
background-color:#FFFFCC;
}
H4
{
font-size:11px;
font-weight:bold;}

P.news-content
{
font-size:10px;
color:#000000;
}

P.rightalign
{
text-align:right;
}


P.justify
{
text-align:justify;
}

P.bold
{
font-weight:bold;
}

.imgalignleft
{
float:left;
margin:5px;}

.imgalignright
{
float:right;
margin:5px;
}

.center
{
text-align:center;
}

#faqimage
{
padding-right:10px;
float:left;
}

.valigntop
{
vertical-align:top;
margin-top:3px;
}

.required
{
font-size:10px;
color:#FF0000;
}

#list
{
font-weight:bold;
}
/* ----- End Custom styles ----- */

/* ----- Styles for car hire table ----- */

#carhire-table{
	width:100%;
	border: thin solid #000000;
	margin: 0px;
	padding: 0px;
}
#column1
{width:170px;}

.column2{width:162px; background-color:#EEEEEE;}
#column3{width:116px;}
#row1carhire
{
background-color:#FFFFCC;
}
/* ----- End styles for car hire table ----- */


/* ----- Start styles for CONTACT FORM table ----- */
.contactform
{
width:100%;
}
/* ----- End styles for CONTACT FORM table ----- */

.flash1
{
float:left;
margin-right:5px;}

.frontpage a
{text-decoration:none;color:#000000;}

.frontpage a:hover
{text-decoration:underline;color:#000000;}

.lowop a
{text-decoration:underline;color:#000000;}

.lowop a:hover
{text-decoration:none;color:#000000;}