/*
	This Sheet Styles the Text on the Webinars When the Flash Content is not Available
*/

body
{
margin-top: 0px;
}
.text
{
color: #666666;
font-family: verdana, arial;
font-size: 12px;
line-height: 18px;
}
/*
	Normal White Background Page
*/
.flashtext
{
padding: 20 0 0 0;
color: #666666;
font-family: verdana, arial;
font-size: 12px;
line-height: 18px;
text-align: center;
}
a:link,a:visited,a:active
{
color: #666666;
font-family: verdana, arial;
font-size: 12px;
}
a:hover
{
color: #333333;
font-family: verdana, arial;
font-size: 12px;
}
.flashimg
{
width: 97px;
height: 40px;
background: url('http://media.biocompare.com/bcimages/ico_noflash_light.gif') no-repeat top left;
}
/*
	Black Background Page
*/
.flashtextdark
{
padding: 20 0 0 0;
color: #999999;
font-family: verdana, arial;
font-size: 12px;
line-height: 18px;
text-align: center;
}
.flashtextdark a:link, a:visited, a:active
{
color: #ff3301;
font-family: verdana, arial;
font-size: 12px;
}
.flashtextdark a:hover
{
color: #ff7f60;
font-family: verdana, arial;
font-size: 12px;
}
