.pageHeader
{
font-size: 14pt;
font-weight: bold;
color: #FF0000;
}

a
{
	text-decoration: none;
	color: #FF0000;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

a .smallLink
{
font-size: 8pt;
}

a:hover .smallLink
{
font-size: 8pt;
}

ul li 
{
	padding: 0px;
	list-style-image: url('/images/square.gif');
	line-height: 140%;
}

.resourceContainer:hover
{
height: 100%;
background: #f6f6f6;
cursor: pointer;
}

.upperCase
{
text-transform: uppercase;
}

.errorMsg
{
 color: #ff0000;
 font-size: 13px;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.grayHeader {
color: #4A4A49;
font-size: 12pt;
font-weight: 500;
}

.orangeHeader {
font-size: 10pt;
font-weight: 500;
text-transform: uppercase;
color: #FF0000;
}

.subHead {
font-size: 10pt;
font-weight: 500;
color: #FF0000;
}

h1 {
font-size: 14pt;
font-weight: bold;
color: #FF0000;
}

h2 {
font-size: 11pt;
font-weight: bold;
color: #FF0000;
}

.blackLink {
color: #000000;
font-weight: bold;
}

.smallText {
font-size: 8pt;
}

.largeOrangeHeader {
font-size: 11pt;
font-weight: 500;
color: #FF0000;
}

.blackHeader {
color: #000000;
font-size: 12pt;
font-weight: 500;
}


