hr { 
color: #000000; 
width: 100%; 
height: 2px;
}
a:link { 
color: black; font-style: normal; 
font-weight: normal; 
font-size: 10px; line-height: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none;
}
a:active { 
color: #0000ff; 
font-weight: bold; 
font-size: 10px; 
line-height: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none;
}
a:visited { 
color: black; 
font-style: normal; 
font-size: 10px; line-height: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none;
}
body   {
background-color: #faebd7;
text-align:center;
}


.heading  { 
color: #000; 
font-style: normal; 
font-weight: bold; 
font-size: 24px; 
line-height: 18px; 
font-family: "Times New Roman", "Times New Roman", Georgia, Times; 
text-align: center;
}
.bodytext { 
color: black; 
font-size: 15px; 
line-height: 20px; 
font-family: "Times New Roman", Georgia, Times; 
text-align: left }
.title { 
color: black; 
font-weight: bold; 
font-size: 36px; 
line-height: 36px; 
font-family: "Times New Roman", Georgia, Times; 
text-align: center;
}
.sub { 
color: black; 
font-weight: bold; 
font-size: 18px; 
line-height: 18px; 
font-family: "Times New Roman", Georgia, Times, "Times New Roman", Georgia, Times; 
text-align: center;
}
.centertext { 
color: black;
font-size: 15px;
line-height: 20px; font-family: "Times New Roman", Georgia, Times; 
text-align: center;
}
.byline { 
color: black; 
font-weight: normal; 
font-size: 12px; line-height: 12px; 
font-family: "Times New Roman", Georgia, Times; 
word-spacing: 10px; 
letter-spacing: 2px;
}
.crabcotext { color: black;
font-size: 12px; 
line-height: 16px; 
font-family: "Times New Roman", Georgia, Times; 
text-align: center; 
}
.hide {
display:none;
}
#container {
margin:0 auto;
width: 560px;
}
h2, h3 {
text-align:center;
}
form#picform label,
form#delrug label,
form#editrug label,
form#saverug label {
	display: block; 
	float: left; 
	width: 200px; 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-weight:bold; 
	}
form#picform input, form#picform select,
form#picform textarea, form#delrug input,
form#editrug input, form#saverug input,
form#saverug textarea {
	width:auto;
	margin:0px 0px 5px 5px;
	float: left; 
	display: block;	
}
form#picform br,
form#delrug br,
form#editrug br,
form#saverug br {
	clear:left;
}