body{
	font-family: volvonovumlight;
	font-size: 16px;
	color: #666;
}

h1{
	margin: 0 0 30px;
	color: #000;
	text-transform: uppercase;
	font-family: volvobroad;
}

h2{
	color: #000;
	margin: 20px 0 20px;
	text-transform: uppercase;
	font-family: volvobroad;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.paddright20{
	padding-right: 40px !important;
}

.hidden{
	display: none;
}

.divBreadcrumb{
	margin-bottom: 20px;
}

.text_content p{
	margin-bottom: 1em;
	line-height: 1.5em;
}

.text_content a{
	text-decoration: none;
	color: red;
}

.text_content a:hover{
	text-decoration: underline;
}

.text_content ul,
.text_content ol{
	margin-top: 15px;
	line-height: 1.5em;
	margin-left: 30px;
	margin-bottom: 1em;
}

.text_content ul{
	list-style-type: disc;
}

.text_content ul ul{
	list-style-type: square;
	margin-top: 0px;
}

.text_content ol{
	list-style-type: decimal;
}

.text_content ol ol{
	list-style-type: lower-roman;
	margin-top: 0px;
}

.text_content li{
	margin-top: 5px;
}

h1{
	font-size: 42px;
	font-weight: normal;
}

.text_content h2{
	color: #000;
	margin: 40px 0 20px;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: normal;
}

.text_content table,
.text_content img,
.text_content iframe{
	max-width: 100% !important;
}

.text_content img{
	height: auto !important;
}

.text_content table{
	width: 100% !important;
	margin-top: 25px;
	line-height: 1.4em;
}

.text_content table th,
.text_content table td{
	padding: 10px;
	border: 1px solid white;
}

.text_content table th{
	background-color: #555;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.text_content table td{
	background-color: #eee;
	text-align: left;
}

.strike{
	text-decoration: line-through;
	color: red;
}