* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	font-family: verdana;
	font-size: 11px;
    text-align: center;
    margin-top: 13px;
    padding-bottom: 65px;
    background: url(/img/footer.jpg) repeat-x bottom;
}

ul { 
	list-style-type: none;
}

a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

img {
    border: 0px;
}

strong.view {
	font-weight: normal;
}

h1,h2,h3 {
	font-weight: normal;
	font-size: 11px;
	margin-top: 11px;
	margin-bottom: 11px;
}

input, textarea {
	border: 0px;
	background-color: #DFE7CF;
	color: #666;
	font-family: verdana;
	font-size: 11px;
	padding-left: 4px;
	padding-top: 4px;
	float: left;
	margin-right: 2px;
}

input {
	width: 226px;
	height: 18px;
}

input.greenRow {
	background-color: #C0CF9F;
}

input.small {
	width: 95px;
	clear: both;
}

input.send {
	clear: both;
	padding: 0px;
	height: 22px;
	width: 99px;
}

textarea {
	height: 101px;
	width: 458px;
	margin-bottom: 11px;
}

a:hover, .active {
	color: #84A83A;
}

#content a {
	color: #84A83A;
}

#content a:hover {
	color: #000;
}

.green {
	color: #84A83A;
}

p {
	margin-top: 11px;
	margin-bottom: 11px;
}

p.border {
	padding-left: 6px;
	border-left: 1px solid #333;
}

p.info {
	font-size: 10px;
}

.error {
	color: #FF0000;
}

.header {
	margin-left: -3px;
}

#content table.silk a {
     color: #666; 
}

#content table.silk a:hover {
     color: #84A83A; 
}

table.silk tr {
     color: #666; 
}

table.silk td {
    padding-left: 4px;
    padding-right: 4px;
    border-right: 2px solid #fff;
    padding-top: 4px;
    padding-bottom: 5px;
    vertical-align: top;
}

tr.header {
   background-color: #CCD5B1;
}

tr.first {
   background-color: #fff;
}

tr.second {
   background-color: #E3E3E3;
}

table.silk td.level1 {
    width: 50px;
}

table.silk td.level2 {
    width: 230px;
}

table.silk td.level3 {
    width: 59px;
}

table.silk td.level4 {
    width: 84px;
    border-right: 0px;
}
