/* CSS Document */



.text
{
font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.titletext {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
    font-weight: bold;
}

.Navigation {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color:#000000;
}

.linknav a
{
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color:#ffffff;
    text-Decoration:underline;
}
.linknav a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color:#01AAD5;
    text-Decoration:none;
}

.textcreapix
{
font-size:11px; color:#6EC543; font-family:arial;font-weight: bold;
}

.linkcreapix a
{
font-size:11px; color:#6EC543; font-family:arial;text-Decoration:none;	font-weight: bold;
}

.linkcreapix a:hover
{
font-size:11px; color:#6EC543; font-family:arial;text-Decoration:underline;	font-weight: bold;
}