@charset "utf-8";


/* ----- Styles used for development to help testers isolate content link levels. -----*/
.level1Link {
	
	color:#6C3;
}

.level2Link {
	color:#F90;
}

.level3Link {
	color:#639;
}

/* -- BOLD STYLES -- */
.Bold-10 
{
	font-size: 10px;
	font-weight: bold;
}

.Bold-11 
{
	font-size: 11px;
	font-weight: bold;
}

.Bold-12 
{
	font-size: 12px;
	font-weight: bold;
}

.Bold-14 
{
	font-size: 14px;
	font-weight: bold;
}

.Bold-10-Red 
{
	font-size: 10px;
	font-weight: bold;
	color:#CC0000;
}

.Bold-11-Red
{
	font-size: 11px;
	font-weight: bold;
	color:#CC0000;
}

.Bold-12-Red
{
	font-size: 12px;
	font-weight: bold;
	color:#CC0000;
}

.Bold-14-Red
{
	font-size: 14px;
	font-weight: bold;
	color:#CC0000;
}

/* -- UNDERLINE STYLES -- */
.Underline-10
{
	font-size:10px;
	text-decoration:underline;
}

.Underline-11
{
	font-size:11px;
	text-decoration:underline;
}

.Underline-12
{
	font-size:12px;
	text-decoration:underline;
}

.Underline-14
{
	font-size:14px;
	text-decoration:underline;
}

.Underline-10-Red
{
	font-size:10px;
	text-decoration:underline;
	color:#CC0000;
}

.Underline-11-Red
{
	font-size:11px;
	text-decoration:underline;
	color:#CC0000;
}

.Underline-12-Red
{
	font-size:12px;
	text-decoration:underline;
	color:#CC0000;
}

.Underline-14-Red
{
	font-size:14px;
	text-decoration:underline;
	color:#CC0000;	
}

.Red-14
{	
	color:#CC0000; 
	font-weight:normal; 
	font-size:1.3em;
	text-decoration:none;
}

/* -- NORMAL COLOR STYLES -- */
.Red-12
{
	font-size:12px;
	color:#F00;
	text-decoration:none;
}
.normal-12
{ 
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.smaller { 
	font-size:11px;
	color:#000;
	text-decoration:none;
}
