﻿/*****************************************************
**													**
**					Buttons - Normal				**
**													**
*****************************************************/
.ButtonNormalLeft
{
	background-image: url(../images/btn_nrm_left.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.ButtonNormalRep
{
	background-image: url(../images/btn_nrm_rep.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}

.ButtonNormalRight
{
	background-image: url(../images/btn_nrm_right.gif);
	background-repeat: no-repeat;
	width: 7px;
}



/*****************************************************
**													**
**					Buttons - Over					**
**													**
*****************************************************/
.ButtonOverLeft
{
	background-image: url(../images/btn_ovr_left.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.ButtonOverRep
{
	background-image: url(../images/btn_ovr_rep.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #fb7802;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}

.ButtonOverRight
{
	background-image: url(../images/btn_ovr_right.gif);
	background-repeat: no-repeat;
	width: 7px;
}




/*****************************************************
**													**
**					Contact - Normal				**
**													**
*****************************************************/
.ContactNormalLeft
{
	background-image: url(../images/btn_contact_left.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.ContactNormalRep
{
	background-image: url(../images/btn_contact_rep.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}

.ContactNormalRight
{
	background-image: url(../images/btn_contact_right.gif);
	background-repeat: no-repeat;
	width: 6px;
}


/*****************************************************
**													**
**					Contact - Over					**
**													**
*****************************************************/
.ContactOverLeft
{
	background-image: url(../images/btn_contact_left.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.ContactOverRep
{
	background-image: url(../images/btn_contact_rep.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}

.ContactOverRight
{
	background-image: url(../images/btn_contact_right.gif);
	background-repeat: no-repeat;
	width: 6px;
}

