﻿.LeftColumn {
	background-image: url('images/LeftColumn.gif');
}
.RightColumn {
	background-image: url('images/RightColumn.gif');
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: small; 
	background-color:#FFFFFF
}
a {
	color: #676767;
}
h1 {
	font-size: small;
	font-weight: bold; 
	margin-bottom:-10pt;
	color: #000000;
}
.listheader {
	color: #404040;	
	font-weight: bold; 
}
Table.CommonTable {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
}
Table.CommonTable td {
	text-align: left;
	border: 1px solid #CACACA;
	vertical-align: top;
}
Table.RightTable td {
	text-align: left;
	border: 1px solid #CACACA;
	vertical-align: top; 
	font-size:85%; 
}
Table.RightTable p {
	margin:0cm;
	margin-bottom:8pt;
}
Table.RightTable td a {
	text-decoration:none;	
	color: #326194;
}
Table.RightTable td a:hover {
	text-decoration:underline;	
}
Table.RightTable {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
}
th {
	text-align: left;
	border: 1px solid #CACACA;
	color: #355873;
	font-size: small;
	background-image: url('images/TableHeaderBackground.gif');
}
.RightTableHeader {
	text-align: left;
	border: 1px solid #CACACA;
	color: #355873;
	font-size: small;
	background-image: url('images/TableHeaderBackground.gif');
	font-weight: bold;
}
td.CopyrightCell {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
td.CopyrightCell a {
	text-decoration: none;
}
td.CopyrightCell a:hover {
	text-decoration: underline;
}
.ReadMore {
	font-size: xx-small;
}
a.RightLink {
	text-decoration: none;
	color: #024ad9;	
}
a:hover.RightLink {
	text-decoration:underline;	
}
ul {
	list-style-type: square 
}
li {
	margin-bottom: 10pt
}
.tstyle1 {
	padding: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
	border-color: #C0C0C0;
	vertical-align: top;
}

#dropmenudiv{
position:absolute;
border:1px solid lightgrey;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
color:#041547;
text-align:left
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid lightgrey;
padding: 1px 0;
text-decoration: none;
color:#041547;
text-align:left
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#E0E0E0;
}