/* Start of CMSMS style sheet 'master' */
@CHARSET "ISO-8859-1";

/****** global classes ******/
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearBoth {
	clear: both;
display: block;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.redText {
	font-weight: bold;
	color: #D9001A;
}
.red_border {
	border: 1px solid #f8bfc6;
}
/****** Overridden properties ******/
body {
	width: 100%;
	background: url(/images/header/pink_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 26px;
	color: #D9001A;
	font-weight: bold;
	padding: 20px 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
}
h3 {
	font-size: 16px;
	color: #e2001a;
	font-weight: bold;
	padding:15px 0px;
}
h4 {
	color: #FF0000;
	font-size: 12px;
	padding: 10px 0 5px;
	font-weight: bold;
}
h5 {
	color: black;
	font-size: 12px;
	padding-bottom: 10px;
	color: #58585A;
}
h5 a{
	color: black;
	font-weight: bold;
}
/* End of 'master' */

