﻿body {
	width				: 100%;
	margin				: 0px;
	padding				: 5px;
	font				: 11pt Calibri, Georgia, "Times New Roman", Times, serif;
}

.maintext {
	font-family			: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size			: 11pt;
	text-decoration		: none;
}
#container {
	width				: 582px;
	margin				: 0 auto;
	text-align			: left;
	background-color	: #FFFFFF;
	padding				: 2px;
}
.grid-header {
	background-color	: #7190e0;
	font-family			: Calibri, Verdana;
	font-size			: 13pt;
	font-weight			: bold;
	border				: 1px #ACA899 solid;
	border-left			: 1px White solid;
	border-top			: 1px White solid;
	color				: White;
}
.grid-header-gradient {
	background-color	: #7190e0;
	font-family			: Calibri, Tahoma;
	font-size			: 13pt;
	font-weight			: bold;
	border				: 1px #ACA899 solid;
	border-left			: 1px White solid;
	border-top			: 1px White solid;
	color				: #000000;
	filter				: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF , endColorstr=#FFC5D2FC, GradientType=0)
}
.grid-background {
	background-color	: #7190e0;
}
.grid-background-rightpane {
	background-color	: #D6DFF7;
}
.grid-row {
	background-color	: #FFFFFF;
	font-family			: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11pt;
	color				: #333333;
	text-decoration		: none;
}
.grid-altrow {
	background-color	: #EDF2F8;
	font-family			: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11pt;
	color				: #333333;
	text-decoration		: none;
}
.subtitle {
	font-family			: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11pt;
	color				: #022873;
	text-decoration		: none;
	font-weight			: bold;
}
.mainli {
	list-style-image	: url(images/bullet_arrow_on.gif);
}
.standardli {
	list-style-image	: url(images/bullet_standard.gif);
}
.subli {
	list-style-type		: none;
	list-style-image	: url(images/bullet_sub.gif);
}
.link1 {
	font-family			: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11pt;
	color				: #022873;
	text-decoration		: underline;
	font-weight			: bold;
}
.link1:hover {
	color				: #2E9EE6;
	text-decoration		: none;
}
.mainmenu{
	font-family			: Verdana,Arial,Helvetica;
	color				: #000000;
	text-decoration		: none;
	float				: left;
	font-size			: 9px;
	width				: 82px;
	line-height			: 16px;
	background-image	: url(images/main-menu-off.gif);
	background-repeat	: no-repeat;
}
.mainmenu:hover{
	background-image	: url(images/main-menu-on.gif);
	background-repeat	: no-repeat;
}
.mainmenuwide{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #000000;
	text-decoration		: none;
	float				: left;
	font-size			: 9px;
	width				: 111px;
	line-height			: 16px;
	background-image	: url(images/main-menu-off-wide.gif);
	background-repeat	: no-repeat;
}
.mainmenuwide:hover{
	background-image	: url(images/main-menu-on-wide.gif);
	background-repeat	: no-repeat;
}
.button1 {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #022873;
	border				: 1px solid #778CC6;
	background-image	: url(images/button-html-back.gif);
	background-repeat	: repeat;
	background-position	: left top;
	height				: 20px;
	cursor				: hand;
	padding-right		: 1px;
	padding-left		: 1px;
	text-decoration		: none;
}
