/*
	Author: John Coleman
	Date: 06/30/04
	File: _layouts/text.css

	LOG: 
	MODIFIER:			DATE:		DESCRIPTION:
	John Coleman		06/30/04	Created the File
*/

.title {
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.mainCat {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.subCat {
	color:#000000;
	font-size:11px;
}
.large_text_title {
	font-size: 24px;
	font-weight: bold;
	color: #056D3A;
	font-family: sans-serif, Helvetica,Arial;
}

.large_text {
	font-size: 18px;
}

.small_text {
	font-size: 10px;
}

.white_text, .white_text td {
	color: #FFFFFF;
}

.black_text, .black_text td {
	color: #000000;
}

.blue_text, .blue_text td {
	color: #25418F;
}

.green_text, .green_text td {
	color: #056D3A;
}

.red_text, .red_text td {
	color: #CD3218;
}

.brown_text, .brown_text td {
	color: #8E6224;
}

.gray_text, .gray_text td {
	color: #666666;
}

.orange_text, .orange_text td {
	color: #F49127;
}

td.catalog_title {
	background-color: #F3F3F3;
	color: #CD3218;
	cursor: pointer;
	cursor: hand;
}

td.catalog_title a {
	color: #CD3218;
}

.flabel {
	font-weight: bold;
	color: #666666;
}

.error, .req {
	font-weight: bold;
	color: #CC0000;
}
