/* ***  container styles  *** */

/* ***  fonts for container edit links  *** */

.Action a.CommandButton:link, 
.Action a.CommandButton:active, 
.Action a.CommandButton:visited
{
    color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
}

.Action a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
}

/* ***  specialty title fonts  *** */

.LightBlueTitle, .LightBlueTitle .Head 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #688AAB;
}

.BlueBoxTitle, .BlueBoxTitle .Head 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00355f;
}	
	

.BlueTitle, .BlueTitle .Head 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00355f;
}	

.RedTitle, .RedTitle .Head 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cf1535;
}	

/* ***  specialty container fonts  *** */

.Normal .RedItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #cf1535;
	font-style: italic;
}

/* ***  main box styles  *** */

.leftsidebox {
	background-image:url(images/maincanleft.gif);
	width: 16px;
}

.rightsidebox {
	background-image:url(images/maincanright.gif);
	width: 22px;
}

/* ***  container with borders  *** */

.leftborder {
	background-image:url(images/borderleft.gif);
	width: 18px;
}

.rightborder {
	background-image:url(images/borderright.gif);
	width: 24px;
}


