body
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

p, body, td
{
	font-family: Tahoma;
	font-size: 11px;
	color: #676767;
}

input, textarea, select
{ 
	font-family: Tahoma; 
	font-size: 11px; 
	width: 182px; 
	color: #666666;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding-left: 4px;
}

input
{ 
	height: 18px;
}

input.clear, input.radio, input.checkbox
{ 
	height: auto;
	width: auto;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
}

select
{ 
	height: 16px;
	padding-left: 4px;
}

h1 
{
	font-family: Georgia;
	color: #666666;
	font-size: 18px;
	padding-bottom: 4px;
	font-weight: normal;
}

h2 
{
	font-family: Georgia;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 4px 16px;
	margin: 0px 0px 10px 0px;
	background-color: #e8e5e8;
}

h3 
{
	font-family: Georgia;
	color: #666666;
	font-size: 17px;
	padding-bottom: 4px;
	font-weight: normal;
}

h4 
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}

.indent 
{
	width: 100%;
	margin: 0px 8px 0px 8px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.underline
{
	text-decoration: underline;
}

a.underline:hover
{
	text-decoration: none;
}

img			 
{ 
	border-color: #e7e5e8;
	border-width: 3px;
	border-style: solid;
}

img.clear
{
	border-width: 0px;
}

img.border
{
	border-width: 1px;
	border-style: solid;
}

img.black
{
	border-color: #000000;
}

.georgia
{
	font-family: Georgia;
}

.bold
{
	font-weight: bold;
}

.normal_weight
{
	font-weight: normal;
}

.nobr
{
  white-space: nowrap
}

.smallest
{
	font-size: 10px;
}

.small, a.small
{
	font-size: 11px;
}

.medium
{
	font-size: 12px;
}

.medium_2
{
	font-size: 13px;
}

.medium_larger
{
	font-size: 14px;
}

.medium_largest
{
	font-size: 16px;
}

.normal
{
	font-size: 18px;
}

.normal_large
{
	font-size: 19px;
}

.large
{
	font-size: 20px;
}

.larger
{
	font-size: 24px;
}

.largest
{
	font-size: 36px;
}

.gray
{
	color: #666666;
}

.medium_gray
{
	color: #a4a4a4;
}

.lighter_gray
{
	color: #999999;
}

.light_gray
{
	color: #cccccc;
}

.bgnd_light_gray
{
	background-color: #e8e5e8;
}

.bgnd_lighter_gray
{
	background-color: #eeeeee;
}

.bgnd_lightest_gray
{
	background-color: #f5f3f5;
}

.bgnd_yellow
{
  background-color: #ffffcc;
}

.bgnd_blue
{
  background-color: #00a1d6;
}

.bgnd_dark_blue
{
  background-color: #00467f;
}

.blue
{
	color: #00a1d6;
}

.white
{
	color: #ffffff;
}

.black
{
	color: #000000;
}

.brown
{
	color: #996600;
}

.gold
{
	color: #a27a01;
}

.red
{
	color: #cc0000;
}

.vmiddle
{
	vertical-align: middle;
}

.gray_menu
{
	padding-top: 6px;
  background-image: url('/img/bgnd_menu_bar_gray.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.blue_menu
{
  background-image: url('/img/bgnd_menu_bar_blue.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.bgnd_wave
{
  background-image: url('/img/bgnd_wave.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.light_blue_menu
{
  background-image: url('/img/bgnd_inline.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.form_border_top
{
 background-image:	url('/img/form_border_top.gif');
 background-repeat:	repeat-x;
 background-position:	top left;
}

.form_border_right
{
 background-image:	url('/img/form_border_right.gif');
 background-repeat:	repeat-y;
 background-position:	top right;
}

.form_border_bottom
{
 background-image:	url('/img/form_border_bottom.gif');
 background-repeat:	repeat-x;
 background-position:	bottom left;
}

.form_border_left
{
 background-image:	url('/img/form_border_left.gif');
 background-repeat:	repeat-y;
 background-position:	top left;
}

.auto_complete
{
  position: absolute;
  z-index: 1000;
  display: none;
	left: 136px;
	top: 10px;
}

.cursor_hand
{
  cursor: pointer;
}

.sold
{
  text-decoration: line-through;
}
