@font-face {
   font-family: "TitilliumText Normal";
   src: url("/fonts/TitilliumText1.otf");
}
@font-face {
   font-family: "TitilliumText 250";
   src: url("/fonts/TitilliumText250wt.otf");
}
@font-face {
   font-family: "TitilliumText 400";
   src: url("/fonts/TitilliumText400wt.otf");
}
@font-face {
   font-family: "TitilliumText 600";
   src: url("/fonts/TitilliumText600wt.otf");
}
@font-face {
   font-family: "TitilliumText 800";
   src: url("/fonts/TitilliumText800wt.otf");
}
@font-face {
   font-family: "TitilliumText 999";
   src: url("/fonts/TitilliumText999wt.otf");
}
h1 {
   font-family: "TitilliumText 600";
}
h2 {
   font-family: "TitilliumText 400";
}
h3 {
   font-family: "TitilliumText 250";
}
body, div, p, th, td, span {
   font-family: "TitilliumText 400", sans-serif;
   font-weight: normal;
   font-size: 16px;
}
body {
   padding: 16px;
   width: 288px;
   margin: auto;
}
body.wide {
   padding: 16px;
   width: 760px;
   margin: auto;
}
#robot {
   float: left;
   margin: 0em 1em 1em 0em;
}
#titles {
   margin-left: 135px;
}
#titles h2 {
   font-size: 18px;
}
a.rounded:link, a.rounded:visited, a.rounded:active, a.rounded:hover {
   text-decoration: none;
   font-size: 18px;
   font-family: "TitilliumText 400";
   color: #000000;
}
.rounded-blue {
   display: block;
   border: 2px solid #2c295c;
   -moz-border-radius: 16px;
   -webkit-border-radius: 16px;
   margin: 8px 16px 8px 16px;
   padding: 8px 16px 8px 16px;
   text-align: center;
}
.rounded-red {
   text-align: center;
   display: block;
   border: 2px solid #b7363c;
   -moz-border-radius: 16px;
   -webkit-border-radius: 16px;
   margin: 8px 16px 8px 16px;
   padding: 8px 16px 8px 16px;
}
a.rounded-red:hover {
   color: white;
   background-color: #b7363c;
   border-color: white;
}
a.rounded-blue:hover {
   color: white;
   background-color: #2c295c;
   border-color: white;
}
div.hr {
   display: block;
   clear: both;
   height: 1px;
}
ul.notAList {
   list-style: none;
   margin: 0em;
   padding: 0em;
   clear: both;
}
ul.notAList li {
   list-style-type: none;
   margin: 0em;
   padding: 0em;
}
#content {
	clear: both;
}
dl dt { font-weight: bold; line-height: 2em; }
/*
   red = #b7363c
   blu = #2c295c
   gry = #535353
*/