﻿/* Trentino Climb Styles for Content */

/* Standard Styles */
.h1-tc {
	color: #BE2223;
	font-size: xx-large;
	text-align: center;

}

.h2-tc {
	color: #BE2223;
	font-size: x-large;
}

.h3-tc {
	color: #BE2223;
	font-size: medium;
}

.para-tc {
	font-size: small;
	color: #000000;
	text-align: justify;
}

.para-left-tc {
	font-size: small;
	color: #000000;
	text-align: left;
}

.para-right-tc {
	font-size: small;
	color: #000000;
	text-align: right;
}

.red-highlight-tc {
	font-size: small;
	color: #BE2223;
}

.h1-white-tc {
	color: #FFFFFF;
	font-size: xx-large;
	text-align: center;

}

.h2-white-tc {
	color: #FFFFFF;
	font-size: x-large;
}

.h3-white-tc {
	color: #FFFFFF;
	font-size: medium;
}

.white-highlight-tc {
	font-size: small;
	color: #FFFFFF;
}
