body
{
    margin-left:        0px;
    margin-top:         0px;
    margin-right:       0px;
    background-color:   white;
}

.api_even_row
{
	background-color:	#EDEDED;
}

.api_odd_row
{
	background-color:	#FFFFFF;
}

.inventory_table
{
	border:				1px solid #000000;
	border-collapse:	collapse;
	width:				80%;
}

.column_heading
{
	background-color:	#C3C3C3;
	font-weight:		bold;
	text-align:			center;
}

.seperator
{
    height:             10px;
    background-color:   Black;
}

.navbar_cell
{
    background-image:   url('http://www.advantagepowdercoating.com/images/navbar_background.jpg');
    background-repeat:  no-repeat;
}

.body_cell
{
    vertical-align:     top;
    font-family:        Arial;
    font-size:          12pt;
}

.page_heading
{
    font-size:          14pt;
    font-weight:        bold;
    text-align:         center;
    border-bottom:      1px solid red;
}

.footer
{
	text-align:			right;
	font-family:		Arial;
	font-size:			6pt;
}

.contact_us_heading
{
	font-weight:		bold;
	border-bottom:		1px solid #000000;
}

