html {
    font-family: 'RO Sans', Verdana, Arial, sans-serif;
}

body {
	background-image: url("../images/logo-small.png"), url("../images/logo-footer.png");
	background-position: top, bottom;
	background-repeat: no-repeat, no-repeat;
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: white;
}

header {
    height: 10px;
    background: #007bc7;
}

h1 { color: #007bc7; }

.login-actions a { color: #007bc7; }

.button { background-color: #007bc7; }
.button:hover { background-color: #154273; }

pre { border-color: #007bc7; }
form#downloaddirectform ul#filelist li { border-color: #007bc7; }

@font-face {
    font-family: "RO Sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/RO-SansWebText-Regular.eot?") format("embedded-opentype"), url("../fonts/RO-SansWebText-Regular.woff") format("opentype"), url("../fonts/RO-SansWebText-Regular.ttf") format("truetype")
}
@font-face {
    font-family: "RO Sans";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/RO-SansWebText-Italic.eot?") format("embedded-opentype"), url("../fonts/RO-SansWebText-Italic.woff") format("opentype"), url("../fonts/RO-SansWebText-Italic.ttf") format("truetype")
}
@font-face {
    font-family: "RO Sans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/RO-SansWebText-Bold.eot?") format("embedded-opentype"), url("../fonts/RO-SansWebText-Bold.woff") format("opentype"), url("../fonts/RO-SansWebText-Bold.ttf") format("truetype")
}
