body { }

td { font-size: 12px }

/*
   Name: Heading 3
*/
h3 { font-size:24px; }

/*
   Name: Heading 4
*/
h4 { font-size: 14px; }
h4.green { color:#01a76f; }
h4.red { color:#de160c; }

/*
   Name: Paragraph
*/
p { font-size:12px }

ul, ol { line-height:18px }

ul { list-style-image: url(../Images/Backgrounds/List-Bullet.png); margin:0 0 8px -26px }
*ul { margin-left:20px; } /* IE7 Hack */
	
ul li { font-size:12px }

ol { margin:0 0 8px -22px; }
*ol { margin-left:20px; } /* IE7 Hack */

ol li { font-size:12px }

/*
   Name: Highlight
*/
.highlight {
}

a { text-decoration: none; color:#01ac72; }
a:hover { text-decoration:underline }

img { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
img.ImgLeft { float:left; margin:5px 20px 15px 0 }
img.ImgRight { float:right; margin: 5px 0 15px 20px }


/*
  Name: Test
*/
.test1,
.test2 {
	color: #f00;
}



 