body{
	margin: 0px;
	text-align: center;
}

/*main container with left 1px blue border*/ 
#main{
	position: relative;
	width: 600px;
	left: 0px;
	top: 0px;
	border: 0px;
	z-index: 5;
	margin: 0px auto;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
/*	border: solid red;
	border-width: 1px;
*/
}

td, p, body
{
	font-family: arial; 
	font-size: 13px; 
}

.rprod 
{
	font-size: 14px; 
}

.smaller
{
	font-size: 12px;
}

A.rprod:link, A.rprod:active, A.rprod:visited
{
	color: #000000;
	text-decoration: underline; 
}

A.rprod:hover 
{
	color: #000000; 
	text-decoration: none; 
}

.dropdowns a, .dropdowns a:link, .dropdowns a:visited
{
	color:#000000;
	text-decoration: none;
}

.dropdowns a:hover
{
	text-decoration: underline;
}
