.menu{
	font-size: 11pt;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	line-height : 150%;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Microsoft Sans Serif";
	font-size: small;
}
hr {
	color: #999999;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Microsoft Sans Serif";
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Microsoft Sans Serif";
}
ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Microsoft Sans Serif";
	font-size: small;
	list-style-type: square;
	padding-bottom: 10px;
	list-style-image: url(../../images/bullet.gif);
	list-style-position: inside;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Microsoft Sans Serif";
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Microsoft Sans Serif";
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.img_flt_lft {
	float: left;
	padding-right: 10px;
}
.img_flt_rght {
	float: right;
	padding-left: 10px;
}
a {
	font-weight: normal;
	color: #FF0000;
}
avisited {
	color: #666666;
}
