/* ---------------------------------------------
Screen Stylesheet for http://www.ForesideArchitects.com
(classes for online editor)
Updated:	04/27/08 - [JDB]
--------- ::Global Classes:: --------------------- */
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.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;
}