﻿
span
{
    font-family: Arial; 
    font-size: 12pt; 
    color: gray; 
    text-decoration: none;
}
img
{
    border-style: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
div
{
	float: left; 
	background-repeat: no-repeat;
	border-style: none;
	padding: 0;
	text-decoration: none;
}
h3
{
	font-family: Arial; 
	color: white; 
	text-decoration: none;	
}
a
{
	border-style:none;
	background-repeat: no-repeat;
}
a.smallLink 
{
	font-family: Arial; 
	font-size: 8pt; 
	color: #50C8E8; 
	font-weight: normal;
	text-decoration: none;
}
a.smallLink:hover
{
    font-family: Arial; 
	font-size: 8pt; 
	color: white; 
	text-decoration: none;	
}  
a.mediumLink 
{
	font-family: Arial; 
	font-size: 10pt; 
	color: #50C8E8; 
	text-decoration: none;
}
a.mediumLink:hover
{
    font-family: Arial; 
    font-size: 10pt; 
	color: white; 
	text-decoration: none;	
}   
.itemRegular
{
	color: #333333;
	font-size: 9pt;
	font: Arial;
}
.itemStrong
{
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
	font: Arial;
}
.itemItalic
{
	color: #333333;
	font-style: italic;
	font-size: 9pt;
	font: Arial;
}
.itemStrongItalic
{
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
	font: Arial;
}