body {
background-color: #fff;
margin:0px;
padding:0px;

background-position:center;
background-repeat:repeat-y;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-size:71.1%;
}


/*link styles*/
a.blue:link, a.blue:visited {
color:#3e64ba;
text-decoration:none;
}

a.red:link, a.red:visited {
color:#b70101;
text-decoration:none;
}

a.blue:hover, a.blue:hover {
text-decoration:underline;
}


/* Below are  default settings are used when no other style has been defined.*/
p {

	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
} /*formatting all <div> (division) items.  This is a catch-all that only applies when no other style has been defined.*/
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;

} /*formatting all 
<td> items. This default setting is used when no other style has been defined.*/
tr {

	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
} /*formatting all 
<tr> items.  This default setting is used when no other style has been defined.*/
ul {

	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
} /*formatting all UL (unordered list) items. This default setting is used when no other style has been defined.*/
li {
list-style:none;
text-align:left;
}
hr {} /* horizontal line in your template*/
hr.separator {}
 
/* FORMS SETTINGS */ 
.button {
  color            : #666666;
  border           : 1px solid #999999;
  background-color : #ffffff;
  margin-top       : 0px;
  font-family      : arial, helvetica, sans-serif;
  font-size        : 9px;

}
.inputbox {
font-size: 9px;
font-family: verdana, helvetica, sans-serif;
text-align: left;
color: #666666;
border: 1px solid #999999;
text-align:left;

}
.text_area{
width:80px;

}
.search {} /*formatting the <div> which holds search items: inputbox, search button...*/
 
 

