/* CSS Document */

table.nmc
{
    clear: both;
	width: 535px;
	height: 228px;
	background: top center url(/images/nmc/logo.gif) no-repeat;
    margin: 0 auto 30px auto;
/*	border: 1px solid red;*/
}

table.nmc td
{
    width: 175px;
	height: 70px;
    background: center url(/images/nmc/button.jpg) no-repeat;
/*    padding-bottom: 60px;*/
    text-align: center;
    overflow: hidden;
/*	border: 1px solid blue;*/
}

table.nmc td a
{
   /* position: relative;*/
/*    top: -50%;*/
    right: 2px;
    text-decoration: none;
    font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
/*	height: 70px;*/
/*	border: 1px solid green;*/
}

table.nmc td a:link,
table.nmc td a:visited,
table.nmc td a:hover,
table.nmc td a:active
{
    text-decoration: none;
}

table.nmc td a:hover
{
    text-decoration: underline;
    color: #000;
}

table.nmc td.blank
{
    background: none;
    width: 185px;
}

