@charset "utf-8";
/* CSS Document */

.text1 {
	padding:6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text1y {
	padding:6px;
	color: #FFd200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textital {
	padding:6px;
	color: #FFFFFF;
	font-family:"Times New Roman", Times, Adobe Garamond, serif;
	font-size: 13px;
	font-weight:normal;
}

.text1b {
	padding:6px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text1c {
	padding:6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text1YEL {
	padding:6px;
	color: #FFd200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.text1H3 {
	padding:0px 0px 0px 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.text2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.text2b {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.text2bsm {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
}

.text3 {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}

.text3i {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
}


.twocol #left {
	float: left; 
	width: 14em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}

.twocol #right {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}


.twocol #leftsub {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}

.twocol #rightsub {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}