﻿body 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
	padding:0px;
	margin:0px;
	color: #2e3238;
}
a
{
    color: #00639f;
	font-size: 12px;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
.wrapper
{
    width:420px;
}
.subheadline
{
    font-weight:bold;
}
.headline
{
    color:#454444;
    font-size:24px;
    font-style:italic;
    font-weight:bold;
    letter-spacing:-1px;
    word-spacing:-1px;
}
.catHeadline
{
    color:#00639f;
    font-size:20px;
    font-style:italic;
    font-weight:bold;
    letter-spacing:-1px;
    word-spacing:-1px;
}
.customerTable td
{
	white-space:nowrap;
}
.customerTable input
{
	width:130px;
}
.background
{
	background-color:#E6E3E0;
}
.innerPadding
{
    padding:10px 5px 10px 5px;
}
.footer
{
    text-align:center;
    padding:20px 0px 0px 0px;
}
.middleLeft
{
    padding-right:5px;
}
.middleRight
{
    padding-left:5px;
}
.login
{
    background-color:#E6E3E0;
    height:155px;
    width:205px;
}
.backLnk
{
    padding:10px 0px 10px 0px;
}
.pG
{
    background-color:Green;
    width:14px; 
    height:14px;
}
.pO
{
    background-color:Orange;
    width:14px; 
    height:14px;
}
.pR
{
    background-color:Red;
    width:14px; 
    height:14px;
}
.tableNowrap td
{
    white-space:nowrap;
}
.pLeft
{
    float:left;
    position:relative;
    width:151px;
    padding-left:5px;
}
.pWrapper
{
    width:315px;
}
ul
{
    list-style:none;
    padding:0px;
    margin:0px;
}
.cHR
{
    border:1px solid Black;
    height:2px;
    background-color:Black;
    color:Black;
}
