/*========================================

	Color Css
	
=========================================*/
.bold {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.red {
	color: #cc0000;
}

.gray {
	color: #666666;
}

.blue {
	color: #005ab7;
}

.yellow {
	color: #ffcc00;
}

a.white:link,
a.white:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.white:hover,
a.white:active {
	color: #ffffff;
	text-decoration: underline;
}

a.d_red:link,
a.d_red:visited {
	color: #cc0000;
	text-decoration: underline;
}

a.d_red:hover,
a.d_red:active {
	color: #cc0000;
	text-decoration: underline;
}

a.d_gray:link,
a.d_gray:visited {
	color: #333333;
	text-decoration: underline;
}

a.d_gray:hover,
a.d_gray:active {
	color: #666666;
	text-decoration: underline;
}

a.yellow:link,
a.yellow:visited {
	color: #ffcc00;
	text-decoration: underline;
}

a.yellow:hover,
a.yellow:active {
	color: #ffcc00;
	text-decoration: underline;
}