@charset "utf-8";
/* Allen Tiller CSS  */
* {
 margin: 0;
 padding: 0;
}

img {
border: none;
}

h2 {

font-size: 16px;
 font-weight: bold;

 color: #B30838;

 margin-bottom: 5px; 

}

body {

 font-family: "Lucinda Grande", Verdana, Sans-serif;

 font-size: 14px;

 line-height: 21px;

 color: #808285;

 text-align: center;

 margin: 0px 0 0px 0;

 cursor: default;

}

ul {list-style: none;}

li {list-style: none;}

li.lists {

line-height: 21px;

background: url('images/disc.gif') no-repeat;

background-position:0 10px;

padding-left: 15px;

}



a { 

 text-decoration: underline;

 color: #B30838;	 

 padding-bottom: 1px;

}

#copyright {

 font-family: "Lucinda Grande", Verdana, Sans-serif;
 
 line-height: 16px;

 font-size: 11px;

 display: inline;

 float: left;

}

