/* Content  Styles */

.Title
{
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	color: #000000;
	font-family: Verdana;
	height: 32px;
}

.Body
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	line-height: 18px;
}

.Body A
{
	color: #303030;
}

.BodyBold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #303030;
}

.BodySmall
{
	font-family: Verdana;
	font-size: 7pt;
	color: #303030;
}

/* Site Design Styles */

.NaviLink1
{
	font-family: Arial;
	font-size: 11pt;	
	text-decoration: none;
	color: #000000;
}

.TextBox1
{
	border : 1px solid;
	border-color : #9C9A9A;
	background-color : White;
	width: 200px;
	height: 22px;
}

/* Editor Styles */

.EditorNaviLocation
{
	font-size: 11px;
	color: 555555;
	font-family: Verdana;
	text-decoration: none;
	
}

.EditorNaviLocation:hover
{
	text-decoration: underline;
}

.EditorTitle 
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

.EditorNaviLink
{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	text-decoration: none;
}

.EditorNaviLink:hover
{
	text-decoration: underline;
}

.EditorNaviLinkUnpublished
{
	font-family: Verdana;
	font-size: 12px;
	color: Blue;
	line-height: 19px;
	text-decoration: none;
	font-style: italic;
}

.EditorNaviLinkUnpublished:hover
{
	text-decoration: underline;
}

/* Copyright Huima */

.Huima
{
	font-family : "Verdana";
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #333333;
	text-decoration: none;
	line-height: 20px;
}