/**************************************************************************/
/* STANDARD HTML TAGS                                                     */
/**************************************************************************/
body {
    background-color: #ccc;
    font: 12px Arial,sans-serif;
    margin: 20px;
    padding:0px;
}

td.shadow_right {
    background: #666 url('../graphics/shadow_right.gif') repeat-y;
}
td.shadow_bottom {
    background: #666 url('../graphics/shadow_bottom.gif') repeat-x;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #000;
}

h1 {
  font-size:28px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -2px;
}
h2 {
  color:#7e1719;
  font-size:20px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
}
h3 {
  font-size:18px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
}
h4 {
  font-size:18px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: -1px;
}

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a{
	color: #7e1719;
	text-decoration: none;
}

a:hover{
	color: #7e1719;
	text-decoration: underline;
}

hr {
    height:1px;
    color:#ccc;
}

/**************************************************************************/
/* CLASSES                                                                */
/**************************************************************************/
.content {
    line-height:150%;
}

.small {
    font-size:10px;
}

.clear {
	clear: both;
}

ul.arrow {
        margin: 0px 0px 5px 5px;
        padding: 6px 0px 0px 12px;
}

li.arrow {
	list-style-type: none;
	list-style-image: url(../graphics/arrow_blue.gif);
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

.thumbnail {
    border:3px #333 solid;
}

input.btn {
	border: 1px solid #7e1719;
	background-color: #7e1719;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	height: 25px;
}
.sidebarbox {
    margin-bottom:50px;
    padding:10px;
    padding-top:0px;
    padding-bottom:0px;
    border:3px #7e1719 dashed;
}
.sidebarbox h3 p {

}

/**************************************************************************/
/* TABLES                                                                 */
/**************************************************************************/
.tblrow {
	background-color: #dedede;
}

.tblaltrow {
	background-color: #f0f0f0;
}

