/* CSS Document */

a
{
	text-decoration:none
}

a:hover
{
	text-decoration:none
}

.textNormal
{
font-family:Arial;
font-size:12px;
color:#000000;
font-weight:200;
}


.textHighlited
{
font-family:Arial;
font-size:12px;
color:#000000;
background-color:#ffffff;
font-weight:200;
}

.blankYellowtext
{
font-family:Arial;
font-size:17px;
background-color:#FEF31B;
font-weight:200;
}

.simpleTextAlso
{
font-size:13px;
color:#FFE72D;
background-color:#58595B;
font-family:Arial;
}