@charset "utf-8";
/* CSS Document */
/*link_header*/
.link_header {
	font-size: 18pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_header:link {
	font-size: 18pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_header:visited {
	font-size: 18pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_header:hover {
	font-size: 18pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_header:active {
	font-size: 18pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
/*link_base*/
.link_base {
	font-size: 15pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_base:link {
	font-size: 15pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_base:visited {
	font-size: 15pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_base:hover {
	font-size: 15pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}
.link_base:active {
	font-size: 15pt; FONT-FAMILY:"Arial"; TEXT-DECORATION:underline; color:#009999;
}

/*header_font*/
.header_font{font-size:16pt; font-family:"Arial"; color:#00338F; font-weight:bold;}

/*base_font_black*/
.base_font_black{font-size:15pt; font-family:"Arial"; color:#000000;}

/*base_font_blue*/
.base_font_blue{font-size:14pt; font-family:"Arial"; color:#00338F;}

/*small_font_blue*/
.small_font_blue{font-size:12pt; font-family:"Arial"; color:#00338F;}

/*cell with medium width border*/
.cell_medium{border-color:#000000; border-width:medium; border-style:solid;}
/*cell with thin width border*/
.cell_thin{border-color:#000000; border-width:thin; border-style:solid;}
/*cell with base_font_blue and medium width border*/
.table_head{ border-color:#000000; border-width:thin; border-style:solid;
			font-size:14pt; font-family:"Arial"; color:#00338F;}



