div.button {margin: 0px auto;}

a.button {cursor: pointer; margin: 0px auto;}
a.button:link    {color: #000000; text-decoration: none; font-size: 12px; font-weight: normal;}
a.button:visited {color: #000000; text-decoration: none; font-size: 12px; font-weight: normal;}
a.button:hover   {color: #000000; text-decoration: none; font-size: 12px; font-weight: normal;}
a.button:active  {color: #000000; text-decoration: none; font-size: 12px; font-weight: normal;}

.button_left   {float: left; display: block;}
.button_middle {float: left; display: block; text-align: center; overflow: hidden;}
.button_right  {float: left; display: block;}

/*
 *
 */
a.mainNavButton:link        {color: #000000; font-size: 12px; font-weight: bold;}
a.mainNavButton:visited 	{color: #000000; font-size: 12px; font-weight: bold;}
a.mainNavButton:hover   	{color: #000000; font-size: 12px; font-weight: bold;}
a.mainNavButton:active  	{color: #000000; font-size: 12px; font-weight: bold;}
span.mainNavButtonSelected  {color: #000000; font-size: 12px; font-weight: bold;}

/*
 *
 */
a.yellowButton:link        {color: #611010; font-size: 12px; font-weight: bold;}
a.yellowButton:visited 	   {color: #611010; font-size: 12px; font-weight: bold;}
a.yellowButton:hover   	   {color: #611010; font-size: 12px; font-weight: bold;}
a.yellowButton:active  	   {color: #611010; font-size: 12px; font-weight: bold;}
span.yellowButtonSelected  {color: #611010; font-size: 12px; font-weight: bold;}

/*
 *
 */
a.secNavButton:link        {color: #283750; font-size: 12px; font-weight: bold;}
a.secNavButton:visited 	   {color: #283750; font-size: 12px; font-weight: bold;}
a.secNavButton:hover   	   {color: #283750; font-size: 12px; font-weight: bold;}
a.secNavButton:active  	   {color: #283750; font-size: 12px; font-weight: bold;}
span.secNavButtonSelected  {color: #283750; font-size: 12px; font-weight: bold;}

/*
 *
 */
a.orangeButton:link        {color: #ffffff; font-size: 14px; font-weight: bold;}
a.orangeButton:visited 	   {color: #ffffff; font-size: 14px; font-weight: bold;}
a.orangeButton:hover   	   {color: #ffffff; font-size: 14px; font-weight: bold;}
a.orangeButton:active  	   {color: #ffffff; font-size: 14px; font-weight: bold;}
span.orangeButtonSelected  {color: #ffffff; font-size: 14px; font-weight: bold;}

