a.link1:link,a.link1:visited,a.link1:hover
{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 9pt;
	font-family:Verdana;

}
a.link1:hover
{
	color: #cccccc
	
}

a.link2:link,a.link2:visited,a.link2:hover
{
	color:#893628;
	text-decoration: none;
	font-weight: 700;
	font-size: 9pt;
	font-family:Verdana;

}
a.link2:hover
{
	color: #bc695b;
	
}


a.link3:link,a.link3:visited,a.link3:hover
{
	color:#893628;
	text-decoration: none;
	font-weight: 700;
	font-size: 7pt;
	font-family:Verdana;

}
a.link3:hover
{
	color: #bc695b;
	
}

table.table1
{
	background-color:#F8F8F8;
	border: 1px solid #C0C0C0;
}

input.button
{
	FONT-WEIGHT: bold;
	background-color: #893628;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
input.long 
{
	width:400px;
}

input.medium
{
	width: 200px;
}

input.short
{
	width: 75px;
}
select.long
{
	width:400px;
}


select.medium
{
	width:200px;
}
select.short
{
width:100px;
}

textarea.long
{
	width:400px;
	height:100px;
}