body {
background-color: #0B1D05;
text-align: center;
margin: 0px;
}

body, td, input, select, textarea {
font-family: arial;
font-size: 12px;
color: #324932;
}

a {
text-decoration: none;
color: #35532B;
border-bottom: 1px solid #173631;
}

a:hover {
color: #476C2B;
}

#layout {
width: 525px;
height: 250px;
margin: 0px auto;
background-image: url(/skins/angel/layout.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#menu {
width: 515px;
margin: -10px auto 0px auto;
text-align: right;
padding: 0px 5px 10px 5px;
background-color: #000000;
}

#content {
width: 515px;
margin: 0px auto;
text-align: justify;
padding: 5px;
background-color: #000000;
height: 300px;
}

html > body #content {
height: auto;
min-height: 300px;
}

p {
margin: 0px 0px 15px 0px;
}

h2 {
margin: 0px 0px 5px 0px;
font-size: 20px;
line-height: 14px;
letter-spacing: 3px;
color: #122B27;
text-transform: uppercase;
font-family: times new roman ms;
}

input, textarea, select, .chart {
border: 0px solid black;
background-color: #152B1F;
margin: 0px;
color: #35532B;
}

.form {
width: 400px;
}

.password {
width: 149px;
}








