.outline {
	border: 1px solid #999999;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.rightlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;

}
.redhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: 700;
}
.romanlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.documentLink{
	padding-right:10px;
}

/*firecast classes*/
body, td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
img {
	vertical-align: top;
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}
.quote_cell p{
	font-size: 9px;
	margin-top:0px;
	margin-bottom:10px;
}
.main_cell{
	background-image: url(../images/fullLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*ENQUIRY FORM*/
#enquiry{
	padding-top:10px;
	padding-bottom:10px;	
}
#enquiry a{
	color: #ff0000;
}
#enquiry form{
	margin:0px; /**removes margins around forms*/
}
#enquiry label{
	position : relative; 
	width : 12em; 
	display : block; 
	margin : .5em 0em; 
	margin-bottom:1.2em;
}
#enquiry label.chkbox{
	position : relative; 
	width : 20em; 
	display : block; 
	margin : .5em 0em; 
	margin-bottom:1.2em;
}
#enquiry .chk_table{
	padding:0px 4px 4px 4px;
	margin-left:140px;
	border:0;
	margin-bottom:30px;
}
#enquiry label input { 
	position : absolute; 
	left : 100%; 
	top : 0px; 
	width:256px;
} 
#enquiry label textarea { 
	position : absolute; 
	left : 100%; 
	top : 0px; 
	height:105px;
	width:256px;
	overflow:hidden; /*hides scrollbar in textarea*/
	color: #571F77;
} 
#enquiry label select { /*applys a style to a forms id="text" only*/
	position : absolute; 
	left : 100%; 
	top : 0px; 
	width:256px;
}
#enquiry input#button { 
	margin-top : 20px; 
	margin-left:0px;
}
