body {
    color: #323c44;
    background-color: white;
    font-family: arial;
    font-size: 13px;
    margin-left: 10px;
	margin-right: 10px;
}

hr {
    height: solid #708899 0px; 
    border: solid #708899 0px; 
    border-top-width: 1px;
    width: 100%;
    height: 1px;
}

h2 {
    color: #38444d;
    font-size: 16px;
}

h3 {
    color: #708899;
    font-size: 16px;
}

fieldset {
    padding: 10px;
    font-size: 13px;
    font-family: arial;
} 

td {
    font-size: 13px;
}

td.menu {
    font-size: 13px;
    background-color: #c2def2;
    color: #708899;
    width: 160px;
}

td.main {
    border: thin solid #c2def2;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    color: #243444;
    background-color: #E7F5FF; 
}

select {
    font-family: arial;
    font-size: 13px;
}

textarea {
    font-family: arial;
    font-size: 13px;
}

input {
    font-family: arial;
    font-size: 13px;
}

input:file {
    font-family: arial;
    font-size: 13px;
}

a:link {
    color: #323c44;
}

a:visited {
    color: black;
}

a:active {
    color: black;
}


/* menu */
#mx {
    font-size: 13px;
    font-weight: bold;
}

#mx ul {
    font-weight: normal;
}

#mx, #mx ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

#mx ul li {
    border-bottom: none;
    height: 12px;
    width: 100%;
}

#mx a {
    display: block;
    margin: 0;
    text-decoration: none;
}

#mx li {
    font-size: 12px;
	position: relative;
	width: 135px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#mx li.m {
	font-size: 12px;
    position: relative;
    width: 135px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#mx li a {
    background: 100% 50% no-repeat;
    color: #242424;
}

#mx li a:hover {
    background: #708899 100% 50% no-repeat;
    color: white;
}

/* submenu indicator */
#mx li.m a {
    background: 100% 50% no-repeat;
    color: #242424;
}

#mx li.m a:hover {
    background: #708899 100% 50% no-repeat;
    color: white;
}

/* popup menus */
#mx li.m ul {
    top: 0;
    display: none;
    position: absolute;
    left: 130px;
    width: 200px;
    border: 1px solid #333;
    background: #c2def2;
}

#mx li.m ul a {
    font-weight: bold;
}
