/* DES Sytlesheet CSS Document */
/* Top Navigation */
#Topnavframe{
background:repeat-x;
background-image:url(Topnavback.png);
height:38px;
}
#Topleftframe{
background:no-repeat;
background-image:url(Topnavleft.png);
height:38px;
}
#Toprightframe{
background:no-repeat;
background-image:url(Topnavright.png);
background-position:right;
height:38px;
}
a.Topmenu{
background:no-repeat;
background-image:url(bottonoff.png);
background-position:top right;
height:38px;
display:block;
color:#FFFFFF;
font-weight:bold;
font-size:1.0em;
text-decoration:none;
padding:7px;
}
a.Topmenu:hover{
background-image:url(bottonon.png);
}
a.Topmenuactive{
background:no-repeat;
background-image:url(bottonon.png);
background-position:top right;
height:38px;
display:block;
color:#FFFFFF;
font-weight:bold;
font-size:1.0em;
text-decoration:none;
padding:7px;
}
#logo{
padding-left:10px;
}
/* LeftNavigation */
.LeftNavLevel-1{
font-weight:bold;
font-size:1.0em;
text-decoration:none;
list-style:none;
color:#1272AC;
}
.LeftNavLevel-2{
font-weight:normal;
font-size:1.0em;
text-decoration:none;
list-style:none;
color:#1272AC;
}
.LeftNavLevel-3{
font-weight:normal;
font-size:0.9em;
text-decoration:none;
list-style:none;
color:#1272AC;
}

/* CSS Document contenttable */
table.contenttable{
	border:thin;
}
.contenttableheader {
	background-color:#ec6a00;
	height:15px;
	color:#FFF;
}
.contenttablesubheader {
	background-color:#f7bf77;
	height:15px;
	font-size:small;
}
.contenttablerow1{
	background-color:#e4f0f6;
	font-size:small;
}
.contenttablerow2{
	background-color:#FFF;
	font-size:small;
}