/* Default CSS Stylesheet for a new Web Application project */
.copy
{
	font-family:Arial;
	font-size:11px;
	color:#616161;
	text-decoration:none;
}
.white
{
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
.green
{
	font-family:Arial;
	font-size:11px;
	color:#45916B;
	text-decoration:none;
	font-weight:bold;
}
.halfwhite
{
	font-family:Arial;
	font-size:11px;
	color:#C1BFBF;
	text-decoration:none;
}
.tlink
{
	font-family:Arial;
	font-size:9px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.tlinkwhite
{
	font-family:Arial;
	font-size:9px;
	color:#D6D6D6;
	font-weight:bold;
	text-decoration:none;
}
.header
{
	font-family:Arial;
	font-size:11px;
	color:#E35E13;
	font-weight:bold;
	text-decoration:none;
}
.admintop
{
	font-family:Arial;
	font-size:11px;
	color:#c9c9c9;
	text-decoration:none;
}
.hidden
{
	display:none;
}
.sitemap
{
	font-family: tahoma;
	font-style: normal;
	line-height:40px;
	font-size: 11px;
	color: #616161;
	text-decoration: none;
}