
body 	{
		background-color: #282828;
		}

.tiny 	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 11px;
		color: #000000
		}	
	
.tinyhead {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		line-height: 11px;
		color: #000000
		}
		
.sidebar {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;
		margin-left: 15px;
		margin-right: 20px;
		color: #000000
		}		

.text 	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;
		margin-left: 15px;
		margin-right: 20px;
		color: #000000
		}		

.text2 	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #000000
		}		
	
.headline {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 18px;
		line-height: 20px;
		margin-left: 25px;
		margin-right: 30px;
		margin-top: 20px;
		font-weight: 700;
		color: #000000
		}

.tagline {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 18px;
		line-height: 20px;
		margin-right: 30px;
		font-weight: 700;
		color: #000000
		}

.subhead {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		font-weight: 800;
		color: #000000
		}
		
.blueheadline {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 18px;
		line-height: 20px;
		margin-left: 25px;
		margin-right: 30px;
		margin-top: 20px;
		font-weight: 700;
		color: #3C77D1
		}

.boldblue {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
		color: #3C77D1
		}

/*Removes borders for all images */
img 	{
		border:0px none white;
		}

/*picture code*/
a.screen, a.screen:visited {
color:#000000;
position:relative;

font-size: 14px;
/* line-height: 14px; */
font-weight: 500;

z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:90; /* position:the image */
top:0px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
