body
{
	background-color:  #CED2DF;
	color:             #000000;
	margin:            0px;
	padding:           0px;
	border:            0px;
	font-family:       Trebuchet MS;
	font-size:         11px;
}

pre, code
{
	background-color:  #E3E3E6;
	overflow: 		   auto;
	overflow-Y:		   hidden;
	padding:		   4px;
	border:			   1px solid #C5C9D6;
}

td
{
	color:             #000000;
	font-family:       Trebuchet MS;
	font-size:         11px;
}

td.underline
{
	border-bottom:     1px solid #D5D9E6;
}

input
{
	font-family:       Trebuchet MS;
	font-size:		   11px;

	background-color:  #D5D9E6;
}

select
{
	font-family:       Trebuchet MS;
	font-size:         11px;
	background-color:  #D5D9E6;
}

textarea
{
	overflow:          auto;
	font-family:       Trebuchet MS;
	font-size:         11px;
	border:            1px solid #000000;
	background-color:  #D5D9E6;
}

form
{
	margin:            0px;
	padding:           0px;
	border:	           0px;
}

h1
{
	font-size:         16px;
	font-weight:       bold;
	margin-bottom:	   3px;
}

h2
{
	font-size:         14px;
	font-weight:       bold;
	margin-bottom:	   0px;
}

h3
{
	font-size:		   12px;
	color:             #000000;
	font-weight:       bold;
	margin-bottom:	   0px;
}

.price
{
	font-size:         16px;
	font-weight:       bold;
	margin:	   		   0px;

}

.banner
{
	background-image:  url(../images/banner.jpg);
}

.shadow
{
	background-image:  url(../images/shadow.jpg)
}

.button
{
	height:	           20px;
	font-family:       Trebuchet MS;
	font-size:         11px;
   	cursor:             hand;
}

.Error
{
	font-size:         10px;
	color:             #660000;
	font-weight:       bold;
}

.mainframe
{
	border:	           1px solid #E3E3E3;
	background-color:  #FFFFFF;
}

.mainwindow
{
	padding:           5px;
}



.linethrough
{
	text-decoration:   line-through;
}

a
{
	color:             #000000;
	text-decoration:   none;
	font-weight:       bold;
}

a:visited, a:active
{
	color:             #000000;
	text-decoration:   none;
	font-weight:       bold;
}

a:hover
{
	color:             #68695A;
	text-decoration:   underline;
	font-weight:       bold;
}

.bannermenu a
{
	color:             #000000;
	text-decoration:   none;
	font-weight:       bold;
	font-size:         12px;
	margin-left:       10px;
	margin-right:      10px;
}

.bannermenu a:visited
{
	color:             #000000;
	text-decoration:   none;
	font-weight:       bold;
	font-size:         12px;
	margin-left:       10px;
	margin-right:      10px;
}

.bannermenu a:active
{
	color:             #000000;
	text-decoration:   underline;
	font-weight:       bold;
	font-size:         12px;
	margin-left:       10px;
	margin-right:      10px;
}

.bannermenu a:hover
{
	color:             #000000;
	text-decoration:   overline;
	font-weight:       bold;
	font-size:         12px;
	margin-left:       10px;
	margin-right:      10px;
}