/* Start of CMSMS style sheet 'Global-Classes' */
/* ---------------------------------------------
Screen Stylesheet for http://paulcloutierdds.com for Online Editor
Updated: 01/17/08
------------------------------------------------- */

/* ---------- ::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;
}
.red_text {
color:#e12f2a;
}
/* End of 'Global-Classes' */

