/* CSS Document */
body{
		font-size:11px;
		font-family:Tahoma, Verdana, Arial;
		color:#444e57;
}

h2{
font-size:15px;
font-weight:bold;
}
.title{
margin-bottom:20px;
}
a{
color:#e84700;
}
.red {
	color: #FF0000;
}
.yellow{
	color:#FFFF00;
}

