@import "Global.css";

.HeaderLinks
{
	color: Black;
	text-decoration: none;
}

.WhiteTitle
{
	color: White;
	font-weight:bold;
	
}

.BlackTitle
{
	color: Black;
	font-weight:bold;
}

.Purple
{
	color:#CE6CCE; 
}

.PurpleTitle
{
	color:  #CE6CCE;
	font-weight:bold;
	font-size: 14px;
	/*text-decoration:underline;*/
}

.BlueTitle
{
	 color:#405B79;
	font-weight:bold;
	font-size: 14px;
}

.BoldTitle
{
	font-weight:bold;
	font-size: 14px;
}	



.ImageBorder
{
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	padding-right:4px;
}
a.FooterLinks
{
	color:Black;
	font-size:11px;
}
a.FooterBold
{
	color:Black;
	font-size:11px;
	font-weight:bold;
}
a.FooterGray
{
	color:#7C7C7C;
	
}
a.BoldLinksSelected
{
	color:#FF9730;
	text-decoration: none;
}

a.BoldLinksSelected:hover
{
	color:#FF9730;
}
a.BoldLinks
{
	color:#59758A;
	text-decoration: none;
}

a.BoldLinks:hover
{
	color:#59758A;
}

a.OpenLinks
{
	color:#FD620F;
	text-decoration: none;
	cursor:hand;
}

a.LeftLinks
{
	color:#6E7377;
	text-decoration: none;
	cursor:pointer;
	font-size:11px;
	font-weight: bold;
}



.OrangeButtonsImage
{
    background: url(../images/button_orange_empty.gif); 
   
}
.Orange
{
    color: #FE4407;
    font-weight:bold;
}
.GrayBold
{
    color:#5E6367;
    font-weight:bold;
}
.Gray
{
    color:#656668;
   
}
.BlueTitle
{
    color:#507AAA;
}
.Small
{
    font-size:11px;
}
a.Button:hover {
	background: url(../images/button_orange_empty2.jpg) repeat-x left bottom scroll;
}

