/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* titles */
.tle-welcome {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #086ab3;
	text-decoration: none;
}
.sub-tle {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #086ab3;
	text-decoration: none; 
}
.arrow {
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #086ab3;
	text-decoration: none;
}
/* txt */
.txt-content {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txt-content-a {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.txt-footer {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txt-contact {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* bg*/
.bg-content {
	background-image: url(../images/bg_content.gif);
	background-position: top-left;
	background-repeat: repeat-y;
}

/* links*/
.txt-link {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txt-link A{
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txt-link A:hover{
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3e7eb7;
	text-decoration: none;
}
.readmore {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3e7eb7;
	text-decoration: none;
}
.readmore A{
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3e7eb7;
	text-decoration: none;
}
.readmore A:hover{
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3e7eb7;
	text-decoration:underline;
}
.more-detail {
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3e7eb7;
	text-decoration: underline;	
}
.more-detail A{
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3e7eb7;
	text-decoration: underline;	
}
.more-detail A:hover{
	font-family: Tahoma, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;	
}
.dot {
	background-image: url(../images/dot_hori.gif);
	background-position: center;
	background-repeat: repeat-x;
}