
/**** headers ****/
	
title, .title {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 15px;
	line-height : 21px;
	font-weight: bold;
	font-style : normal;
	color: #000000;
	}
	
/**** bodytext ****/
	
bodytext, .bodytext, body, .body {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 13px;
	line-height : 17px;
	font-weight: normal;
	font-style : normal;
	color: #000000;
	}
	
greytext, .greytext {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 13px;
	line-height : 17px;
	font-weight: normal;
	font-style : normal;
	color: #808080;
	}

/**** general link ****/

a:link {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style : normal;
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style : normal;
	color: #999999;
	text-decoration: none;
	}
	
a:visited {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style : normal;
	color: #999999;
	text-decoration: none;
	}

/**** download link ****/

a.download_link {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-style : normal;
	color: #009ad8;
	text-decoration: none;
	}
	
a.download_link:hover {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-style : normal;
	color: #808080;
	text-decoration: none;
	}
	
/**** grey link ****/

a.grey_link {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style : normal;
	color: #808080;
	text-decoration: none;
	}
	
a.grey_link:hover {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style : normal;
	color: #aaaaaa;
	text-decoration: none;
	}
	
/**** inputtext ****/
	
inputtext, .inputtext {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style : normal;
	color: #000000;
	}
