.bodyTxt
{
	font-family: Arial,Helvetica;
	font-size: 12px;
}

.promoTxt
{
	font-family: Arial,Helvetica;
	font-size: 14px;
}

.titleTxt
{
	font-family: Arial,Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.smallTxt
  {
	font-family: Arial,Helvetica;
	font-size: 10px;
	text-decoration: none;
}
  

.hrefTxt
{
	font-family: Arial,Helvetica;
	font-size: 14px;
	color: #010e1f;
	
}

.headerTxt
{
	font-family: Arial,Helvetica;
	font-size: 16px;
	color: #010e1f;
	font-weight: bold;
}

.bkgrdHome
{
	background-image: url(images/bkgrd_home.jpg);
	background-repeat: repeat-x;
	margin-top: 4px;
}

.bkgrdPage
{
	background-image: url(images/bkgrd_page.jpg);
	background-repeat: repeat-x;
	margin-top: 4px;
}

.bkgrdShow
{
	background-image: url(images/bkgrd_show.jpg);
	background-repeat: repeat-x;
	margin-top: 4px;
}

.midMenu
{
	background-color: White;
}
  
.footer
  {
	font-family: Arial,Helvetica;
	font-size: 10px;
	color: Silver;
	line-height: 10px;
	text-decoration: none;
}
  

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( images/btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( images/btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}
