/* CSS Document */

.text1 {
	font-size: 13px;
	font-family: Tahoma;
	color: #999999;
}
.text2 {
	font-size: 13px;
	font-family: Tahoma;
	color: #000000;
}
a.text2 {
	font-size: 13px;
	font-family: Tahoma;
	color: #000000;
	font-v
}
a.text2:link {
	font-size: 13px;
	font-family: Tahoma;
	color: #000000;
	text-decoration: underline;
}
a.text2:visited {
	font-size: 13px;
	font-family: Tahoma;
	color: #000000;
}
a.text2:hover {
	font-size: 13px;
	font-family: Tahoma;
	color: #E10715;
	text-decoration: none;
}
.smalltext_grey { 
	font-size: 11px;
	font-family: Tahoma;
	color: #999999;
}
.text2_Bold {
	font-size: 13px;
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
}
.bulletlist {
  list-style-type: circle;
  list-style-image:url(../images/pacman.jpg);
}
.imageborder {
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
}
