/* Menu Button Styles */

A {
	font-weight: bold;
	font-size: 12px;
	text-decoration:	none;
	font-family: Arial;
	color: #FFFFFF;
}

A:link	{	
	text-decoration:	none;
	 color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #FFFFFF; 
	}	
		
A:active	{	
	text-decoration:	none;
	color: #FFFFFF;
}	
		
A:hover
{
	text-decoration: 	none;
	color: #CCCCCC;
}

/* Page Button Styles */
.BtnBack:link, .BtnBack:visited
{
	background-image: url("images/btnBack.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #3565B7;
	font-family: Arial;
	text-decoration: none;
	background-width: 100px;
	background-height: 20px;
	width: 100px;
	height: 20px;
}

.BtnBack:hover
{
	background-image: url("images/btnBack_Alt.gif");
	color: #CCCCCC;
	text-decoration: none;
}


/* Text Styles */
.WhiteText
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
}

.WhiteTextSm
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial;
}

.WhiteTextBold
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}

.MenuText
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}

.BlackText
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}


/* Image Styles */

.ImgOrange:link, .ImgOrange:visited
{
	background-image: url("images/OAndG.gif");
	width: 82px;
	height: 35px;
}

.ImgOrange:hover
{
	background-image: url("images/OAndG_Alt.gif");
	width: 82px;
	height: 35px;
}

.ImgPCG:link, .ImgPCG:visited
{
	background-image: url("images/PCG.gif");
	width: 45px;
	height: 43px;
}

.ImgPCG:hover
{
	background-image: url("images/PCG_Alt.gif");
	width: 45px;
	height: 43px
}

.ImgREC:link, .ImgREC:visited
{
	background-image: url("images/REC.gif");
	width: 54px;
	height: 43px;
}

.ImgREC:hover
{
	background-image: url("images/REC_Alt.gif");
	width: 54px;
	height: 43px;
}