/* MASTER STYLE SHEET FOR COMMON CLASSES */

.font10 {
	font-size: 10px;
	line-height: 13px;
}

.font14 {
	font-size: 14px;
	line-height: 17px;
}

.font18 {
	font-size: 18px;
	line-height: 21px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.normal {
	font-weight: normal !important;
}

.red {
	color: #530203;
}

.red2 {
	color: #a85758;
}

.green {
    color: #008800;
}

.gray {
	color: #888888;
}

.nowrap {
	white-space: nowrap;
}

.hrRed {
	width: 100%;
	background-color: #a85758;
	color: #a85758;
	height: 2px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #a85758;
	clear: both;
}

.hrGray {
	background-color: #ffffff;
	height: 10px;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #dddddd;
	line-height: 5px;
	font-size: 5px;
	clear: both;
}

.ul_arrow_15px {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

.ul_arrow_15px li {
	padding-left: 15px;
	background-image: url("../graphics/general/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 10px;
}

.boxRed {
	border: 1px solid #a85758;
	padding: 8px;
}