﻿/* start CSS for the admin editor */
/* Default font */

/* title_01 */
.text_01{
	font-size: 12px;
	font-weight:normal;
	color: #000000;
}

.text_02{
	font-size: 14px;
	color: #349ed1;
}
A.text_01{
	font-size: 12px;
	color: #0000FF;
	text-decoration:underline;
}
A.text_02{
	font-size: 13px;
	color: #0000FF;
	text-decoration:underline;
}
A.text_03{
	font-size: 12px;
	
	color: #0000FF;
	text-decoration:none;
}
A.text_03:Hover{
	font-size: 12px;
	
	color: #0000FF;
	text-decoration:underline;
}

.text_03{
	font-size: 16px;
	color: #349ed1;
}


.text_04{
	font-size: 12px;
	
	color: #349ed1;
}
.text_05{
	font-size: 14px;
	
	color: #1E1E1E;
}
.text_06{
	font-size: 16px;
	
	color: #1E1E1E;
}


.text_07{
	font-size: 12px;
	
	color: #B60300;
}
.text_08{
	font-size: 14px;
	
	color: #B60300;
}
.text_09{
	font-size: 16px;
	
	color: #B60300;
}
.text_10{
	font-size: 12px;
	
	color: #000000;
}
.text_11{
	font-size: 12px;
	font-weight: bold;
	color: #349ed1;
	
}

.title_01{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #990000;
	font-weight: bolder;	
}



.title_02{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #4b193e;
	font-weight: bolder;	
}
.title_03{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 20px;
	color : #666;
	font-weight: bolder;	
}

.title_04{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 20px;
	color : #333;
	font-weight: bolder;	
}

.title_05{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 20px;
	color : #000;
	font-weight: bolder;	
}
.title_06{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 16px;
	color : #666;
	font-weight: bolder;	
}

.title_07{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color : #848e37;
		
}

.title_08{					
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 16px;
	color : #848e37;
	
}


A.href1{
	color:#b60300;
	text-decoration:underline;
	font-size:12px;
}
A.href2{
	color:#b60300;
	text-decoration:underline;
	font-size:14px;
}
A.href1:HOVER , A.href2:HOVER {text-decoration:none;}
A.href3{
	color:#b60300;
	text-decoration:none;
	font-size:12px;
}

A.href4{
	color:#b60300;
	text-decoration:none;
	font-size:14px;
}
A.href3:HOVER , A.href4:HOVER {text-decoration:underline;}


/* ******************************* */
A.href5{
	color:#349ed1;
	text-decoration:underline;
	font-size:12px;
}
A.href6{
	color:#349ed1;
	text-decoration:underline;
	font-size:14px;
}
A.href5:HOVER , A.href6:HOVER {text-decoration:none;}
A.href7{
	color:#349ed1;
	text-decoration:none;
	font-size:12px;
}

A.href8{
	color:#349ed1;
	text-decoration:none;
	font-size:14px;
}
A.href7:HOVER , A.href8:HOVER {text-decoration:underline;}
/* ******************************* */
A.href9{
	color:#000;
	text-decoration:underline;
	font-size:12px;
}
A.href10{
	color:#000;
	text-decoration:underline;
	font-size:14px;
}
A.href9:HOVER , A.href10:HOVER {text-decoration:none;}
A.href11{
	color:#000;
	text-decoration:none;
	font-size:12px;
}

A.href12{
	color:#000;
	text-decoration:none;
	font-size:14px;
}
A.href11:HOVER , A.href12:HOVER {text-decoration:underline;}



HR{
   color: #990000;
   height: 1px;
   width: 100%;
}
P{
	margin:0;
}
