/* ===================================================================================================
This is the main style sheet for Lettieri Espresso + Bar.
This file should be imported into all content pages, and the appropriate class definitions should
be incorporated into the content pages, as required.
===================================================================================================
Created:february 10, 2004	Vy La  Buttonpusher Inc.
===================================================================================================*/
BODY  {
	margin : 0px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 2pt;
	color : #333333;
	background-color : #CCCCCC;
}

.footer  {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
	font-size : 7pt;
}

A:link  {
    text-decoration : none;
	color : #CC6600;
}

A:active  {
    text-decoration : none;
	color : #CC6600;
}

A:hover  {
    text-decoration : none;
	color : #CC6600;
}

A:visited  {
    text-decoration : none;
	color : #CC6600;
}

A.noline:link  {
	text-decoration : none;
   color = #CC6600;	
}

A.noline:visited  {
	text-decoration : none;
   color = #CC6600;	
}

A.noline:hover  {
	text-decoration : none;
	color : #CC6600;
}

A.noline:active  {
	text-decoration : none;
    color =  #CC6600;	
}

TD  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
}

TABLE.main  {
	width : 765px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	color =  #CC6600;
}

TABLE.mainContent  {
	background-color : #FFFFFF;
	border-color : #333333 black;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	margin : 0px;
	; border-top-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;
	border-left-width : 0px;
}

.head  {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : #004080;
	font-size : 11pt;
}

.error  {
	color : #EEEE00;
}

.P  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

