﻿/* Generic Text */
.pageTitle {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	/* color: #f6c638; */
	color:  #f6c638;
}

.blueLabel {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	/* color: #f6c638; */
	color:  #f6c638;
}

.newLink a:hover
{
	font: 11px Tahoma;
	color: #f6c638;
	text-decoration: underline;
}

.NewbuttonLeft
{
	float: left;
	background: url(../images/new/Buttons/orange/Left.gif) no-repeat left top;
	width: 3px;
	height: 24px;
}

.NewbuttonTile
{
	float: left;
	background: url(../images/new/Buttons/orange/Tile.gif) repeat left top;
	width: 178px;
	height: 24px;
}

.NewbuttonRight
{
	float: left;
	background: url(../images/new/Buttons/orange/Right.gif) no-repeat right top;
	width: 3px;
	height: 24px;
}

