.font-size-is-default {
    font-size: 14px;
    line-height: 1.7em;
}
.font-family-helvetica {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
}
body {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #6e6e6e;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
}
#rt-top-background {
	background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #ffffff, #dddddd);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #6e6e6e;
    text-shadow: 0 2px 3px #ffffff;
	
}
#rt-top-surround {
    position: relative;
	display: block;
}
#rt-top-surround::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#rt-logo {
    height: 79px;
    width: 262px;

    background: rgba(0, 0, 0, 0) url("/images/logo.png") no-repeat scroll 50% 0 !important;
	margin-right: 50px;

    display: block;
	float:left;
}

.cb {
	clear:both;
}
.rt-container {
    margin: 0 auto;
    width: 1200px;
}
.table_04 {
	width: 1200px;
}