body 		{
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: smaller;
			 color: #000066;
			 background-color: #ffffff;
			 margin-top: 5px;
			 text-align: center;
			}

h1			{
			 font-size: small;
			 font-weight: bold;
			 text-align: bottom;
			}
			
h2			{ 
			 font-size: x-small;
			 font-style: italic;			 
			}
			
h2.menu		{ 
			 font-size: small;
			 font-weight: bold;
			 text-indent: 15px;
			 font-style: italic;
			}		

li			{
			 text-indent: -10px;
			}

#mainbox	{
			 background-color: #ffffff;
			 border: #000066 dashed 1px;
			 width: 800px;
			 margin-left: 0px;
			 margin-right: 0px;
			}
			
#banner		{
			 width: 800px;
			 height: 100px;
			 margin-top: 0px;
			 margin-bottom: 0px;
			}

#navigation	{
			 width: 800px;
			 height: 20px;
			 background-color: #ffffff;
			 font-size: 4pt;
			 overflow: hidden;
			}

#spacer		{
			 width: 800px;
			 height: 5px;
			 background-color: #000066;
			 overflow: hidden;
			}


#strip		{
			 width: 800px;
			 height: 25px;
			 background-color: #000066;
			 color: #ffffff;
			 font-weight: bold;
			}

#content	{
			 width: 800px;
			 margin-left: 0px;
			 margin-right: 0px;
			}

#maintext 	{
				 float: right;
				 width: 550px;
				 background: #ffffff;
				 margin-top: 5px;
				 margin-bottom: 30px;
				 text-align: left;
				 margin-left: 5px;
				 margin-right: 5px;
				 font-size: small;
				}

#menu		 	{
				 text-align: left;
				 margin-top: 5px;
				 width: 180px;
				 border-top: solid 1px #000066;
				 border-right: solid 1px #000066;
				 border-bottom: solid 1px #000066;
				}
				
#menutest	 	{
				 text-align: left;
				 margin-top: 5px;
				 width: 180px;
				 border-top: solid 1px #000066;
				 border-right: solid 1px #000066;
				 border-bottom: solid 1px #000066;
				 font-size:small;
				}

#breadcrumbs	{
				 margin-top: 5px;
				 font-size: smaller;
				 text-align: left;
				 width: 300px;
				}
				
#footer			{
				 width: 800px;
				 text-align: center;
				 font-size: smaller;
				 border-top: #000066 dashed 1px; 
				}

.right			{
				 float: right;
				 margin-left: 10px;
				}
			
.breadcrumbs 	{
				 font-size: smaller;
				}

table			{font-size: x-small;}

.login           {width:180px;}

#customernew		
{
	border: 1px solid #000066;
	width: 400px;
	padding: 10px;
}