
body {
margin: 0px; padding: 0px; border: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #DFEAEC;
color: #000000;
}
img{
border: none;
}
td img {
	  display: block;
    margin-left: auto;
    margin-right: auto;
}
a:link { text-decoration: none; color: #000088;}
a:visited {text-decoration: none; color: #000088;}
a:active {text-decoration: none; color: #FF0088;}
a:hover {text-decoration: none; color: #0000FF;}
table { margin: 0px auto 0px auto;}
hr {
    width: 75%;
    background-color: #FF0000;}
    color: #FF0000;}

.lines{border-top: thin solid #000000;}
.content{
margin-bottom: 20px;
margin-left: 125px;
}

#logo{
display:block;
position: fixed;
top: 0px;
left: 0px;
}
* html #logo {position:absolute; left: 0px;}
#menu{
display: block;
position: fixed;
left: 0px;
top: 100px;
width: 100px;
}
* html #menu {position:absolute; left: 0px;}
#menu a:visited, #menu a {display:block; width:100px; left: 0px; height:20px; margin:0 auto; border-top:1px solid #fff; border-bottom:1px solid #000; text-align:center; text-decoration:none; line-height:20px; color:#000;}
#menu a:hover {background:#aaa; color:#fff;}
#menu p a, #menu p a:visited { border: none;}
#menu p a:hover { background: transparent;}

h1,h2,h3{
text-align: center;
color: #F7B900;
font-weight: bold;
}
.fimr{
float: right; clear: right;
margin: 10px 0px 10px 20px;
}
.fiml {float: left; clear: left;
    margin: 10px 20px 10px 0px;
}

