body{
background-color: #003366;
background-image: url("../images/background/background.gif");
background-position: center;
background-repeat: repeat-x;

color: #000000;
font-family: Verdana, Lucida Sans Unicode, Tahoma, Helvetica, Arial;
font-size: 12px;

margin: 0px;
}

body.profile{
background-color: #D6D0AA;
background-image: none;

color: #000000;
font-family: Verdana, Lucida Sans Unicode, Tahoma, Helvetica, Arial;
font-size: 12px;

margin: 0px;
}


table{
font-size: 12px;
padding: 0px;
margin: 0px;
}
table.main{
background-color: #D6D0AA;
background-image: url("../images/background/titlebar.jpg");
background-position: top;
background-repeat: no-repeat;
}

p{
text-indent: 16px;
text-align: justify;
}

hr{
font-size: 1px;
color: #003366;
width: 80%;
}

img{
display: block;
border: 0;
}

input.text{
background-color: #C0BA91;
color: #000000;
font-family: OCR A Extended, Lucida Console, Courier New, Courier;
font-size: 12px;
font-weight: bold;
border: 1px #003366 solid;
}

textarea{
background-color: #C0BA91;
color: #000000;
font-family: OCR A Extended, Lucida Console, Courier New, Courier;
font-size: 12px;
font-weight: bold;
border: 1px #003366 solid;
}

select{
background-color: #C0BA91;
color: #000000;
font-family: Verdana, Lucida Sans Unicode, Tahoma, Helvetica, Arial;
font-size: 12px;
border: 1px #003366 solid;
}

option{
background-color: #C0BA91;
}

a{
color: #003366;
font-weight: bold;
font-variant: small-caps;
text-decoration: none;
}
a:hover{
color: #003399;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
}
a.submenu{
color: #ffffff;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
line-height: 20px;
text-decoration: none;
}
a.submenu:hover{
padding-right: 12px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
line-height: 20px;
text-decoration: none;
}