a:link { color : black; text-decoration : none;}

a:visited {color : black; text-decoration : none;}

a:hover {color : #004467; text-decoration : none; text-decoration: underline;}

a:active {color : #004467; text-decoration : none;text-decoration: underline;}

td,body {font-family : arial; font-size : 10pt;}

input {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-width : 1px; border-style : solid; border-color : #008fc7;background-image:url('images/shadow.png');background-repeat: repeat-x;}

textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-width : 1px; border-style : solid; border-color : #008fc7;background-image:url('images/shadow.png');background-repeat: repeat-x;}

body {
margin-top:13px;
background: url(images/gradient.png) #008fc7 repeat-x;
font: 0.8em Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}
h3
{
    text-align:left;
    color:#00608d;
    margin-top:-5px;

}
iframe { border: 0px; }
p
{
    text-align:left;
    color:#242424;
}
pre
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
img
{
    text-align:center;
}
u
{
    color:#005677;
}
.config
{
    color:#007708;
}
#header
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:980px;
    height:80px;
    margin-left:auto;
    margin-right:auto;
    background-image:url('images/header2.png');
}
#footer
{
    width:978px;
    margin-right:auto;
    margin-left:auto;
    margin-top:0px;
    height:80px;
    border-left:1px solid #8e8f8e;
    border-bottom:1px solid #8e8f8e;
    border-right:1px solid #8e8f8e;
    text-align:center;
    background-image:url('images/footer.png');
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#content
{
    border-left:1px solid #8e8f8e;
    border-right:1px solid #8e8f8e;
    background-color:#ececec;
    background-image:url('images/shadow.png');
    background-repeat: repeat-x;
}
#maincontent
{
    padding-right:8px;
    padding-top:17px;
}
#menu
{
    margin-top:10px;
    font: 0.9em Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    width:150px;
}
#menu ul
{
    list-style: none ;
    margin: 0 ;
    padding: 0 ;
    margin-left:8px;
    color:black;
}
.second
{
    color:blue;
}
#menu span
{
    font-weight: bold;
}
label
{
    color:#00608d;
}
#menu li
{
    text-align:left;
}
li a:link { color : black; text-decoration : none;}
.second a:link { color : red; text-decoration : none;}
li a:visited {color : black; text-decoration : none;}
.second a:visited {color : red; text-decoration : none;}
li a:hover {color : #004467; text-decoration : none; text-decoration: underline;}
