/* Content */

.h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #0E1772;
}

.textLinkBlack {
	color: Black;
	font-weight: normal;
	text-decoration: none;
}

.textLinkBlack:hover {
	color: Black;
	text-decoration: none;
}

.textLinkWhite {
	color: White;
	text-decoration: none;
}

.textLinkWhite:hover {
	color: White;
	text-decoration: none;
}

.searchBox {
	width: 140px;
	text-indent: 4px;
	font-size: 90%;
	height: 13px;
	line-height: 15px;
	border: 0px;
}


/* Left menu */

.leftMenuHeader1 {
	background-color: #637BB3;
	color: White;
	height: 35px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	border-top: solid 4px Navy;
	border-bottom: solid 4px White;
}

.leftMenuHeader2 {
	background-color: #A8B5D4;
	color: Black;
	height: 25px;
	width: 200px;
	font-size: 12px;
/*	font-weight: bold;*/
	padding: 0px 0px 0px 20px;
}

.leftMenuHeader3 {
	background-color: #EEEEEE;
	color: Black;
	height: 25px;
	width: 200px;
	padding: 0px 0px 0px 20px;
	border-bottom: solid 2px White;
}

.leftMenuDetail {
	color: Black;
	width: 200px;
	padding: 0px 15px 5px 20px;
}


/* Right menu */

.rightMenuHeader1
{
	background-color: #EEEEEE;
	color: Navy;
	height: 25px;
	width: 167px;
	font-size: 11px;
/*	font-weight: bold;*/
	border-top: solid 4px #637BB3;
	border-bottom: solid 4px White;
	padding: 4px 0px 4px 10px;
}


/* Tables */

.tableHeader1
{
	background-color: #EEEEEE;
	color: Navy;
	height: 25px;
	font-size: 11px;
/*	font-weight: bold;*/
	vertical-align: top;
	border-top: solid 4px #637BB3;
	border-bottom: solid 4px White;
	padding: 4px 0px 4px 0px;
}

.tableHeader1Bold
{
	background-color: #EEEEEE;
	color: Navy;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	border-top: solid 4px #637BB3;
	border-bottom: solid 4px White;
	padding: 4px 0px 4px 0px;
}

.tableDetail
{
	padding: 4px 0px 4px 0px;
}
