
body {
}

img {
max-width: none !important; }

.relative { position: relative !important; }
.clear { 
	clear: both;
	overflow:hidden;
}

.float-right { float:right !important; }
.bold { font-weight: bold !important; }

.white { color: #ffffff !important; }
.black { color: #000000 !important; }
.grey { color: #404040 !important; }
.color1 { color: #FBB03B !important; }

.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }

ul, ol {
    margin: 0 0 10px 15px;
    padding: 0;
}

.color1 { color: #FBB03B !important; }

a { color: #FBB03B; }
a:hover { color: #FBB03B; }

.display-none { display: none; }