/* styles.css - supply management - user css - City Standard StyleSheet.*/
/*These are the heading styles.  Colors can be changed to match your colour scheme*/

h1 {  }
h2 { }
h3 { }
h4 {  }

.boldText { font-weight: bold; }
.italicText { font-style: italic; }
.boldItalic { font-weight: bold; font-style: italic;}

.imgRight { float: right; margin:0; margin-left: 1.5em; margin-bottom: 1.5em; }
.imgLeft {	float: left;margin: .5em .5em .5em 0; }
.reg, .imgInline, .inlineImg, img.inlineImg, .icons { padding: 0 0; padding-left: 0px; vertical-align: middle; float: none; margin: 0; }

.italic {font-style: italic;}
.medtext { font-size: .8em; color: #333333; line-height: 16px; }
/*.BGblue {background-color:#D6E3FF;}

.BGpink {background-color:#FEE6FE;}
.BGgreen {background-color:#C3D5D5;}
.BGred { color:#cc0000; background-color:#FFFFCC;}
.BGredBold { color:#cc0000; font-weight: bold; background-color:#FFFFCC;}*/
.strikethrough { text-decoration: line-through;}
.strikethroughBLD { font-weight: bold;	text-decoration: line-through;}
.BGyellow {background-color:#FFFFCA;}
.highlight { background-color: #FFFF99; }
