/* Start of CMSMS style sheet 'Master' */
body {
	font-family: "Gill Sans MT", "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #878787;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(uploads/images/body_bkg.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/page_body_effect.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: right top;
}
form{
	margin: 0px;
	padding: 0px;
}
.NormalLink {
	color: #9FA374;
	text-decoration: underline;
	font-weight: normal;
}
.NormalLink:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.BlackLink {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.BlackLink:hover {
	font-size: 12px;
	color: #9FA374;
	text-decoration: underline;
	font-weight: normal;
}
.SubLink {
	color: #9FA374;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
.SubLink:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.FooterLink {
	color: #9FA374;
	text-decoration: underline;
	font-weight: normal;
}
.FooterLink:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.FooterBkg{
	background-image: url(uploads/images/footer_bkg.png);
	background-repeat: repeat-x;
}
.FooterText{
	color: #9FA374;
}
.GreenTitle{
	font-size: 26px;
	font-weight: bold;
	color: #9FA374;
	vertical-align: top;
	line-height: 1em;
}
.GreenTitleSmall{
	font-size: 16px;
	font-weight: bold;
	color: #9FA374;
	vertical-align: top;
	line-height: 1em;
}
.AshTitleSmall{
	font-size: 16px;
	font-weight: bold;
	color: #898989;
	vertical-align: top;
	line-height: 1em;
}
.AshTitle{
	font-size: 20px;
	font-weight: bold;
	color: #898989;
	vertical-align: top;
	line-height: 1.5em;
}
.GreenText{
	font-weight: bold;
	color: #9FA374;
}
.SubTitleGreen{
	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: 13px;
	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;
}
.TextBox{
	background-color: #DDDDDD;
	border: 1px solid #9A9A9A;
	padding: 3px;
}
.ImageBorder{
	border: 6px solid #82A167;
}

/* End of 'Master' */

