body {
	margin:0px;
	background: url(images/bg.jpg) no-repeat top center #0A265E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.size10
{
	font-size: 10px;
}
.size14
{
	font-size: 14px;
}
.size16
{
	font-size: 16px;
}
.title
{
color: #0C2962;
font-size: 14px;
font-weight: bold;
}

.tealtext
{
color: #ACE7EC;
}
.link
{
font-weight: bold;
color: #000099;
}

A   	{ color: #000099; text-decoration: none; font-weight: bold; }
A:link	{ color: #000099; text-decoration: none; font-weight: bold;}
A:visited { color: #000099; text-decoration: none; font-weight: bold;}
A:active { color: #000099; text-decoration: none; font-weight: bold;}
A:hover	{ color: #54c4D0; text-decoration: none; font-weight: bold;}



.tooltip {
            width: 800px;
			background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }
		 a#rollover {
	width:85px;
	height:60px;
   display:block;
   background: url("images/pdf-norm.gif") top center no-repeat;
   cursor:hand
   }
a#rollover #span2 { 
display:block; 
}

a#rollover:hover { 
 background: url("images/pdf-hover.gif") top center no-repeat;
 cursor:hand
}  
