/* format styles for the company */
body {
	
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-width:0;
	margin-height:0;
	background:#00626D;
}

body:menu {

	margin-top:40;
	margin-right:175;
}

A.button:link, A.button:visited
{   
	border-style: outset;
        border-color: #00929D;
        background-color: #00323D;
	color: white;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	width: 10em;
	text-decoration: none;
	display: block;
        text-align: center;
}

A.button:hover
{   
	background-color: #669933;
	border-style: outset;
        border-color: #00929D;
	color: white;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	/*width: 14em;*/
	text-decoration: none;
	display: block;
}

A.button:active, A.button:focus 
{   
	border-style: inset;
        border-color: #00323D;
        background-color: #00626D;
	color: white;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	display: block;
        text-align: center;
}

TR.heading
{
	background-color: #669933;
        text-align: center;
}

TD.heading
{
	background-color: #669933;
        text-align: left;
}

A.row_a:link, A.row_a:visited
{
	color: #669933;
}

A.row_a:hover
{
	color:#00626D;
}

TR.row_a
{
	background-color: #FFFFCE;
}

TR.row_b
{
	background-color: #FFF39C;
}

TD.license
{
        text-align: center;
}

TD.license_row_head
{
	background-color: #669933;
        text-align: left;
}

