body {
	background-color: #ffffff;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #8a8a8a;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px, Arial;
color: #797979;
text-decoration: underline;
}

a:hover {

font: normal 11px, Arial;
color: #797979;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #db9a00;
text-decoration: none;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
font-size: 14px;
text-decoration: none;
}

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


.black-link {
color: #ffffff;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #549b28;
text-decoration: none;
}



a.link01:link { 
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #000000;
	text-decoration: none;
 }

a.link01:visited {
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #000000;
	text-decoration: none;
}


a.link01:active {
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #000000;
	text-decoration: none; 
 }
a.link01:hover {
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #C6112B;
	text-decoration:  underline;
 }





a.link02:link { 
	font: normal 16px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
 }

a.link02:visited {
	font: normal 16px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
}


a.link02:active {
	font: normal 16px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none; 
 }
a.link02:hover {
	font: normal 16px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: none;
	color: #375700;
	text-decoration:  underline;
 }





function displayrandomimage()
{
    if (ran_number==1)
	{
		document.write('<a href="client_portfolio.php"><img src="images/tips/tips_box_1.jpg" width="219" height="112" border="0" alt="Corporate America relying on Legend for their safety solutions"></a>');
	}
    if (ran_number==2)
	{
		document.write('<a href="http://www.zoll.com/1st%20Responder.wmv" target="_blank"><img src="images/tips/tips_box_2.jpg" width="219" height="112" border="0" alt="How easy is operating an AED?"></a>');
	}
    if (ran_number==3)
	{
		document.write('<a href="accidents.php"><img src="images/tips/tips_box_3.jpg" width="219" height="112" border="0" alt="Do accidents happen at the workplace?"></a>');
	}
    if (ran_number==4)
	{
		document.write('<a href="money_factor.php"><img src="images/tips/tips_box_4.jpg" width="219" height="112" border="0" alt="Does a safety plan SAVE money?"></a>');
	}
}
