body
{
  
}

.Red{color: Red;}
.Blue{color: Blue;}
.Green{color: Green;}
.Gray{color:Gray;}

.OrangeLink,
.OrangeLink a
{
    color: #ff7f00;
    text-decoration: underline;
    font-weight:bold;
    font-size: 12px;
}


.small {
	font-size: 12px;
}

.italic{
    font-style:italic;
}

.bold{
    font-weight: bold;
}

.largeBold{
    font-weight: bold;
    font-size: 16px;
}

.xxLarge{
    font-size: 30px;
}

.innerMenuLink a
{
    font: 11px;
    font-weight:bold;
    text-decoration: underline;
}