.txt {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : normal;
	text-decoration:none;
	color:#000000;
    }

.txt_bold {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : bold;
	text-decoration:none;
	color:#000000;
    }

.txt_italic {
	font-family:Arial,sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-style : italic;
    }

.txt_red_italic{
	font-family:Arial,sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#ff0000;
	font-style : italic;
    }

.txt_bold_italic{
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : italic;
	font-weight : bold;
	text-decoration:none;
    }

.txt_bold_undl{
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : none;
	font-weight : bold;
	text-decoration:underline;
    }

.txt_blue{
	color:#0000ff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : normal;
	font-weight : normal;
	text-decoration:none;
    }

.txt_blue_bold{
	color:#0000ff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : normal;
	font-weight : bold;
	text-decoration:none;
    }

.txt_blue_ital{
	color:#0000ff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : italic;
	font-weight : normal;
	text-decoration:none;
    }

.txt_blue_bold_ital{
	color:#0000ff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : italic;
	font-weight : bold;
	text-decoration:none;
    }

.txt_blue_bold_ital_u{
	color:#0000ff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style : italic;
	font-weight : bold;
	text-decoration: underline;
}

.txt_mon {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : normal;
	text-decoration:none;
	color:#008000;
    }

.txt_red{
	color:#ff0000;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : normal;
	text-decoration:none;
    }

.txt_red_bold{
	color:#ff0000;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : bold;
	text-decoration:none;
    }

.txt_10 {
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
    }

.txt_10_ital {
	font-family: Arial,sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-style: italic;
}
	
.txt_10_u {
	font-family:Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	font-style: normal;
}
	
.txt_10_blue {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight : normal;
	text-decoration:none;
	color:#0000ff;
    }

.txt_10_blue_ital{
	color:#0000ff;
	font-family:Arial,sans-serif;
	font-size:10px;
	font-style : italic;
	font-weight : normal;
	text-decoration:none;
    }
	
.txt_10_red {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight : normal;
	text-decoration:none;
	color:#ff0000;
    }

.txt_10_mon {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight : normal;
	text-decoration:none;
	color:#008000;
    }

.txt_10_red_ital {
	font-family:Arial,sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#ff0000;
	font-style : italic;
    }

.txt_14_bold {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight : bold;
	text-decoration:none;
    }
	
.txt_14_white_bold {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight : bold;
	text-decoration:none;
	color: #FFFFFF;
    }
	
.txt_hdr_bar {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight : bold;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
    }
	
.txt_form_label {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : bold;
	text-decoration:none;
	color:#000099;
}

.txt_form_label_hdr {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : bold;
	text-decoration:none;
	color: Purple;
}

.txt_form_answer {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight : normal;
	text-decoration:none;
	color: Red;
}

.t_red_16 {
	font-family:Arial,sans-serif;
	font-size:16px;
	font-weight : bold;
	text-decoration:none;
	color:#ff0000;
    }

.t_red_14 {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight : bold;
	text-decoration:none;
	color:#ff0000;
    }

.t_blue_14 {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight : bold;
	text-decoration:none;
	color:#0000ff;
    }

.t_blue_14_u {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight : bold;
	text-decoration:underline;
	color:#0000ff;
    }

.gray_th {
	font-family: Arial;
	font-style: none;
	color: #ffffff;
	background-color : Gray;
	font-size : 12px;
}

.gray_th_mon {
	font-family: Arial;
	font-style: none;
	color: #008000;
	background-color : Gray;
	font-size : 12px;
}

.gray_th_b_mon {
	font-family: Arial;
	font-style: none;
	font-weight: bold;
	color: #008000;
	background-color : Gray;
	font-size : 12px;
}

.gray_th_req {
	font-family: Arial;
	font-style: none;
	color: #ffaeb5;
	background-color : Gray;
	font-size : 12px;
}

.gray_th_b {
	font-family: Arial;
	font-style: none;
	font-weight: bold;
	font-size : 12px;
	color: #ffffff;
	background-color : Gray;
}

.gray_td {
	font-family: Arial;
	font-style: none;
	color: #000000;
	background-color : #d7d7d7;
	font-size : 12px;
}

.gray_td_red {
	font-family: Arial;
	font-style: none;
	color: #ff0000;
	background-color : #d7d7d7;
	font-size : 12px;
}

.gray_td_mon {
	font-family: Arial;
	font-style: none;
	color: #008800;
	background-color : #d7d7d7;
	font-size : 12px;
}

.gray_td_blue {
	font-family: Arial;
	font-style: none;
	color: #0000FF;
	background-color : #d7d7d7;
	font-size : 12px;
}

.gray_td_b_mon {
	font-family: Arial;
	font-style: none;
	font-weight: bold;
	color: #008800;
	background-color : #d7d7d7;
	font-size : 12px;
}

.gray_th_10 {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #ffffff;
	background-color : Gray;
	font-size : 10px;
}

.gray_th_10_req {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #ffaeb5;
	background-color : Gray;
	font-size : 10px;
}

.gray_td_10 {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #000000;
	background-color : #d7d7d7;
	font-size : 10px;
}

.gray_td_mon_10 {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #008800;
	background-color : #d7d7d7;
	font-size : 10px;
}

.gray_td_link {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #000000;
	background-color : #d7d7d7;
	font-size : 10px;
}

.green_th_10 {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #ffffff;
	background-color: #57B322;
	font-size: 10px;
}

.greenblue_th_10 {
	font-family: Arial;
	font-style: none;
	font-weight: normal;
	color: #ffffff;
	background-color: #045B6F;
	font-size: 10px;
}

.link_10{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 10px;
}

.link_10:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 10px;
}

.link_10:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 10px;
	color : #57B322;
}

.link_10_pink{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffaeb5;
	font-size : 10px;
}

.link_10_pink:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ffaeb5;
	font-size : 10px;
}

.link_10_pink:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 10px;
	color : #57B322;
}

.link_10_red{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size : 10px;
}

.link_10_red:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size : 10px;
}

.link_10_red:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 10px;
	color : #57B322;
}

.link_10_white{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size : 10px;
}

.link_10_white:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size : 10px;
}

.link_10_white:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 10px;
	color : #57B322;
}

.link_11{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 11px;
}

.link_11:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 11px;
}

.link_11:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 11px;
	color : #57B322;
}

.link_12{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 12px;
}

.link_12:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 12px;
}

.link_12:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 12px;
	color : #57B322;
}

.link_13{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 13px;
}

.link_13:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 13px;
}

.link_13:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 13px;
	color : #57B322;
}

.link_14{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 14px;
}

.link_14:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #045B6F;
	font-size : 14px;
}

.link_14:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #57B322;
}

.link_14_red{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size : 14px;
}

.link_14_red:visited{
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size : 14px;
}

.link_14_red:hover {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #57B322;
}

BODY {
		font-family: Arial;
		font-style: none;
}

A {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

A:link, A:visited{
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	font-weight: bold;
}

TABLE {
		font-family: Arial;
		font-style: none;
	}

TH {
		font-family: Arial;
		font-style: none;
	}

TD {
		font-family: Arial;
		font-style: none;
}

