.grey {
	font-family: MS Mincho;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #6E6E6E;
}

.grey-i {
	font-family: MS Mincho;
	font-size: 15px;
	font-style: italic;
	color: #6E6E6E
}

.grey-bold {
	font-family: MS Mincho;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #6E6E6E;
}

.green-bold {
	font-family: MS Mincho;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #B4AA00;
}

.green {
	font-family: MS Mincho;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #B4AA00;
}

.blue-bold {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #666699;
}

.copyright {
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6E6E6E;
}

a:link.link {color: #B4AA00;text-decoration: none;}
a:visited.link {color: #B4AA00;text-decoration: none;}
a:hover.link {color: #6E6E6E;text-decoration: none;}
a:active.link {color: #6E6E6E;text-decoration: none;}

a:link.link-grey {color: #6E6E6E;text-decoration: none;}
a:visited.link-grey {color: #6E6E6E;text-decoration: none;}
a:hover.link-grey {color: #B4AA00;text-decoration: none;}
a:active.link-grey {color: #6E6E6E;text-decoration: none;}
