﻿/* start CSS for the admin editor */
/* Default font */

.text_01 {
	font-size: 14px;
	font-weight: normal;
	color: #231F20;
}
a.text_01 {
	font-size: 14px;
	font-weight: normal;
	color: #231F20;
	text-decoration:underline;
}

.text_02 {
	font-size: 13px;
	font-weight: normal;
	color: #008CAE;
}
a.text_02 {
	font-size: 13px;
	font-weight: normal;
	color: #008CAE;
	text-decoration:underline;
}

.text_03 {
	font-size: 13px;
	font-weight: bold;
	color: #008CAE;
}
a.text_03 {
	font-size: 13px;
	font-weight: bold;
	color: #008CAE;
	text-decoration:underline;
}

.text_05 {
	font-size: 18px;
	font-weight: bold;
	color: #9B6A2E;
}
a.text_05 {
	font-size: 18px;
	font-weight: bold;
	color: #9B6A2E;
	text-decoration:underline;
}

.text_06 {
	font-size: 24px;
	font-weight: normal;
	color: #231F20;
}
a.text_06 {
	font-size: 24px;
	font-weight: normal;
	color: #231F20;
	text-decoration:underline;
}

.text_07 {
	color: #008CAE;
	font-weight: bold;
}
a.text_07 {
	color: #008CAE;
	font-weight: bold;
	text-decoration:underline;
}

.text_08 {
	color: #008CAE;
	font-weight: bold;
	font-size: 24px;
}
a.text_08 {
	color: #008CAE;
	font-weight: bold;
	font-size: 24px;
	text-decoration:underline;
}

.text_09 {
	color: #4B493F;
	font-weight: normal;
	font-size: 16px;
}
a.text_09 {
	color: #4B493F;
	font-weight: normal;
	font-size: 16px;
	text-decoration:underline;
}

.text_10 {
	color: #008CAE;
	font-weight: normal;
	font-size: 16px;
}
a.text_10 {
	color: #008CAE;
	font-weight: normal;
	font-size: 16px;
	text-decoration:underline;
}

.text_11 {
	color: #231F20;
	font-weight: normal;
	font-size: 18px;
}
a.text_11 {
	color: #231F20;
	font-weight: normal;
	font-size: 18px;
	text-decoration:underline;
}

.text_12 {
	color: #8B2A42;
	font-weight: bold;
	font-size: 18px;
}
a.text_12 {
	color: #8B2A42;
	font-weight: bold;
	font-size: 18px;
	text-decoration:underline;
}

/* title_01 */
.title_01{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #990000;
	font-weight: bolder;	
}
A.title_01{
	color : Black;
	text-decoration: none;
}
A.title_01:HOVER{				
	text-decoration: none;
}
TD.title_01  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #000000;
	height: 20px;
	background-color: #CE171E;
}
/* title_02 */
.title_02{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #4b193e;
	font-weight: bolder;	
}
A.title_02{
	color : Black;
	text-decoration: none;
}
A.title_02:HOVER{				
	text-decoration: none;
}
TD.title_02  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #000000;
	height: 20px;
	background-color: #A7A9AC;
}
HR{
   color: #990000;
   height: 1px;
   width: 100%;
}
P{
	margin:0;
}

