body {
	background-color:#ffffff;
	background-image:url('/images/gradient-bg.jpg');
	background-repeat:repeat-x;
}

/* Font face size color */
body, table td {
	color:#3f3f3f;
	font-size:10pt;
	font-family:verdana;
}
.title, .title table td {
	color:#115684;
	font-size:12pt;
	font-family:verdana;
	font-weight:bold;
}
.headline, .headline table td {
	color:#3680cb;
	font-size:10pt;
	font-family:verdana;
	font-weight:bold;
}
/* Font face size color */

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color:#ffffff;
}

.tableborder {
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
		
.bodycopy, .bodycopy table td {
	font-family:verdana;
	font-size:8pt;
	color:#3f3f3f;
}

.link1 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link1 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link1 a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link1 a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.lightblue
{
color:#3680cb;
}


a.tablink:link, a.tablink:visited, a.tablink:active {
	color: #003a70;
	font-weight: bold;
	text-decoration: none;
}

a.tablink:hover {
	text-decoration: none;
	color: #000000;
}