table {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---------------- css title -----------------------------*/
.title {
	color: #4168a4;
	font-size: 18pt;
}
.subtitle {
	color: #4168a4;
	font-size: 11pt;
	font-weight: bold;
}
.text_small {
	font-size: 9pt;
}
.text_red {
	color: #FF0000;	
}

.text_big {
	font-size: 12pt;
}

.text_big-blue {
	font-size: 12pt;
	color: #4168a4;	
	font-weight: bold;	
}

.text_red-b {
	color: #FF0000;	
	font-size: 12pt;
	font-weight: bold;
}

.bg_letter {
	background-image: url(letter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 452px;
}

.pic_program1 {
	background-image: url(pic_program1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.pic_woman {
	background-image: url(pic_woman.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
