BODY {
	font-family : Arial, Helvetica, sans-serif;
}
A:link {
	color: #333333;
	text-decoration: none;

}
A:visited {
	color: #333333;
	text-decoration: none;

}
A:hover {
	color: #FF0000;
	text-decoration: underline;

}
A:active {
	color: #FF0000;
	text-decoration: overline;

}
.Normal {
	font-size: 15px;
}
.NormalSmall {
	font-size: 10px;
}
.Emphasis {
	font-weight: bold;
}
.Footer {
	font-size: 12px;
}
.Copyright {
	font-size: 10px;
	color: #666666;
}
.Copyright a:link {
	color: #999999;
}
.Copyright a:visited {
	color: #999999;
}
.Copyright a:hover {
	color: #006699;
}
.Copyright a:active {
	color: #999999;
}
.CopyrightTable {
	border;
	border-top : 1px ridge #999999;
	background-color: #CCCCCC;

}
.FrameHeader {
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #666666;


}
.FrameCell {
	font-size: 10pt;
	background-color: #CCCCCC;
	color: #333333;
	border: 1px ridge #333333;



}
.TableAll {
	border : 1px ridge #003366;
}
.TableHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.TableCells {
	font-size: 11px;
	color : #003366;
}
.FormAll {
	border : 1px ridge #003366;
}
.FormLabels {
	font-size: 12px;
}
.FormContent {
	font-size: 12px;
	color: #006699;
}
.FormControls {
	font-size: 12px;
	color: #006699;
}
.AdminTitle {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
.Blueish {
	color: #847EED;
}
.Redish {
	color: #FF0000;
}
.BlueishEmphasis {
	font-weight: bold;
	color: #847EED;
}
.Brownish {
	color: #B6B10B
}
.BrownishEmphasis {
	font-weight : bold;
	color: #B6B10B
}
.BlackEmphasis {
	font-weight : bold;
	color: #847EED;
	font-size: 18px;
	text-align: center;
}
.RedTitle {
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}
.ErrorText {
	font-size: 11px;
	color: #FF0000;
}
.Required {
	font-size: 11px;
	color: #FF0000;
}
