body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	font-size:10px;
	line-height:120%;
}

a {
   color : #006699;
   text-decoration: none;
}

a:hover {
   color : #EEEEEE;
   background-color : #7799BB;
}

a:link img 
{
  border-style: none;
}

img {
   border-style: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
   vertical-align: top;
	font-size:11px;
	line-height:120%;
}


.title-cell {
   text-align: left;
   vertical-align: bottom;
   background-color: #EEEEEE;
	line-height:100%;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}

.title {
   text-align: left;
   vertical-align: bottom;
   font-size: 200%;
   color:#888888;
   white-space:nowrap;
}

.heading {
   text-align: left;
   vertical-align: middle;
   font-size: 130%;
   color:#888888;
   white-space:nowrap;
}

.small {
   font-size: 75%;
}

.footer-cell {
   text-align: left;
   vertical-align: middle;
	line-height:120%;
	border-top:1px solid #D4D4D4;
}

.footer {
   text-align: left;
   vertical-align: bottom;
   font-size: 100%;
   color:#888888;
   white-space:nowrap;
}

.footer a {
   color:#888888;
}

.footer a:hover {
   color : #EEEEEE;
   background-color : #7799BB;
}

