.maincontent
{
position:static;
overflow:auto;
width:900px;
height:600px;
}


A.Times
{
	font-family: Times, serif;
	font-size:12pt;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	border: yes;
	border-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

A.Times:hover
{
	font-family: Times, serif;
	font-size:12pt;
	color:#000000;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	border-color: #000000;
	border: yes;
}

A
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
    color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-color: #FFFFFF;
	border: yes;
}

A:hover
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
    color:#000000;
	text-decoration:none;
	font-weight:bold;
	border-color: #000000;
	border: yes;
}

A.textlink
{
	color:#0000FF;
	
}

A.textlink:hover
{
	color:#0000FF;
	text-decoration:underline;
}

.head 
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: white; 
	font-size: 16pt; 
	font-weight: bolder; 
}

.bread 
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: white; 
	font-size: 8pt; 
	font-weight: normal;
	overflow:inherit; 
}

.scrolltd
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: white; 
	font-size: 8pt; 
	font-weight: normal;
	width:750px;
	height:400px;
	overflow:auto; 
}

.price 
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: black; 
	font-size: 8pt; 
	font-weight: bold; 
}

.TimesItalic 
{ 
	font-family: Times, serif; 
	color: white; 
	font-size: 11pt; 
	font-style:italic;
	font-variant:normal;
	font-weight:bold 
}

.TimesItalicSmall
{ 
	font-family: Times, serif; 
	color: white; 
	font-size: 9pt; 
	font-weight: 400;
	font-style:italic; 
}

.Navigation
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #A0CC7C; 
	font-size: 7pt; 
	font-weight: bold;
	text-decoration:none;
	font-style:normal; 

}

A.Navigation
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #A0CC7C; 
	font-size: 7pt; 
	font-weight: bold;
	text-decoration:none;
	font-style:normal; 
}
A.Navigation:hover
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 7pt; 
	font-weight: bold;
	text-decoration:none;
	font-style:normal; 
}

A.BlackLink
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color:#000000; 
	font-size: 9pt; 
	font-weight: bold;
	text-decoration:underline;
	font-style:normal; 
}
A.BlackLink:hover
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold;
	text-decoration:underline;
	font-style:normal; 
}

.NavSelected
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #999999; 
	font-size: 7pt; 
	font-weight: bold;
	text-decoration:none;
	font-style:normal;

.GreenHeader
{ 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	color: #A0CC7C; 
	font-size: 12pt; 
	font-weight: bolder;
	text-decoration:none;
	font-style:normal; 

}
.previewlayer {
	font-family: Times, serif;
	font-size: 10px;
	background-color: #999999;
	position:absolute;
	height: 400px;
	width: 400px;
	border:medium #FFFFFF;
	float:auto;
	overflow: auto;
	visibility: hidden;
	z-index: 1;
	filter: Alpha(Opacity=90);
	top:0%;
	left:0%;
	
	}
.mainlayer {
	visibility: visible;
	z-index: 0;
	left: 0;
	top: 0;
	filter: Alpha(Opacity=80);
}
