/* CSS Document */

.plainTextWrapper {
	padding: 10px;
}

.plainTextWrapper H3  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.largeTitle {
	padding-left: 20px;
}
.ruleTextWrapper {
	padding: 20px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #776C63;
}
DIV.ruleTextWrapper H3 {
	padding-left: 20px;
}
.ruleContent {
	padding: 20px;
}
.largeTitleWrapper {
	padding: 20px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #776C63;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #776C63;
}
DIV.italicContent p{
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	padding: 10px 20px;
}

DIV.italicContent A:link, DIV.italicContent A:active, DIV.italicContent A:visited{
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	TEXT-DECORATION: underline;
}

DIV.italicContent A:hover {
	COLOR:#6699CC;
	TEXT-DECORATION: underline;
}








