.black-34 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 34px;
	color: #000000;
	text-decoration: none;
}
.black-18 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.black-16 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}
.black-15 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}
.blue-45 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 45px;
	color: #01c2fe;
	text-decoration: none;
}
.blue-15 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #078bcd;
	line-height: 20px;
	text-decoration: none;
}
a.blue-15:hover {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #078bcd;
    line-height: 20px;
	text-decoration: underline;
}
.blue-13 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #078bcd;
	line-height: 18px;
	text-decoration: none;
}
a.blue-13:hover {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #078bcd;
    line-height: 18px;
	text-decoration: underline;
}
.gray-14 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
	text-decoration: none;
}
.gray-13 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
}
.gray-12 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
	text-decoration: none;
}
#corner01 {
    position:relative;
    z-index:0;
    font-size: 14px;
    font-weight:500;
    color: #ffffff;
    height: 100px;
    padding: 0 15px;
    background:#b1b0b0;
    background: -moz-linear-gradient(top,#b1b0b0 0%,#b1b0b0);
    background: -webkit-gradient(linear, left top, left bottom,from(#b1b0b0),to(#b1b0b0));
    -pie-background: linear-gradient(#b1b0b0, #b1b0b0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #000;
    /*cursor: pointer;*/
}
#corner02 {
    position:relative;
    z-index:0;
    font-size: 14px;
    font-weight:500;
    /*color: #ffffff;*/
    height: 300px;
    padding: 0 15px;
    background:#f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 0%,#f3f3f3);
    background: -webkit-gradient(linear, left top, left bottom,from(#f3f3f3),to(#f3f3f3));
    -pie-background: linear-gradient(#f3f3f3, #f3f3f3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #000;
    /*cursor: pointer;*/
}