﻿/* start CSS for the admin editor */
/* Default font */
/* text_01 */


.text_01 {
	font-size:12px;
	color:#000;	
	
}
.text_02 {
	font-size:14px;
	color:#000;	
	
}
.text_03 {
	font-size:16px;
	color:#000;	
}
.text_04 {
	font-size:12px;
	color:#555;	
}
.text_05 {
	font-size:14px;
	color:#555;		
}
.text_06 {
	font-size:16px;
	color:#555;	
}
.text_07 {
	font-size:12px;
	color:#8ab51e;	
}
.text_08 {
	font-size:14px;
	color:#8ab51e;	
}
.text_09 {
	font-size:16px;
	color:#8ab51e;		
}
.text_10 {
	font-size:12px;
	color:#f96915;	
}
.text_11 {
	font-size:14px;
	color:#f96915;	
}
.text_12 {
	font-size:16px;
	color:#f96915;	
}



.link_01 {
	font-size:12px;
	color:#00c;
	text-decoration:underline;
}
.link_02 {
	font-size:14px;
	color:#00c;
	text-decoration:underline;
	
}
.link_03 {
	font-size:16px;
	color:#00c;
	text-decoration:underline;
}
.link_04 {
	font-size:12px;
	color:#8ab51e;
	text-decoration:underline;
}
.link_05 {
	font-size:14px;
	color:#8ab51e;
	text-decoration:underline;
}
.link_06 {
	font-size:16px;
	color:#8ab51e;
	text-decoration:underline;
}


.link_07 {
	font-size:12px;
	color:#009;
	text-decoration:none;	
}
.link_07:HOVER {
	font-size:12px;
	color:#009;
	text-decoration:underline;	
}

.link_08 {
	font-size:14px;
	color:#009;
	text-decoration:none;	
}
.link_08:HOVER {
	font-size:14px;
	color:#009;
	text-decoration:underline;	
}
.link_09 {
	font-size:16px;
	color:#009;
	text-decoration:none;	
}
.link_09:HOVER {
	font-size:16px;
	color:#009;
	text-decoration:underline;	
}


.link_10 {
	font-size:12px;
	color:#999;
	text-decoration:underline;	
}
.link_11 {
	font-size:14px;
	color:#999;
	text-decoration:underline;
}
.link_12 {
	font-size:16px;
	color:#999;
	text-decoration:underline;
}


.text_01,  .text_01 TABLE{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color : #000;
	
}

A.text_01{
	color : #817869;
	text-decoration: none;
}
A.text_01:HOVER{				
	text-decoration: none;
}

TD.text_01  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color : #817869;
	vertical-align: top;
}
/* text_02 */

A.text_02{
	color : #990000;
	text-decoration: none;
}
A.text_02:HOVER{				
	text-decoration: none;
}
TD.text_02  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color : #817869;	
	BORDER:  1px;
	border-style: solid;
	border-color: #f1eadc;
}

/* text_03 */

TD.text_03  { 					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color : #000000;
	background-color: #EDEDEE;
	font-weight: 400;
	vertical-align: top;
}
/*	text_04 */


/* 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;
}

