.header {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	line-height:25px;
}

.body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:25px;
}

a.body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#2B3083;
	line-height:25px;
	text-decoration:none;
}

a.body:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#2B3083;
	line-height:25px;
	text-decoration:underline;
}

.homebody {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	font-style:oblique;
	color: Black;
	line-height:30px;
}

a.homebody {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	font-style:oblique;
	color:#614D81;
	line-height:30px;
	text-decoration:underline;
}

a.homebody:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	font-style:oblique;
	color: White;
	line-height:30px;
	text-decoration:underline;
}

.homebodypurp {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	font-style:oblique;
	color: #614D81;
	line-height:30px;
}

.homebodypurp a {
	text-decoration:underline;
}

.homebodypurp a:hover {
	text-decoration:underline;
	color:#000000;
}

.footer1 {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
}

.footer2 {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	line-height:20px;
}

.footer3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

a.footer3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.footer3:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.infooter1 {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}

.infooter2 {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	line-height:20px;
}

.infooter3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

a.infooter3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.infooter3:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.newsHeaderHome {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	color:#614D81;
	padding:0 0 0 25;
}

.newsHeaderIn {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	color:#BB844C;
	padding:0 0 0 25;
}

.newsArea {
	padding:0 15px 0 15px;
}

.news {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:11px;
	font-weight:bold;
}

a.news {
	color:#000000;
	text-decoration:none;
}

a.news:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.menu {
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:171px;
background-color:#9F8AC2;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#9F8AC2;
height:23px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:23px;
width:169px;
color:#000;
text-indent:1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#9F8AC2; width:169px; w\idth:169px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#9f8ac3;}

.menu :hover > a {
color:#fff; 
background:#9f8ac3;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:169px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



.INmenu {
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.INmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:171px;
background-color:#FAB568;
}
/* hack for IE5.5 */
* html .INmenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.INmenu li {
position:relative;
background:#FAB568;
height:23px;
}

/* get rid of the table */
.INmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.INmenu a, .INmenu a:visited {
display:block; 
text-decoration:none;
height:23px;
width:169px;
color:#000;
text-indent:1px;
}
/* hack for IE5.5 */
* html .INmenu a, * html .INmenu a:visited {background:#FAB568; width:169px; w\idth:169px;}
/* style the link hover */
* html .INmenu a:hover {color:#fff; background:#FAB569;}

.INmenu :hover > a {
color:#fff; 
background:#FAB569;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.INmenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:169px; 
}
/* make the second level visible when hover on first level list OR link */
.INmenu ul li:hover ul,
.INmenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.INmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.INmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.INmenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.INmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.last {
	width:252px;
}

.message {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #B22222;
	line-height:25px;
}


tr.Transactions1odd{
	background-color: #F3F3F3;
	font-size: 12px;
}
tr.Transactions1hdr{
	background-color: #9F8AC2;
	font-size: 12px;
	color : White;
}
div.transactions{
	height: 280px;
	width: 871px;
	overflow: auto;
	border: 1px solid #666666;	
	background-color: #FCFCFC;
}

input.submit
{
	font-family: "Times New Roman", Times, serif;
	COLOR: White;
	BACKGROUND-COLOR: #9F8AC2;
}