@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}

p {
	line-height:150%;}



a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	color:#000;
	font-weight: bold;
}
a:active {
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}




#header_menu {
	color:#000;	
	
	font-size:14px;
	font-weight:bolder;
	
	vertical-align:middle;
	}



#header_menu a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header_menu a:visited {
	text-decoration: none;
	color: #000;
}
#header_menu a:hover {
	text-decoration:underline;
	color:#000;
}
#header_menu a:active {
	text-decoration:underline;
	color: #000;
}



/* FOOTER */
#footer {

	color:#FFF;

	
	text-align:center;
	font-size:9px;
}

#footer a:link {
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-weight:normal;
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	font-weight:normal;
	text-decoration: underline;
	color:#FFF;
}
#footer a:active {
	font-weight:normal;
	text-decoration: none;
	color: #FFF;
}

/* DOWNLOAD SECTION TEXT */
.dl_small {
	font-size:10px;
	font-weight:normal;
	}