	/* Fix a silly bug in Mozilla; thanks, Carey Evans */

html
{
	min-width: 740px;
}

	/* Helpers and base rules */

img
{
	display: inline;
	border: 0;
}

table#plans td.pr1c1 img
{
	display: block; /* block mode to remove gaps from pics in table */
}

table#plans td.pr1c2 img
{
	display: block; /* block mode to remove gaps from pics in table */
}

body  {
	color: #000;
	background: #fff;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	padding: 0; /* this is a concession to opera 7 which has margin 0, but some padding by default.*/
	margin: 0;
	border: 0;
}

p, td, ul, ol, ul, li, dl, dt, dd
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
}

div#wrapper
{
	width: 740px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

	/* Typography 	*/
	
h6 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	margin: 0;
}

h5 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px;
	margin: 0;
}

h4 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 16px;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 18px;
	margin: 0;
}

h2 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 20px;
	margin: 0;
}

h1 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 24px;
	margin: 0;
}

hr {
	border: 0;
	width: 736px;
	color: #000;
	background-color: #000;
	height: 1px;
}

