/* CSS Document */

/*
	common
*/

a:link {
	font-size: 12px;
	color: #f7e300;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #f7e300;
	text-decoration: underline;
}

a:active {
	font-size: 12px;
	color: #f7e300;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

/*
	main menu
*/

.mainMenu a:link {
	font-size: 12px;
	color: #4373bc;
	text-decoration: underline;
	text-transform: uppercase;
}

.mainMenu a:visited {
	font-size: 12px;
	color: #4373bc;
	text-decoration: underline;
	text-transform: uppercase;
}

.mainMenu a:active {
	font-size: 12px;
	color: #4373bc;
	text-decoration: underline;
	text-transform: uppercase;
}

.mainMenu a:hover {
	font-size: 12px;
	color: #e3951b;
	text-decoration: underline;
	text-transform: uppercase;
}
