input.button{
	height:21px;
	background-color:#cccccc;
	font-family: verdana;
	font-size:10px;
	border: 0px;
	margin: 0px;
	width:60px;
	font-weight:bold;
	padding:0px;
	padding-top:1px;
	padding-bottom:3px;
	color:#ffffff;

}

input.button:hover, .button_bar input.over2, .login_btn input.over2{
	background-color:#dcd5cd;
	color:#000000;
}

.bread_crumb{
	position: relative;
	padding-bottom:6px;
	font-size:10px;
	color: #cccccc;
	font-weight:bold;
}

#bg2{
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto!important; /* For Modern Browsers */
	height: 100%; /* For IE */
	margin: 0 auto;
	clear: both;
	background: url(/images/common/page_bg.gif) transparent repeat;
}




/*     NAVS: Start       */

a, a:active, a:link, a:visited{
	text-decoration: none;
	color: #cccccc;
	font-weight:bold;
}

a:hover{text-decoration: underline;}

a.black, a.black:active, a.black:link, a.black:visited, a.black:hover{
	color:#000000;
	font-weight:normal;
	text-decoration: none;
}

a.small, a.small:active, a.small:link, a.small:visited, a.small:hover{
	font-size:10px;
}

