form 
{
    margin: 0px;
}

body 
{
    margin:0px;
    padding:0px;
    font-family: arial, helvetica, sans-serif;
    font-size:12px;
}

body.main {
	background-repeat: no-repeat;
	background-color : #FFFFFF;
}

a {
	color: #333366;
	text-decoration: underline;
	}
	
a.hover,active {
	color: #333366;
	text-decoration: underline;
	}
	
.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
.bigger {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
.subheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	}

.subheader2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	}
	
.subheader_black {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
.black {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
	
.header {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333366;
	}

.red {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
	}
	
.fourteen {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}

.newBags {
	background: #F4F4F4;
	background-color: #F4F4F4;
	}
	
	#radiobutton tr 
{
	   vertical-align:top;
}

.SearchBarhead
{    
    background: #333366;
	background-color: #333366;
	}

	
.billship_tableborder
{
    border-style: dotted; border-width: 1px; border-color: black;  background-color: #F2F2F2;
}

.billship_buttons
{
    background-color: #F2F2F2;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
/*position:static;*/
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/              
visibility: visible;
top: -10px;
left: 81px; /*position where enlarged image should offset horizontally */
}

/*mySubs*/

.headertags 
{
    font-size:12pt;
    color: #333366;
}