@charset "utf-8";
/* CSS Document */

body {
	font-family: tahoma, arial, sans-serif;
	background-color: #fff;
	color: #00004c;
	text-align:left;
}


h1{
	font-family:Lucida Calligraphy, Tahoma, Times, serif;
	color: #AA8C00;
}	


a:link{
	color:#800000;
	text-decoration:none;
}
a:hover{
	color: #000080;
	text-decoration:none;
}
a:visited{
	color: #800000;
	text-decoration: none;
}
a img {
	border-color:#AA8C00; 
	border-style:solid; 
	border-width:2px;
}
a:hover img {
	border-color:#800000;
}

.table1{
		background-color: #666;
		border: #666 solid;
	}
	
.table1 td{
		background-color: #666;
		border: #666 solid;
}
.table2 td{

		background-color: #fff;
		border:none;
	}
	
.table2{

		background-color: #fff;
		border:none;
	}
.table3 td{

		background-color: #fff;
		border:#00004c 1px;
	}
	
.table3{

		background-color: #fff;
		border:#00004c 1px;
	}


.img {
	border-bottom: thick solid #666;
	}

.title1  {

	font-weight: bold;
	font-family: Georgia;

	letter-spacing: -1px;

	color: #000000;
	padding: 0 0 0 0;
	font-size: 3em;
	float: left;
}



#content{
	padding:0 0 0 0;
	}

	.content h1{
	float: left;
	}

	.content table {
	float:left;
	}
	


/* style the outer div to give it width */
.menu {
width:1050px;
height:30px;
font-size:0.85em;
margin-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:2px solid #fff; 
border-width:2px 2px 0 0; 
background:#00004c; 
padding-left:10px;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000080;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#000080;
}
.menu ul ul :hover > a.drop {
background:#000080;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#000080;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#000080;
}
.menu ul ul ul :hover > a {
background:#00004c;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* 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:31px;
left:0; 
width:150px;
}
* html .menu ul ul {
top:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#666666; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover,  .menu :hover > a{
color:#fff; 
background:#000080;
}
.menu ul ul :hover > a{
color:#fff;
background:#00004c;
}


/* 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;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
top:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
top:0;
}


/* style for page title links */
.menu2 {
width:1050px;
height:30px;
font-size:0.85em;
margin-top:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu2 ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:2px solid #fff; 
border-width:2px 2px 0 0; 
background:#00004c; 
padding-left:10px;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
width:150px;
width:139px;
}

/* style the second level background */
.menu2 ul ul a.drop, .menu ul ul a.drop:visited {
background:#000080;
}
/* style the second level hover */
.menu2 ul ul a.drop:hover {
background:#000080;
}
.menu2 ul ul :hover > a.drop {
background:#000080;
}
/* style the third level background */
.menu2 ul ul ul a, .menu ul ul ul a:visited {
background:#000080;
}
/* style the third level hover */
.menu2 ul ul ul a:hover{
background:#000080;
}
.menu2 ul ul ul :hover > a {
background:#00004c;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
position:absolute;
bottom:31px;
left:0; 
width:150px;
}
* html .menu2 ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu2 ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
left:-150px;
}


/* style the second level links */
.menu2 ul ul a, .menu ul ul a:visited {
background:#666666; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover,  .menu2 :hover > a{
color:#fff; 
background:#000080;
}
.menu2 ul ul :hover > a{
color:#fff;
background:#00004c;
}


/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover2 ul :hover2 ul { 
display:block;
bottom:0;
}

/*stolen from rrpa*/
.dataTable  {
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	color : #333366;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

.dataTable  A:link, .dataTable A:visited, .dataTable A:active  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #336666;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.dataTable A:hover  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #336666;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.dataTable TR TH  {
	font-size : 9pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	color : black;
	text-decoration : none;
	background-color : #f3f0dd;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	border-bottom : 1px solid #000000;
	text-align: left;
}

.dataTable TR TD 
{
    border-bottom: solid #cccccc 1px;
}

.SmallText  {
font-size : 6.4pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.homePageText  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.homePageText  A:link, .homePageText A:visited, .homePageText A:active {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.homePageText A:hover  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #336666;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefText  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefText  A:link, .DefText A:visited, .DefText A:active  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefText A:hover  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #336666;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefTextAlt  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
background-color : #ededed;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefTextAlt  A:link, .DefTextAlt A:visited, .DefTextAlt A:active  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefTextAlt A:hover  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #336666;
text-decoration : underline;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.DefTextLocked  {
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	color : #333366;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
.TableTitle {
font-size : 10pt;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
color : #990000;
}

.TableTitle2 {
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	color : black;
	text-decoration : none;
	background-color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #000000;
	border-left : 1px none #000000;
	border-right : 1px none #000000;
	border-top : 1px none #000000;
}

.Tableheader  {
	font-size : 9pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	color : black;
	text-decoration : none;
	background-color : #f3f0dd;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	border-bottom : 1px solid #000000;
}

.Tableheader2  {
font-size : 9pt;
font-style : normal;
line-height : normal;
font-weight : bold;
color : #000000;
text-decoration : none;
background-color : #c4c4c4;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.Groupheader  {
font-size : 9pt;
font-style : normal;
line-height : normal;
font-weight : bold;
color : white;
text-decoration : none;
background-color : #2C4B74;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.TableDate  {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.TableDate A:link, .TableDate A:visited, .TableDate A:active {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.TableDate A:hover {
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #990000;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.TableDatehover, .TableDatehover A:hover, .TableDateHover a:link, .TableDateHover a:visited{
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
background-color : #e0e0e0;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

.TableDataSmall  {
font-size : 7pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #333366;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : center;
}