
body {
    background-color: #ffffff;
    color: #000000;  
    margin: 10px;
    overflow-y:scroll;
   /* line-height: 1.42857143;*/
	font-family: Roboto;/*"Helvetica Neue", Arial, sans-serif;*/
	font-size: 14px;
}

#top{
    display:flex;
	background-color: #FFFFFF;
    color: #C21C1D;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
	flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}


#content{
	margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

#success{
    display:flex;
    background-color: #eee;
	margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

#additionalins{
    background-color: #eee;
    padding: 10px;
}

h1 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #C21C1D;
}

h2 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #C21C1D;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

input[type="button"], input[type="submit"]  { 
        clear:both;
        background: #000;
        color:#FFFFFF;
        border:solid 1px #666666;
        font-weight:bold;
        padding:4px 4px;
}

label {
    display: inline-block;
    margin-bottom: 2px;
} 

.standard-font-family{
    font-family: Arial, sans-serif;
}