html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-size: 69%;
    color: #333;
	background-color:#333333;
    width: 955px;
    text-align: center;
    margin: 5 auto;
	position: relative;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}

table tr td {
    font-size: 69%;
    color: #333;
    margin: 0 auto;
	position: relative;
}
h1 {
    font-size: 1.8em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1em;
}

hr.access,
.access,
#logo h1,
#content a.access {
    display: none;
}

.logo {
width:244px;
height:100px;
background-repeat:no-repeat;
background-position:top;
background-image:url(/v2/Images/logo.png);
cursor:pointer;
margin-left:20px;
margin-bottom:80px;
}
