/* Start of CMSMS style sheet 'base' */
* { margin: 0; padding: 0; }
img { border: none; }

body {
	font: 68.75% Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	background: #fff url(http://www.ideas.com/uploads/images/interface/bg-body.gif) 0px 0px repeat-x;
	}

#envelope {
	position: relative;
	width: 778px;
	margin: 0 auto;
	text-align: left;
	}

/* default styles for generic page elements */
p  { margin: 0 0 15px 0; }

ul { list-style: none; }
	li { font-size: 1em; }
		li li { font-size: 1em; }

ol { margin: 0 0 15px 20px; }
	ol li {
		font-size: 1em;
		margin: 0 0 4px 0;
		} 

hr {
	clear: both;
	border: 0; 
	height: 1px; 
	background: #e4e4e4; 
		*color: #e4e4e4; 
	margin: 15px 0;
	_margin: 0 0 8px 0;
	}
	
a {
	color: #336699;
	text-decoration: none;
	}
	a:hover, a:active { color: #6AB4FD; }
	
input, select, textarea { font-size: 1em; }
/* End of 'base' */

