body {
	background-color:#f1f1f1;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 11px
}
	   
a {
	color: #ce251e;
	text-decoration: none;
}

a:hover {
	color: #f36c67;
}

b, strong {
	color: #949392;
}

i, em     {
	color: #b61210;
}

a img {
     margin:3px;
	 padding:5px;
	 -moz-border-radius: 4px;
	 border:1px solid #ce251e;
	 background-color:#f36c67;
}

a:hover img {
        border:1px solid #e04d46;
}

table, tr, td {
	font-size: 11px;
}

input, select, textarea {
      font-size: 11px;
	  color:#eeeeee;
      font-family: "Arial";
      background-color:#ace1e5;
	  border-top:1px solid #e18e7d;
      border-left:1px solid #e18e7d;
	  border-bottom:1px solid #e18e7d;
      border-right:1px solid #e18e7d;
      padding:5px 5px 5px 5px;
      -moz-border-radius:10px;
}

input:hover, select:hover, textarea:hover {
      background-color:#ace1e5;
	  border-top:1px solid #115862;
      border-left:1px solid #115862;
	  color:#c62323;
}

blockquote {
      font-size: 11px;
	  color:#666666;
      font-family: "Arial";
	  line-height:13px;
	  border:1px solid #eee1b0;
	  background:#d3bb67;
	  -moz-border-radius:10px;
	  width:423px;
	  margin-top:10px;
	  margin-left:8px;
	  margin-right:8px;
      margin-bottom:5px;
	  padding:5px 10px 5px 10px;
}

blockquote:hover {
      background:#e7aea2;
}

.title {
color: #b61210;
font-family: Georgia;
font-size:15px;
line-height: 13px;
font-weight: bold;
text-align:center;
padding:0px;
text-transform: capitalize;
text-decoration: none;
font-style: italic;
text-shadow: #ba7668 1px 1px 1px;
}

.title2 {
color: #b61210;
font-family: Georgia;
font-size:15px;
line-height: 13px;
font-weight: bold;
text-align:center;
padding:0px;
text-transform: capitalize;
text-decoration: none;
font-style: italic;
text-shadow: #63497e 1px 1px 1px;
}

.news-title{ 
	font-family: arial narrow;
        font-weight: bold;
	font-size: 20px;
	color: #b61210;
	text-transform: uppercase;
	padding-left: 5px;
        line-height: 19px;
	}
