/*  Paging Arrows */
.btn_paging_arrows_left, a.btn_paging_arrows_left, a.btn_paging_arrows_left:link,  a.btn_paging_arrows_left:visited,  a.btn_paging_arrows_left:active    {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_paging_arrows_left:hover {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}


.btn_paging_arrows_right, a.btn_paging_arrows_right, a.btn_paging_arrows_right:link,  a.btn_paging_arrows_right:visited,  a.btn_paging_arrows_right:active    {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_paging_arrows_right:hover {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}







/*  Button Holders */

.btn_holder_single{
	width: 160px;
	margin: 0px auto 30px auto;
	clear: both;
}

.btn_holder_double{
	width: 310px;
	margin: 0px auto 30px auto;
	clear: both;
}

.btn_holder_tripple{
	width: 460px;
	margin: 0px auto 30px auto;
	clear: both;
}




/*  Large Left */



.btn_large_left, a.btn_large_left, a.btn_large_left:link,  a.btn_large_left:visited,  a.btn_large_left:active   {
	height: 12px;
	width:200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 4px 0px 4px 0px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.btn_large_left:hover {
	height: 12px;
	width:200px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}




/*  Large Right */
.btn_large_right, a.btn_large_right, a.btn_large_right:link,  a.btn_large_right:visited,  a.btn_large_right:active    {
	height: 12px;
	width:200px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_large_right:hover {
	height: 12px;
	width:200px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}






/*  Large Center */
.btn_large_center, a.btn_large_center, a.btn_large_center:link,  a.btn_large_center:visited,  a.btn_large_center:active    {
	height: 12px;
	width:200px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_large_center:hover {
	height: 12px;
	width:200px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}






/*  Ex-Large Left */
.btn_ex_large_left, a.btn_ex_large_left, a.btn_ex_large_left:link,  a.btn_ex_large_left:visited,  a.btn_ex_large_left:active    {
	height: 12px;
	width:250px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_ex_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_ex_large_left:hover {
	height: 12px;
	width:250px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_ex_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}




/*  Ex-Large Right */
.btn_ex_large_right, a.btn_ex_large_right, a.btn_ex_large_right:link,  a.btn_ex_large_right:visited,  a.btn_ex_large_right:active   {
	height: 12px;
	width:250px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_ex_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_ex_large_right:hover {
	height: 12px;
	width:250px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_ex_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

/*  Ex-Large Center */
.btn_ex_large_center, a.btn_ex_large_center, a.btn_ex_large_center:link,  a.btn_ex_large_center:visited,  a.btn_ex_large_center:active  
 {
	height: 12px;
	width:250px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_ex_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_ex_large_center:hover {
	height: 12px;
	width:250px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_ex_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}






	


/*  Medium Left */
.btn_medium_left, a.btn_medium_left, a.btn_medium_left:link,  a.btn_medium_left:visited,  a.btn_medium_left:active    {
	height: 12px;
	width:150px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_medium.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_medium_left:hover {
	height: 12px;
	width:150px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_medium.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


/*  Medium Right */
.btn_medium_right, a.btn_medium_right, a.btn_medium_right:link,  a.btn_medium_right:visited,  a.btn_medium_right:active   {
	height: 12px;
	width:150px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_medium.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_medium_right:hover {
	height: 12px;
	width:150px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_medium.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}





/*  Medium Center */
.btn_medium_center, a.btn_medium_center, a.btn_medium_center:link,  a.btn_medium_center:visited,  a.btn_medium_center:active   {
	height: 12px;
	width:150px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_medium.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_medium_center:hover {
	height: 12px;
	width:150px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_medium.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}



/*  small Left */


.btn_small_left, a.btn_small_left, a.btn_small_left:link,  a.btn_small_left:visited,  a.btn_small_left:active   {
	height: 12px;
	width:100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_small_left:hover {
	height: 12px;
	width:100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_small.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}




/*  small Right */
.btn_small_right, a.btn_small_right, a.btn_small_right:link,  a.btn_small_right:visited,  a.btn_small_right:active   {
	height: 12px;
	width:100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}



a.btn_small_right:hover {
	height: 12px;
	width:100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_small.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}




/*  small Center */
.btn_small_center, a.btn_small_center, a.btn_small_center:link,  a.btn_small_center:visited,  a.btn_small_center:active    {
	height: 12px;
	width:100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_small_center:hover {
	height: 12px;
	width:100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_small.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


	

/*  Center Left */
.btn_tiny_left, a.btn_tiny_left, a.btn_tiny_left:link,  a.btn_tiny_left:visited,  a.btn_tiny_left:active    {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_tiny_left:hover {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: left;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}


/*  Center Right */
.btn_tiny_right, a.btn_tiny_right, a.btn_tiny_right:link,  a.btn_tiny_right:visited,  a.btn_tiny_right:active   {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}

a.btn_tiny_right:hover {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	float: right;
	display: block;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	outline: none;	
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 4px 0px 4px 0px;
}






/*  Center Center */
.btn_tiny_center, a.btn_tiny_center, a.btn_tiny_center:link,  a.btn_tiny_center:visited,  a.btn_tiny_center:active   {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.btn_tiny_center:hover {
	height: 12px;
	width:50px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(/images/css_buttons_v2/btn_tiny.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	display: block;
	line-height: 12px;
	outline: none;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}



	

/* Form Buttons */

.form_btn_ex_large {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_ex_large.png);
	background-position: left top;
	background-color: transparent;
	height: 20px;
	width: 250px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.form_btn_ex_large:hover {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_ex_large.png);
	background-position: left bottom;
	height: 20px;
	width: 250px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.form_btn_large {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_large.png);
	background-position: left top;
	background-color: transparent;
	height: 20px;
	width: 200px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.form_btn_large:hover {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_large.png);
	background-position: left bottom;
	height: 20px;
	width: 200px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.form_btn_medium {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_medium.png);
	background-position: left top;
	background-color: transparent;
	height: 20px;
	width: 150px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.form_btn_medium:hover {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_medium.png);
	background-position: left bottom;
	height: 20px;
	width: 150px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.form_btn_small {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_small.png);
	background-position: left top;
	height: 20px;
	width: 100px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-color: transparent;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.form_btn_small:hover {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_small.png);
	background-position: left bottom;
	height: 20px;
	width: 100px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.form_btn_tiny {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-position: left top;
	background-color: transparent;
	height: 20px;
	width: 50px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.form_btn_tiny:hover {
	float:left;
	background-image: url(/images/css_buttons_v2/btn_tiny.png);
	background-position: left bottom;
	height: 20px;
	width: 50px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_btn_login {
	background-image: url(/images/css_buttons_v2/button_login.jpg);
	background-position: left top;
	height: 24px;
	width: 64px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.form_btn_login:hover {
	background-image: url(/images/css_buttons_v2/button_login.jpg);
	background-position: left bottom;
	height: 24px;
	width: 64px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.form_btn_login-home {
	background-image: url(/images/css_buttons_v2/btn_login_home.jpg);
	background-position: left top;
	height: 20px;
	width: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

input.form_btn_login-home:hover {
	background-image: url(/images/css_buttons_v2/btn_login_home.jpg);
	background-position: left bottom;
	height: 20px;
	width: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
