/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */


body {
  font-size:62.5%; /* Explain @ www.clagnut.com/blog/348/ */
}

/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #6395ec url(bl.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
  margin: 1em 10px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #6395ec url(br.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 10px 0;
  margin: 0 0 -10px 10px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h2, div.rounded h3, div.rounded h4, div.rounded h5, div.rounded h6 {
  color: #f6f6ff;
  background: #6395ec url(tr.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(tlc.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 3.2em;
}
div.rounded h2 {
  font-size: 2.8em;
}
div.rounded h3 {
  font-size: 2.4em;
}
div.rounded h4 {
  font-size: 2em;
}
div.rounded h5 {
  font-size: 1.6em;
}
div.rounded h6 {
  font-size: 1.2em;
}

div.rounded p
{
	font-size: 12pt;
	color: #ffffff;
	padding: 20px; 
}

div.rounded li
{
	margin-left: 50px;
	color: #ffffff;
	font-size: 10pt;
}

div.rounded a
{
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-color: #6395EC;
}

