body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-top: 5px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}

.scroll {font-size: 18px;
font-weight: bold;
color: 000;
text-align: center;}

a:link {
	color: #464547;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #464547;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #008740;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #464547;
	font-weight: bold;
}
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #b32317;
    }
li {
	list-style-image: url(../images/bullet.gif);
}
.footer {
	color: #787878;
}
 hr {
  border: 0;
  width: 100%;
   color: #f3f4ee;
background-color: #f3f4ee;
height: 3px;
}
.text {
	line-height: 20px;
}
.input {
	background-color: #f5f5f5;
	border: 1px solid #B8B6B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	background-color: #f5f5f5;
	border: 1px solid #B8B6B8;
}
.redBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b32317;
}
.greenBorder {
	border: 1px solid #00853f;
}

.asterisk {color: #FF0000;}