@charset "utf-8";
/* CSS Document */
/* Orange Graphic */

.blue {
	color: #003e90;
	text-decoration: none;
}

.green {
	color: #97bf0d;
	text-decoration: none;
}

.grey {
	color: #cccccc;
	text-decoration: none;
}

.dark_grey {
	color: #636363;
	text-decoration: none;
}

.charcho {
	border: #AAAAAA solid 1px;
}

.row1 {
	background-color: #f1f1f1;
}

.row2 {
	background-color: #fafafa;
}

a{
	color: #003e90;
	text-decoration: none;
}

a:hover{
	color: #3399EE;
	text-decoration: none;
}