html, body {
    height:100%;
}

body {
    margin: 0;
    padding: 0;
   }

body, td {
    font-family:verdana, arial, tahoma, sans-serif;
    font-size:12px;
    color:#000000;
}

h1 {
    color:#000;
    font-size:14px;
    font-weight:bold;
    margin:5px 0 15px 0;
		text-align:center;
}

a,a:link,a:visited,a:active {
    color:#600000;
    text-decoration: none;
}
a:hover {
    color:#600000;
    text-decoration: underline;
}

a.black,a.black:link,a.black:visited,a.black:active    {
    color:#000000;
    text-decoration: none;
}
a.black:hover {
    color:#ffffff;
    text-decoration: none;
}

form {
    margin: 0;
}

img {
    border:none;
}

.menu{
	text-align:center;
	background:#600000;
	height:22px;
	color:#fff;
	border-bottom:1px solid black;
}

.menu a,.menu a:link,.menu a:visited,.menu a:active    {
    color:#fff;
    text-decoration: none;
}
.menu a:hover {
    color:#edcdcd;
    text-decoration: underline;
}



