h1{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2{
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.header{
	color: #8a0c08;
	font-weight: bold;
}
a img, .no_border{
		border: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr.dotted{
	height: 5px;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	border: 0;
	margin-left: 0;
}
.vtext_img{
	margin: 5px;
	width: 200px;
}