﻿/* start CSS for the admin editor */
/* Default font */
.text_01 {
	font-size: 12px;
	font-weight: normal;
	color: #521E1E;
}
.text_02 {
	font-size: 12px;
	font-weight: bold;
	color: #911718;
}
.text_03 {
	font-size: 12px;
	font-weight: normal;
	color: #004E90;
}
.text_04 {
	font-size: 12px;
	font-weight: normal;
	color: #338729;
}
.text_05 {
	font-size: 12px;
	font-weight: normal;
	color: #CADA84;
}
.text_06 {
	font-size: 18px;
	font-weight: bold;
	color: #338729;
}
.text_07 {
	font-size: 14px;
	font-weight: bold;
	color: #338729;
}

/* title_01 */
.title_01{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #990000;
	font-weight: bolder;	
}
A.title_01{
	color :  #990000;
	text-decoration: none;
}
A.title_01:HOVER{				
	text-decoration: none;
}
TD.title_01  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color :  #990000;
	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 : #4b193e;
	text-decoration: none;
}
A.title_02:HOVER{				
	text-decoration: none;
}
TD.title_02  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #4b193e;
	height: 20px;
	background-color: #A7A9AC;
}

.title_03{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #00000;
	font-weight: bolder;	
}
.title_04{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #338729;
	font-weight: bolder;	
}
.title_05{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #CADA84;
	font-weight: bolder;	
}
.title_06{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #004E90;
	font-weight: bolder;	
}
.title_07{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #911718;
	font-weight: bolder;	
}
HR{
   color: #990000;
   height: 1px;
   width: 100%;
}
P{
	margin:0;
}
