.clearLeft{
clear: left!important;
}

.clearRight{
clear: right!important;
}

.clearBoth{
clear: both!important;
}

.floatLeft{
float: left!important;
}

.floatRight{
float: right!important;
}

.noFloat{
float: none!important;
}

.textLeft{
text-align: left!important;
}

.textCenter{
text-align: center!important;
}

.textRight{
text-align: right!important;
}

.noMargin{
margin: 0px!important;
}

.noPadding{
margin: 0px!important;
}

.d0ntseem3{
display: none!important;
}

address{
display: inline;
font-style: normal;
}

.alert{
background: #FEF7CF;
border: 1px solid #F6B511;
color: #AF0000;
font-weight: bold;
padding: 10px;
margin: 15px;
text-align: left;
width: 300px;
}

.minor_alert{
background: #fff;
border: 1px solid #c0c0c0;
color: #AF0000;
font-size: 80%;
font-weight: bold;
padding: 2px;
margin: 5px 0px 5px 50px;
text-align: center;
width: 300px;
}	

.success{
background: #DFF7FF;
border: 1px solid #11BAF6;
color: #00669F;
font-weight: bold;
padding: 10px;
margin: 15px;
text-align: left;
width: 300px;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
}

th{
text-align: center;
}

a img{
border: 0px;
}

.indent{
margin-left: 10px;
}

blockquote{
border-left: 1px solid #eee;
}

.big{
font-size: 125%;
}

* html .visualIEFloatFix { 
height: 0.01%; 
}
