body {
 margin : 20px;
 color: #58585a;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal;
 background : #c7c7c7;
} 

a.a1:link {color: #003399; text-decoration:none;}
a.a1:visited {color: #003399; text-decoration:none;}
a.a1:hover { color: #003399; text-decoration:underline;}

.outside-indexbox {
 width : 600px;
 display : block;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #27519d;
}

.outside-box {
 width : 800px;
 display : block;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #27519d;
}

.inside-subbox {
 width : 635px;
 padding : 0px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 0px;
 border-color : #27519d;
}

.inside-box {
 padding : 0px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #b9d36e; 
}

.nav-title {
 width : 153px;
 text-align : left;
 padding : 3px;
 font-size : 12px;
 font-family : verdana;
 color: #FFFFFF;
 font-weight : bold;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #aace38;
 background : #58585a;
}

.nav-title-white {
 width : 153px;
 text-align : left;
 padding : 3px;
 font-size : 12px;
 font-family : verdana;
 color: #27519d;
 font-weight : bold;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #27519d;
 background : #FFFFFF;
 border-top : none;
}

.nav-link 
{
 width : 153px;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #000000;
 border-top : none;
}

.nav-link-top {
 width : 153px;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #000000;
}

.nav-sublink {
 width : 130px;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #27519d;
 border-top : none;
}

a.nav-sublink:link, a.nav-sublink:visited {
 background-color : #FFFFFF;
 color : #27519d; 
}

a.nav-sublink:hover, a.nav-sublink:active {
 background-color : #27519d;
 color : #FFFFFF; 
}

a.nav-link:link, a.nav-link:visited {
 background-color : #fcfcfc;
 color : #6c6c6e; 
}

a.nav-link:hover, a.nav-link:active {
 background-color : #777779;
 color : #b6d65f; 
}

a.nav-link-top:link, a.nav-link-top:visited {
 background-color : #fcfcfc;
 color : #6c6c6e; 
}

a.nav-link-top:hover, a.nav-link-top:active {
 background-color : #777779;
 color : #b6d65f; 
}

a:link {
 color : #27519d;
 font-size : 12px;
 text-decoration : none;
}

a:visited {
 color : #27519d;
 font-size : 12px;
 text-decoration : none;
}

a:active {
 color : #0000FF;
 font-size : 12px;
 text-decoration : none;
}

a:hover {
 color : #27519d;
 font-size : 12px;
 text-decoration : none;
}

TABLE.Container
{
	background-color:#FFFFFF;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;

	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;

	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
}

TABLE.ContainerGrey
{
	background-color:#f1f1f1;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cccccc;

	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#cccccc;

	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#cccccc;
}

TABLE.ContainerOrange
{
	background-color:#c64933;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cccccc;

	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#cccccc;

	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#cccccc;
}