/*---------------------------
	   01. COMMON STYLES
---------------------------*/

body {
	background-color: #F7CA6F;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
}
	
td {
  color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

a:link { color: #0B1A52; text-decoration: underline;}
a:visited { color: #0B1A52; text-decoration: underline;}
a:hover { color: #0B1A52;	text-decoration: none;}

h1 {
	font-weight: lighter;
	font-size: 140%;
  font-weight: bold;
  text-align: left;
	color: #8A1B00;
}

h2 {
	font-size: 120%;
  font-weight: light;
	margin: 5px 0px 0px 0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
}

li {
  margin-bottom: 5px;
	line-height: 130%
}
ol, ul {
  margin-top: 5px;
}
ul.indent {
  padding-bottom: 25px;
	list-style-type: disc;
}

/*---------------------------
	   07. FORM STYLES
---------------------------*/

.dropdown {
  font-family: Arial, Heletica, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

.form {
 padding: 0px;
 margin: 0px;
}

.formstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
	width: 80%
}

.buttonstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border-width: 1px;
  border-color: 666666;
  border-style: solid;
  cursor: pointer;
  background-color: #3B79BD;

