﻿.medium_font {
	font-size: medium;
}
.medium_red {
	font-size: 10pt;
	color: #FF0000;
}
.xsmall_font {
	font-size: x-small;
	font-family: Verdana;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.no_border {
	border-width: 0px;
}
.xsmall_white_font {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
}
.align_center {
	text-align: center;
}
a:link {
	color: #B06010;
	text-decoration: none;
}
a:visited {
	color: #B06010;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	border: none 0; 
	border-top: 1px solid #B06010;/*the border*/
	height: 1px;
}