html {
  height: 100%;
}
body {
  color: #003;
   font-family: Tahoma,Arial,sans-serif;
  font-size: 12px;
  height: 100%;
   }
ul {
  color: #009;
  background-color: #FFFFFF;
  font-size: 1em;
  border: 2px solid #3C3;
  list-style-type: none;
  margin: 2em;
  margin-left: .5em;
  width: 100%;
  padding: 2px;
}

h1 {
  color: #FFFFFF;
  background-color: #330000;
  font-size: 24px;
   padding: 5px;
    }
  
h2 {
  color: #009;
  background-color: #CFC;
  font-size: 1em;
  padding: 5px;
}
a {
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
   font-size: 12px;
}
a:active {
  color: #000099;
}
a:hover {
  color: #FFFFFF;
  background-color: #0183BA;
}
a:link {
  color: #000099;
}
a:visited {
  color: $000099;
}

h3 {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
   text-align: center;
  vertical-align: center;
}
h4 {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: center;
  }
.subtitle {
  font-family: Comic Sans MS,Verdana,Arial,sans-serif;
  font-size: 12px;
  text-align: left;
   background-color: #003366;
  color: #FFFFFF;
  padding: 2px 2px 2px 2px;
}
.quotebig {
  font-size: 12px;
  color: #666;
   font-weight: bold;
   line-height: 16px;
  padding: 2px 2px 2px 2px;
  }
.home_quote {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	line-height: 18px;
	font-style: italic;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	}
.home_quote_by {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
    font-size: 14px;
	line-height: 16px;
	text-align: right;
	color: #000000;
}

.quotes {
  font-size: 12px;
   padding: 2px 2px 2px 2px;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 18px;
	text-align: center;
  background-color: #003366;
	color: #DCDCDC;
}
.title_big {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 18px;
	text-align: center;
	  background-color: #EDDCDC;
	color: #000000;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
   font-style: italic;
	line-height: 14px;
	text-align: left;
    color: #003366;
}
.title2two {
	font-family: "Times New Roman", Times, serif;
  font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	 padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
   }
   .title2three2 {
	font-family: "Times New Roman", Times, serif;
  font-size: 14px;
	line-height: 18px;
	text-align: center;
	 font-weight: bold;
	color: #333366;
	background-color: #66B3FF;
   }
   .secondtitle {
	font-family: "Times New Roman", Times, serif;
  font-size: 14px;
	line-height: 18px;
	text-align: center;
	 font-weight: bold;
	color: #333366;
	background-color: #66B3FF;
   }
   .title2three1 {
	font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 2px 2px 2px 2px;
   font-style: italic;
	line-height: 18px;
	text-align: left;
	color: #000000;
	background-color: #CEE7FF;
   }
.title3 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
	text-align: center;
  background-color: #EDDCDC;
	color: #FF0000;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-color: #EDDCDC;
	color: #FF0000;
	
}
.bgimage {
	background-attachment: fixed;
	background-image: url(image/quote_bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}