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 !important;
   background-color : #7799BB;
}

a:hover img {
   color : #006699;
   background-color : #EEEEEE;
}

a:link 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 #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.text-cell {
   text-align: right;
   vertical-align: top;
   background-color: #EEEEEE;
	line-height:110%;
}

.image-cell {
   text-align: left;
   vertical-align: top;
   background-color: #EEEEEE;
	line-height:110%;
}

.left_column {
	border-right:1px solid #CCCCCC;
	padding:0px 20px 0px 0px;
}
.middle_column {
	border-right:1px solid #CCCCCC;
	padding:0px 20px 0px 20px;
}
.right_column {
	padding:0px 0px 0px 20px;
}

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

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

.heading {
   font-size: 130%;
	line-height:120%;
   color:#888888;
   white-space:nowrap;
}

.small {
   font-size: 75%;
}

.caption {
   text-align: left;
   font-size: 90%;
   color:#666666;
}

dt {
   font-size: 110%;
   color:#888888;
}

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

.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;
}


