/* ---------------------------------------------
Online Editor Screen Stylesheet for http://www.RockinTEquineRescue.com
Updated:	05/19/08
----------------- ::Global Classes:: ------------- */
.center {
text-align:center;
}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.imgfloatleft {
float:left;
margin:0 8px 4px 0;
background:#fff;
padding:2px;
border:1px solid #E1CFBA;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.hidden {
display:none;
visibility:hidden;
}
.inline {
display:inline;
}
.small {
font-size:10px;
font-weight:normal;
}
.large {
font-size:20px;
font-weight:bold;
}
.nobullets {list-style-type:none;}
