.standard {
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

.standard2 {
	font-family: Tahoma;
	color: #333333;
	text-indent:30px;
	font-size: 12px;
	line-height: 18px;
}

.standard a:link {
	text-decoration: none;
	color: #333333;
}
.standard a:visited {
	text-decoration: none;
	color: #333333;
}
.standard a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #E5E5E5
}
.standardblue {
	font-family: Tahoma;
	color: #151515;
	font-size: 12px;
	line-height: 18px;
}
.standardblue a:link {
	text-decoration: none;
	color: #151515;
}
.standardblue a:visited {
	text-decoration: none;
	color: #151515;
}
.standardblue a:hover {
	text-decoration: none;
	color: #151515;
	background-color: #E5E5E5
}

.bold {
	font-family: Tahoma;
	color: #151515;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.list {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
.list a:link {
	text-decoration: none;
	color: #333333;
}
.list a:visited {
	text-decoration: none;
	color: #333333;
}
.list a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #E5E5E5
}

.listblue {
	font-family: Tahoma;
	color: #151515;
	font-size: 11px;
	line-height: 18px;

}
.listblue a:link {
	text-decoration: none;
	color: #151515;
}
.listblue a:visited {
	text-decoration: none;
	color: #151515;
}
.listblue a:hover {
	text-decoration: none;
	color: #151515;
	background-color: #E5E5E5
}
	
.listlight {
	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}