/* styles used throughout the Dart Fire website.

------------------------------------------------*/

	
	
/* white */
.blanco
{ 
	color: #FFFFFF
}	
	


/* title text used on each page */
.bold_tit
{
	font-size: 28pt;
	font-weight:bold;
	font-family: Helvetica, Arial, Sans-Serif;
}

.bold_subtit
{
	font-size: 22pt;
	color: #000099;
	font-family: Helvetica, Arial, Sans-Serif;
}


/* main body text for the site */
.gen_text
{
	font-size: 12pt;
	font-family: Helvetica, Ariel, Sans-Serif;
}


/* main body text for the site */
.light_tit
{
	font-size: 24pt;
	font-family: Helvetica, Ariel, Sans-Serif;
}


/* main body text for the site */
.lateral
{
	font-size: 9pt;
	font-family: Helvetica, Ariel, Sans-Serif;
	font-weight: bold;
}	

/* contact us text boxes  */
.contactUsTextBox
{
	font-size: 8pt;
	width: 100px;
	height: 18px;
	font-family: Helvetica, Ariel, Sans-Serif;
}


/* contact us text on contact page  */
.contactUsText
{
	font-size: 10pt;
	color: black;
	font-family: Helvetica, Ariel, Sans-Serif;	
}

/* contact us text on contact page - BOLD  */
.contactUsTextBold
{
	font-size: 12pt;
	color: black;
	font-family: Helvetica, Ariel, Sans-Serif;
	font-weight: bold;
}

.smalltext
{
	font-size: 7pt;
}



table.fire_risk_ass
{
	background-image: url(images/fire_risk_assessment_bg.jpg);
	background-repeat: no-repeat;
}

table.fire_risk_ass .intro
{
	color:White;
}


/********** NAVIGATION TABLE ************/
table.nav
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	width: 756px;
	height: 22px;
	border-top:2px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	text-align:center;
}

table.nav td
{
	color: #ffffff;
	border-left:1px solid #ffffff;
	background-color:#22025e;
	height:22px;
}

table.nav td a
{
	text-decoration: none;
	color:#ffffff;
	display:block;
	line-height:170%;
}

table.nav td a:hover
{
	background-color:#ff9906;
	text-decoration:none;
}

table.nav .currentpage
{
	background-color:#ff9906;
	text-decoration:none;
}

table.nav .navLHS
{
	background-color:#ffffff;
	background-image:url(images/navLHS.gif);
	background-repeat: no-repeat;
	width:7px;
	height: 22px;
	border-left: 0px;
	border-right:0px;
	padding:0px;
	border-left:2px solid #ffffff;
}

table.nav .navRHS
{
	background-color:#ffffff;
	background-image:url(images/navRHS.gif);
	background-repeat: no-repeat;
	width:7px;
	height: 22px;
}

/*table.nav .home
{
	border-left:0px;
}*/