/* Arke Styles */

.Wrapper
{
	text-align:left;
	width:100%;
}

.BlueDottedOutline
{
	border: dashed 1px blue;
}

.RedOutline
{
	border:solid 1px #2B4F82;
	background-image: url(images/tile_glossyblue.gif);
	background-color: #CAE2FA;
}

.LeftPad
{
	padding-left:15px;
}

.Content
{
	margin-left:5px;
}

.Center
{
	text-align:center;
}

/* Realm Provided Styles */

.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.Notes
{
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}