/***************************************************/
/***************************************************/
/***************************************************/
/*                                                 */
/*    HOME SITE CONTENT COLUMN TEMPLATE CLASSES    */
/*                                                 */
/***************************************************/
/***************************************************/
/***************************************************/

/*GENERAL CLASSES*/
.label_word:first-letter{
	font-size: 14;
}

/*TEMPLATE 1 (TITLE, IMAGE, SUBTITLE)*/
table.site_content_template_1_table{
	background-color: #999966;
	color: #000000;
}

td.site_content_template_1_label_cell{
	background-color: #000000;
	color: #999999;
	text-align: right;
	font-weight: bold;	
}

td.site_content_template_1_cell{
	background-color: #999966;
	color: #000000;
	text-align: left;
}

td.site_content_template_1_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.site_content_template_1_cell a{
	color: #000000;
	text-decoration: none;
}

td.site_content_template_1_cell a:hover{
	color: #000000;
	text-decoration: underline;
}

.site_content_template_1_title{
	font-weight: bold;
	font-size: 16;
}

.site_content_template_1_subtitle{
	font-weight: bold;
	font-size: 14;
}

/*TEMPLATE 2 (TITLE, IMAGE)*/
table.site_content_template_2_table{
	background-color: #999966;
	color: #000000;
}

td.site_content_template_2_label_cell{
	background-color: #000000;
	color: #999999;
	text-align: right;
	font-weight: bold;
}

td.site_content_template_2_cell{
	background-color: #999966;
	color: #000000;
	text-align: left;
}

td.site_content_template_2_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.site_content_template_2_cell a{
	color: #000000;
	text-decoration: none;
}

td.site_content_template_2_cell a:hover{
	color: #000000;
	text-decoration: underline;
}

.site_content_template_2_title{
	font-weight: bold;
	font-size: 16;
}

/*TEMPLATE 3 (TITLE)*/
table.site_content_template_3_table{
	background-color: #999966;
	color: #000000;
}

td.site_content_template_3_label_cell{
	background-color: #000000;
	color: #999999;
	text-align: right;
	font-weight: bold;
}

td.site_content_template_3_cell{
	background-color: #999966;
	color: #000000;
	text-align: left;
}

td.site_content_template_3_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.site_content_template_3_cell a{
	color: #000000;
	text-decoration: none;
}

td.site_content_template_3_cell a:hover{
	color: #000000;
	text-decoration: underline;
}

.site_content_template_3_title{
	font-weight: bold;
	font-size: 16;
}

/*TEMPLATE 4 (TITLE, SUBTITLE)*/
table.site_content_template_4_table{
	background-color: #999966;
	color: #000000;
}

td.site_content_template_4_label_cell{
	background-color: #000000;
	color: #999999;
	text-align: right;
	font-weight: bold;
}

td.site_content_template_4_cell{
	background-color: #999966;
	color: #000000;
	text-align: left;
}

td.site_content_template_4_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.site_content_template_4_cell a{
	color: #000000;
	text-decoration: none;
}

td.site_content_template_4_cell a:hover{
	color: #000000;
	text-decoration: underline;
}

.site_content_template_4_title{
	font-weight: bold;
	font-size: 16;
}

.site_content_template_4_subtitle{
	font-weight: bold;
	font-size: 14;
}

/*TEMPLATE 5 (TITLE, SUBTITLE)*/
table.site_content_template_5_table{
	background-color: #999966;
	color: #000000;
}

td.site_content_template_5_label_cell{
	background-color: #000000;
	color: #999999;
	text-align: right;
	font-weight: bold;
}

td.site_content_template_5_cell{
	background-color: #999966;
	color: #000000;
	text-align: left;
}

td.site_content_template_5_cell img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td.site_content_template_5_cell a{
	color: #000000;
	text-decoration: none;
}

td.site_content_template_5_cell a:hover{
	color: #000000;
	text-decoration: underline;
}

.site_content_template_5_title{
	font-weight: bold;
	font-size: 16;
}

.site_content_template_5_subtitle{
	font-weight: bold;
	font-size: 14;
}