body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/bg-grey.gif);
	background-position: center;
	background-repeat: repeat-y;

	
}

table  {
		background-color:#FFFFFF
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.body-text {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.header {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0.1em;

}
.sub-header {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	line-height: 16px;
}

.menu {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 15px;
}

table.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21467B;
	font-weight: bold;
	line-height: 26px;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
	height: 26px;
	width: 758px;
}

table.navbar td {
	border: 0px solid #ccc;
}

/*table.selected td {
	border: 0px solid #ccc;
	background-color: #ECF2FD;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	height: 31px;
}*/
.selected {
	border: 0px solid #ccc;
	background-color: #ECF2FD;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	height: 31px;
}


table.navbar td a{
	display: block;
	/*width: 156px;*/
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	height: 26px;
}

table.navbar td a:link, table.navbar td a:visited {
	color: #21467B;
	background-color: #ffffff;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #21467B;
	background-color: #ECF2FD;
	
}



table.subnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
	border-collapse: collapse;
	/*background-color: #ffffff;*/
	text-align: left;
	width: 100%;
}

table.subnavbar td {
	border: 0px solid #ccc;
}

table.subnavbar td a{
	display: block;

	/*width: 156px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	/*height: 25px;*/
}

table.subnavbar td a:link, table.subnavbar td a:visited {
	color: #333333;
	/*background-color: #ffffff;*/
}
table.subnavbar td a:hover, table.subnavbar td a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a70909;
}


