/* Default CSS */
/* Generated by Tumile Inc. www.tumile.org */


    body {
      color:#000000;
      font-size:20px;
      background-color:#ffffff;
      text: tehoma;
    }
    
    a  { text-decoration:underline; font-size: 20px;}
    a:visited { text-decoration:underline; font-size: 20px; }
    a:hover { text-decoration:underline; font-size: 20px;}
    a:active { text-decoration:underline; font-size: 20px;}
    

    h1, h2, h3 {
	font-family: Tehoma, sans-serif;
}
h1 {
	font-size:30px;
    font-family:Tahoma;
    font-weight:bold;
    color:#000000;
    
}
h2 {
	font-size:25px;
    font-family:Tahoma;
    font-weight:normal;
    color:#ffffff;
}
h3 {
	font-size:25px;
    font-weight:bold;
    color: #000000
}
p {
	font-size:15px;
    font-weight:normal;
    color: #000000
	width:90%;
}
t2 {
  font-size:25px;
  font-weight:normal;
  color:#000000
}
.container { 
  margin: 0px, 0px, 0px, 0px;
  background:color:#ffffff;
  width:96%;
}
.header {
  width: 90%;
  height:120px;
  margin: 20px auto 0px;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid #000000;
  border-bottom: none;
  padding: 0px;
}
.title{
  line-height:0px;
  text-align:center;
  width:100% ; 
}
.slogan{ 
  text-align:center;
  width:100%;
}
.content {
  width:90%;
  margin: 0px auto 0px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-bottom: none;
  padding: 0px;
}
.Nav-top { 
  line-height:40px;
  color:#ffffff;
  width:100%;
}
.Nav-mobile { 
  display:none;
  line-height:100px;
  width:100%;
}
.Nav-footer {
  line-height:40px;
  color:#ffffff;
  width:100%;
}
.text { 
  margin-left:2.5%;
  margin-right:2.5%;
  margin-top:0%;
}
.footer {
  width:90%;
  height:125px;
  background: #800000;
  color:#FFFFFF;
  border: 1px solid #000000;
  border-bottom: none;
  border-radius: 0px 0px 15px 15px;
  padding: 0px;
}
/* Container */
.form{
     width: 100%;
     border: 0px solid #CCC;
     margin: 0 auto;
}
input[type='text'], input[type='email'],
input[type='password'] {
     width: 40%;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #000000;
     font-size: 30px;
     margin-top: 10px;
}
input[type='submit']{
     padding: 10px 25px 8px;
     color: #ffffff;
     background-color: #800000;
     font-size: 30px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #000000;
     border-radius: 2px;
     margin-top: 10px;
     cursor:pointer;
}
input[type='submit']:hover {
     background-color: #000000;
}
