/* Start of CMSMS style sheet 'Master' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072BC;
	background-color: #FFFDFD;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	background-image: url(uploads/images/page_shade.png);
	background-repeat: repeat-x;
}
.PageBkg{
	background-image: url(uploads/images/body_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.ContentBkg{
	background-image: url(uploads/images/content_box_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
form{
	margin: 0px;
	padding: 0px;
}
.NormalLink {
	color: #0072BC;
	text-decoration: underline;
	font-weight: bold;
}
.NormalLink:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.BlackLink {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.BlackLink:hover {
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
	font-weight: normal;
}
.FooterLink {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.FooterLink:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.BlueTitle{
	font-size: 26px;
	font-weight: bold;
	color: #0072BC;
	display: block;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
}
.AshTitle{
	font-size: 16px;
	font-weight: bold;
	color: #525454;
	display: block;
	text-align: left;
	vertical-align: top;
}
.SubTitleBlue{
	font-size: 14px;
	font-weight: bold;
	color: #0072BC;
	text-align: left;
	vertical-align: top;
	display: block;
	line-height: 1em;
}
.SubTitleAsh{
	font-size: 14px;
	font-weight: bold;
	color: #525454;
	text-align: left;
	vertical-align: top;
	display: block;
	line-height: 1em;
}

.TextBlackBold{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.BoldText{
	font-weight: bold;
}
.ContentLeftBoxLine{
	background-image: url(uploads/images/line.png);
	background-repeat: repeat-y;
	background-position: right;
}
.ContentRightBoxLine{
	background-image: url(uploads/images/line.png);
	background-repeat: repeat-y;
	background-position: left;
}
.ContentBkg{
	background-image: url(uploads/images/content_box_bkg.png);
	background-repeat: repeat-x;
}
.TextBox{
	background-color: #DDDDDD;
	border: 1px solid #9A9A9A;
	padding: 3px;
}
.FooterText{
	font-size: 11px;
	color: #FFFFFF;
}
.ImageBorder{
	border: 6px solid #82A167;
}

/* End of 'Master' */

