body{
	background-image: url(../img/background.jpg);
	background-repeat : repeat-x;
	background-color : #F3F3F3;
	margin-top: 0px;
}
td{
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 11px;
	line-height : 14px;
	text-align : left;
	color : #333333;
}
p {margin: 0; padding: 0;}/* For tinyMCE compatibility */
ul {padding-left: 12px; }
.style10 {
	font-size: x-small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style11 {
	font-size: x-small;
	color: #6E6E6E;
	font-family: Arial, Helvetica, sans-serif;
}
.productHeader{
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight : bold;
	line-height : 20px;
	padding-top : 0px;
	text-align : left;
}
.contentTextHeader{
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 16px;
	color : #333333;
	font-weight : bold;
	line-height : 25px;
	padding-top : 0px;
	text-align : left;
}
.contentSmallTextHeader{
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight : bold;
	line-height : 25px;
	padding-top : 0px;
	text-align : left;
}
.contentTextBig{
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 13px;
	line-height : 18px;
	text-align : left;
	font-weight : bold;
	color : #333333;
}
.contentNewsHeader{
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 14px;
	color : #333333;
	font-weight : bold;
	line-height : 23px;
	padding-top : 0px;
	text-align : left;
}
.contentImgBox{
	padding: 70px 10px 10px 10px;
	font-size : 11px;
	line-height : 12px;
	width: 160;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.whiteLink {
	color: White;
	text-decoration: none;
}
a.whiteLink:hover {
	color: White;
	text-decoration: underline;
}
a.grayLink {
	color: #6E6E6E;
	text-decoration: none;
}
a.grayLink:hover {
	color: #6E6E6E;
	text-decoration: underline;
}
a.newsLinks {
	text-decoration: none;
}
a.newsLinks:hover {
	text-decoration: underline;
}
a.leftMenu {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
a.leftMenu:hover {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
a.leftSubMenu {
	color: #787878;
	text-decoration: none;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	line-height : 27px;
}
a.leftSubMenu:hover {
	color: ##000000;
	text-decoration: none;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	line-height : 27px;
}
.leftMenuDots {
	color: #2870c7;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.puffText{
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 5px;
	padding-bottom : 2px;
	color : #333333;
	background-repeat : repeat-y;
	background-position : top;
	margin-top : 0px;
	background-image : url(../img/puff_middle.gif);
	text-decoration : none;
	line-height : 12px;
}
.puffLink{
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : italic;
	color : Black;
	text-decoration : none;
}

/* TinyMCE specific rules */
body.mceContentBody {
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 10px;
	line-height : 14px;
	text-align : left;
	color : #333333;
	background: #FFF;
	/* background-color : White;
	*/
}
td.mceContentBody {
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size : 10px;
	line-height : 14px;
	text-align : left;
	color : #333333;
	background-color : White;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}