@charset "UTF-8";
/* CSS Document */

/*TEXT*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
a:link {
	color: #000066;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #F0AF00;
}
a:active {
	color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 125%;
}
h1 {
	font-size: 36px;
	color: #000066;
}
h2 {
	font-size: 24px;
	color: #000066;
}
h3 {
	font-size: 18px;
	color: #F0AF00;
}
h4 {
	font-size: 18px;
	color: #666666;
}