/*This is a css sheet for Sarah ..... accessstorageboerne.com*/
/* Another Mozilla/Netscape bug with making sure our images display correctly */
td img {
	display: block;
}
.style5 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.style8 {
	color: #990000;
	font-size: 16px;
}
.style9 {color: #000000; font-size: 16px; }

/*link rollover and such*/
a {
	font-size: 14px;
	color: #006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #006600;
}
/*end of link stuff*/
body {
	background-image: url(../images/bg_long.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
}
table.center {
	margin-left:auto; 
	margin-right:auto;
}
/*this is for the nifty little flash links on the left side*/
.leftlink {
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainbody {
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*these are the cool little check boxes for the do's and dont's page*/
.checkbox {
	border-style: none;
	margin-right: 20px;
	margin-left: auto;
	background-image: url(../images/check_yes.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkboxno {
	border-style: none;
	margin-right: 20px;
	margin-left: auto;
	background-image: url(../images/check_no.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}


