.title {
background-color:#3A84C8;
font-family: verdana, arial;
font-size: 12px;
width:450px;
color:white;
text-align: left;
font-weight: bold;


}

.box {
border-style: solid;
border-color:#354A7D;
border-top-width: 0px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
width: 450px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
background-color:#E5EFF8;
}

.mtitle {
background-color:#719ABA;
font-family: verdana, arial;
font-size: 12px;
width: 150px;
color:white;
text-align: left;
font-weight: bold;
}

.mbox {
border-style: solid;
border-color:#354A7D;
border-top-width: 0px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
width: 150px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
background-color:#E5EFF8

}

.text {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: white;
text-align: right;
}


.menu {
border-style: solid;
border-color:#354A7D;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
background-color:#E5EFF8;
text-align: center;

}
.lmenu {
border-style: solid;
border-color:#354A7D;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
background-color:#E5EFF8;
text-align: center;
}

a.bmenu:link {
   text-decoration: none;
   color:black;
}
a.bmenu:visited {
   text-decoration: none;
   color:black;
}
a.bmenu:hover {
	text-decoration: none;
	background-color: #6BAAFE;
	color:black;
}
a.bmenu:active {
	text-decoration: none;
	color:black;
}

.border {
border-style: solid;
border-color:#354A7D;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: white;
text-align: right;
}
.tborder {
border-style: solid;
border-color:#354A7D;
border-top-width: 1px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
}
.rborder {
border-style: solid;
border-color:#354A7D;
border-top-width: 0px;
border-right-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
}