body
{
	font-family: Arial;
	font-size:12px;
	
	scrollbar-base-color: white;
	scrollbar-arrow-color: #7F90B9;
	scrollbar-track-color: white;
	
	scrollbar-shadow-color: #153177;
	scrollbar-lightshadow-color: white; 
	scrollbar-darkshadow-color: white;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #153177;

	
}
.TitleBar
{
	padding-left: 5px;
	font-size: 20px;
	font-family: Arial;
}

.menulink
{
	color:#153177;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

.submenulink
{
	color:#153177;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}


.editormenulink
{
	color:white;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

.SubMenuItem
{
	BACKGROUND-COLOR:white;
	border-top: solid 1px #153177;
	border-right: solid 1px #153177;
	font-size: 14px;
}

.EditorSubMenuItem
{
	BACKGROUND-COLOR:transparent;
	padding-right: 8px;
	padding-left: 3px;
	font-size: 11px;
}

h2
{
	font-family: Arial;
	font-size:14px;
	color: #153177;
	font-weight: bold;
}

b
{
	font-family: Arial;
	font-size:14px;
	color: #153177;
	font-weight: bold;
}

strong
{
	font-family: Arial;
	font-size:12px;
	color: #153177;
	font-weight: bold;
}

.Content
{
	font-family: Arial;
	font-size:12px;
	color: #5A5A5A;
	background-color: White;
	
}

.Content table
{
	font-family: Arial;
	font-size:12px;
	color: #5A5A5A;
}

.Content b
{
	font-family: Arial;
	font-size:14px;
	color: #153177;
	font-weight: bold;
}

.Content strong
{
	font-family: Arial;
	font-size:12px;
	color: #153177;
	font-weight: bold;
}

a
{
	color: #7F90B9;
	text-decoration: none;
	font-weight: bold;
}

.goButton
{
	border-top: solid 1px #153177;
	border-bottom: solid 1px #153177;
	border-left: solid 1px #153177;
	border-right: solid 1px #153177;
	background-color: #EBEBEB;
	color: #bdc5d9;
	width:25px;
	font-weight: bold;
}

.Button
{
	border-top: solid 1px #153177;
	border-bottom: solid 1px #153177;
	border-left: solid 1px #153177;
	border-right: solid 1px #153177;
	background-color: #EBEBEB;
	color: #bdc5d9;
	font-weight: bold;
}