body {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

body td {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	text-decoration: none;
        color: #0000bb;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	text-decoration: none;
        color: #0000bb;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #ff6600;
	text-decoration: none;
}

.defaultText {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-style: normal;
}

.ErrorText {
	font-family: Arial, Helvetica, sans-serif;
        color: #FF0000;
        font-size: 14px;
	font-weight: bold;
}

#Header    th     {
	background-image: url(images/bgTopNav.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
#Header .selectMenu {
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ffffff;
}
#Header .selectMenu select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #fff;
	background: #003466;
}

#Topnav {
	font-size: 12px;
        font-weight: bold;
	color: #FFFFFF;
}
#Topnav a:link { color: #FFFFFF; text-decoration: none;}
#Topnav a:visited { color: #FFFFFF; text-decoration: none;}
#Topnav a:hover { color: #f66b1a; text-decoration: none;}
#Topnav a:active { color: #FFFFFF; text-decoration: none;}

.TableList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CED6EF;
}

.TableList td{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
        vertical-align:top;
	background-color: #FFFFFF;
}

.TableList th {
	background-color: #CED6EF;
}

.TableList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A4F78;
	text-decoration: none;
}

.TableList a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c89c25;
	text-decoration: none;
}

.TableListSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CED6EF;
}

.TableListSmall td{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
        vertical-align:top;
	background-color: #FFFFFF;
	font-size: 10px;
}

.TableListSmall th {
	background-color: #CED6EF;
}

.TableListSmall a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4A4F78;
	text-decoration: none;
}

.TableListSmall a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c89c25;
	text-decoration: none;
}

h3 {
        margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #05082B;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #05082B;
}

.TableView {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	border: 1px solid #CED6EF;
}
.TableView td {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;      
        vertical-align:top;
}
hr {
	color: #CED6EF;
	height: 1px;	
}

.userselect {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 10px;
	 font-style: normal;
         font-weight: normal;
	 color: #000000
}

#ADP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
#ADP tr.Title td {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#ADP tr.Title td strong{
	font-size: 18px;
}
#ADP tr.SubTitle td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	padding-bottom: 25px;
	vertical-align: top;
}
#ADP tr.Headers td{
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-weight: bold;
	font-size: 11px;
        background: #ccd3ea
}
#ADP tr.Headers td.Last{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#ADP tr.SubHead td{
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
        background: #ffffff
}
#ADP tr.Data td{
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	font-size: 11px;
}
#ADP tr.Data td.Last{
	border-right-width: 0px;
}
