.InsideButton_CompButton
{
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #047391;
	FONT-SIZE: 12px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;

	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: transparent;
	font-family: Arial;
	width:100%;
}

.NormalLeft_CompButton
{
	background-position: left top;
	background-image: url(../img/CompositeButton/NormalButton_Left.gif);
	background-repeat: no-repeat;
	width:6px;
	height:28px;
}

.NormalMiddle_CompButton
{
	background-position: left top;
	background-image: url(../img/CompositeButton/NormalButton_Middle.gif);
	background-repeat: repeat-x;
	height:28px;
	vertical-align:middle;
}
.NormalRight_CompButton
{
	background-position: left top;
	background-image: url(../img/CompositeButton/NormalButton_Right.gif);
	background-repeat: no-repeat;
	width:7px;
	height:28px;
}

.MouseOverLeft_CompButton
{
	background-position: left bottom;
	background-image: url(../img/CompositeButton/MouseOverButton_Left.gif);
	background-repeat: no-repeat;
	width:6px;
	height:28px;
}

.MouseOverMiddle_CompButton
{
	background-position: left bottom;
	background-image: url(../img/CompositeButton/MouseOverButton_Middle.gif);
	background-repeat: repeat-x;
	height:28px;
	vertical-align:bottom;
}
.MouseOverRight_CompButton
{
	background-position: left bottom;
	background-image: url(../img/CompositeButton/MouseOverButton_Right.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 28px;
}




.InsideButton_HPCompButton_Left
{
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #047391;
	FONT-SIZE: 12px;
	cursor:pointer;
	text-align:left;
	vertical-align:middle;

	width:100%;
	font-size: 15px;
	font-weight: 700;
	font-family: "Arial";
	color: #ffffff;
}

.InsideButton_HPCompButton_Right
{
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #047391;
	FONT-SIZE: 12px;
	cursor:pointer;
	text-align:right;
	vertical-align:middle;

	width:100%;
	font-size: 15px;
	font-weight: 700;
	font-family: "Arial";
	color: #ffffff;
}

.NormalLeft_HPCompButton
{
	background-position: left top;
	background-image: url(../img/HomePage/CompositeButton/hpButton_Left.gif);
	background-repeat: no-repeat;
	width:6px;
	height:45px;
}

.NormalMiddle_HPCompButton
{
	background-position: left top;
	background-image: url(../img/HomePage/CompositeButton/hpButton_Middle.gif);
	background-repeat: repeat-x;
	height:45px;
}
.NormalRight_HPCompButton
{
	background-position: left top;
	background-image: url(../img/HomePage/CompositeButton/hpButton_Right.gif);
	background-repeat: no-repeat;
	width:6px;
	height:45px;
}

.MouseOverLeft_HPCompButton
{
	background-position: left bottom;
	background-image: url(../img/HomePage/CompositeButton/hpButtonHover_Left.gif);
	background-repeat: no-repeat;
	width:6px;
	height:45px;
}

.MouseOverMiddle_HPCompButton
{
	background-position: left bottom;
	background-image: url(../img/HomePage/CompositeButton/hpButtonHover_Middle.gif);
	background-repeat: repeat-x;
	height:45px;
}
.MouseOverRight_HPCompButton
{
	background-position: left bottom;
	background-image: url(../img/HomePage/CompositeButton/hpButtonHover_Right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 45px;
}
