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

.box1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #E82127;
	font-size: 10px;
}

.box2 {
	background-color:#EDDC20;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.box3 {
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
}

a.box2 {
	color:#77007A;
}

a.box1 {
	color:#2672BB;
}

.smallbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #2672BB;
}

.bigbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #E82127;
}

.dark {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
}

.light{
color:#CCC;
}

a {
	color:#E82127
}
