.downloadtitle {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    color : #4169E1;
    background-color : transparent;
    font-weight : bold;
    border-bottom : 1px solid #4169E1;	
	font-style : italic;
}

.downloadtitlelink {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    color : #4169E1;
    background-color : transparent;
    font-weight : bold;
	font-style : italic;
	text-decoration : none;
}

.downloadtitlelink:HOVER {
	color : Blue;
	text-decoration : underline;
}

.downloadtoppanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}

.downloadbottompanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : White;
	color : #333333;
}