/* external style sheet ambulance.css*/

/*body tags*/

BODY.front {
	background : #FFFFFF url(art/back.jpg) no-repeat;
	width : 780px;
	height : 450px;
	font-family : helvetica, arial; 
}

/*standard text and body*/

p {
font-weight : normal; 
font-size : 13px;
line-height : 15px; 
color : black;
text-align : left; 
}

.search {
font-weight : normal; 
font-size : 10px; 
line-height : 14px; 
color : #0084A5;
text-align : center;
}

.search em {
font-weight : normal; 
font-style : normal;
font-size : 13px; 
line-height : 13px; 
font-family : times new roman, serif; 
color : black;
text-align : center;
}

/*images*/

.Hlogo {
	position : absolute; 
	border-style : none; 
	border : 0px;
	float : none; 
	clear: none;
	top : 144px;
	left : 214px;
	width : 175px;
	height : 32px;
}

.Alogo {
	position : absolute; 
	border-style : none; 
	border : 0px;
	float : none; 
	clear: none;
	top : 207px;
	left : 203px;
	width : 197px;
	height : 27px;
}

.Llogo {
	position : absolute; 
	border-style : none; 
	border : 0px;
	float : none; 
	clear: none;
	top : 258px;
	left : 214px;
	width : 175px;
	height : 45px;
}

.Rlogo {
	position : absolute; 
	border-style : none; 
	border : 0px;
	float : none; 
	clear: none;
	top : 320px;
	left : 214px;
	width : 175px;
	height : 44px;
}

.Ilogo {
	position : absolute; 
	border-style : none; 
	border : 0px;
	float : none; 
	clear: none;
	top : 387px;
	left : 214px;
	width : 175px;
	height : 25px;
}

.minipics {
	position : relative; 
	margin-right : 5px;
	left : 5px;
	width : 100px;
	height : 55px;
}

/*div tags*/

div.opening {
	position : absolute;
	top : 76px;
	left : 95px;
}

div.result {
	position : absolute;
	top : 130px;
	left : 100px;
}

div.describe {
	position : absolute;
	top : 130px;
	left : 415px;
}

/*links*/

A:visited {
font-weight : bold; 
color : #A1A1A1;
text-decoration : none; 
}

A:link {
font-weight : bold; 
color : #A1A1A1;
text-decoration : none; 
}

A:hover {
color : #ad0000; 
}

A:active {
color : #0084A5;
}

/*end of file*/