/**
 * Style sheet elemente
 */
.ce_hyperlink
{
	padding-bottom:20px;
	font-weight:bold;
	text-decoration:none;
	color:#010066;
}

.ce_hyperlink a
{
	font-weight:bold;
	text-decoration:none;
	color:#010066;
}

.ce_hyperlink a:hover, .ce_hyperlink a:focus
{
	font-weight:bold;
	text-decoration:underline;
	color:#010066;
}

.ce_download
{
	padding-bottom:20px;
}

.ce_download a
{
	vertical-align:top;
	text-decoration:none;
	color:#666666;
}

.ce_download a:hover, .ce_download a:focus
{
	text-decoration:underline;
	color:#666666;
}

