/* Start of CMSMS style sheet 'site_styles' */
.align_center{ text-align: center }
.align_right {text-align: right }
.align_left {text-align:left }
.align_justify { text-align: justify; }

.float_right { float: right; }
.float_left { float: left; }

.p_red { color:#C00; }
.p_blue { color:#039; }
.p_grey { color: #333333 }
.p_light_grey { color: #999999; }
.p_orange { color: #E69500 }

.p_dgry_small { font-size: 0.9em; color: #333333}
.p_lgry_small { color: #999999; font-size: 0.9em;}

.p_small { font-size: 0.9em; }
.p_large { font-size: 1.2em; }
.p_extra_large { font-size: 1.4em; }

.underline { text-decoration: underline }

/* End of 'site_styles' */

