body {
min-width: 630px;
		margin:0px 0px 0px 0px;
		padding:10px;
 		background: #C0C0C0;
		font-size: 11px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
	 }
	 
a:link { color: #0000CC; text-decoration: none;}
a:visited { color: #0000CC; text-decoration: none;}
a:hover { color: #0000CC; text-decoration: underline;}

	 
td {
font-size: 11px;
font-family: Verdana, Tahoma, Arial, sans-serif;
}
		.top {
		width:100%;
	  height:115px;
	  background-image:url(../images/bleach_banner.jpg);
	  overflow: hidden;
		border: 3px solid black;
		background-repeat: no-repeat;
	 }

	 .banner {
	  width: 100%;
	  height:25px;
	  background-color: #FF6600;
		border-left: 3px solid black;
		border-right: 3px solid black;
		border-bottom: 3px solid black;
	 }

	 	.side_box {
		background-color: #FF6600;
		border-bottom: 3px solid black;
		border-left: 3px solid black;
		border-right: 3px solid black;
		color: white;
		position: absolute;
		text-align: center;
		top: 149px;
		right: 9px;
		width: 150px;
}

		.side_box a{
			color: white;
			text-decoration:none;
		}
		.side_box a:hover{
			color: white;
			text-decoration:underline;
		}
		
	 .banner a,.banner a:visited{
  	 padding: 5px;
    height: 100%;
		display: table-cell;
	 	font-size: 12px;
    font-weight:bold;
 		text-decoration: none;
		color: white;
	 }
	 .banner a:hover{
	 padding: 5px;
		height: 100%;
		display: table-cell;
	 	font-size: 12px;
    font-weight:bold;
 		text-decoration: none;
		color: white;
		background-color: black;
	 }

	 	  .main_box_padding {
	padding: 20px 5px 5px 0px;
	width: 100%;
}


	  .main_box {
	  background-color: #F5F5F5;
		border: 3px solid black;
		margin-right: 156px;
		padding: 0px 5px 5px 15px;
		width: auto;
}


	  .main_box_caption {
	  font-size: 12px;
    font-weight:bold;
		color: white;
		background-color: #FF6600;
		border: 2px solid black;
		padding: 2px;
		position: relative;
		top: -10px;
		text-align: center;
		width: 300px;
		}
		.footer {
		font-size: 9px;
		text-align: center;
		color: gray;
		border: 1px solid gray;
		padding: 2px;
		width: 400px;
}
.bold{
font-weight:bold;
}
.title{
font-weight:bold;
font-size: 14px;
}
.small{
font-weight:normal;
font-size: 9px;
color: gray;
}
.left{
text-align:left;
}
.center{
text-align:center;
}
.right{
text-align:right;
}

.sub_menu{
padding: 4px;
border-left: 3px solid black;
border-bottom: 1px solid black;
margin-left: 10px;
}
.sub_menu2{
padding: 4px;
border-left: 2px solid black;
margin-left: 10px;
}
.question{
color: black;
 font-weight:bold;
 font-size: 12px;
}
.question a,.question a:visited{
 color: black;
 text-decoration: none;
}
.question a:hover{
 background-color: #E7E7E7;
 text-decoration: none;
}
.list a,.list a:visited{
 color: black;
 width: 97%;
 padding: 3px;
 display: block;
 font-weight:bold;
 text-decoration: none;
 margin-left: 5px;
}
.list a:hover{
 color: black;
 background-color: #E7E7E7;
 padding: 2px 3px 2px 3px;
 display: block;
 font-weight:bold;
 text-decoration: none;
 border-left: 15px solid #FF6600;
 border-top: 1px solid white;
 border-bottom: 1px solid white;
 margin-left: -10px;
}
	  .box {
	  background-color: #FFFAF0;
	  
		border: 1px solid gray;
		padding: 5px;
}
	  .box_caption {
	  font-size: 12px;
    font-weight:bold;
		color: white;
		background-color: #808080;
		border: 1px solid black;
		padding: 2px;
		position: relative;
		top: -10px;
		text-align: center;
		width: auto;
		}
		
		.form_input_box{
		width: 15em;
		margin-bottom: 5px;
		background-color: white;
		color: black;
    font-weight:bold;
		border: 1px solid gray;
		}
		.form_label{
		width: 6em;
		float: left;
		text-align: right;
		}
		.form_submit{
		background-color: white;
		color: gray;
		border: 1px solid gray;
		}
		.info_box{
		padding: 6px;
		border: 1px solid black;
		background-color: #F5F5F5;
		}
		.info_box_top{
		 color:#FF6600;
		 font-weight:bold;
		 font-size: 11px;
		}
		
		.download_button a,.download_button a:visited{
		 font-weight: bold;
		 color: white;
		 background-color: #FF9900;
		 border: 1px solid black;
		 padding: 4px;
		}
		.download_button a:hover{
		 color: white;
		 background-color: #FF6600;
		 border: 1px solid black;
		 padding: 4px;
		}
		.dotted_list{
		 margin-bottom: 7px;
		}
		.title_links{
		 font-weight: bold;
		 font-size: 12px;
		 text-align: center;
		}
		.paypal_seal {
		width:100px;
	  height:100px;
	  background-image:url(../images/verification_seal_orange.gif);
	  overflow: hidden;
	 }
	 	 .news_list{
	 margin-left: 30px;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 }
