body {
	margin: 0px;
}
.VerticalDottedLine {
	background-image: url(/images/vertical_dotted_line.gif);
	background-repeat: repeat-y;
}
.GreyBorder {
	border: 1px solid #999999;
}
.Content8PTJustified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align: justify;
	line-height: 12pt;

}
.RedText {
	color: #CC0000;
}
.VerticalDottedLineGreen {

	background-image: url(images/vertical_dotted_line_green.gif);
	background-repeat: repeat-y;
}
.Content8PTLeft {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.TXTBOX {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	border: 1px solid #999999;

}
.FooterLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
.FooterLinks:link {
	color: #666666;
	text-decoration: none;
}

.FooterLinks:hover {
	color: #CC0000;
	text-decoration: underline;



}

.Text7PT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}

.Text7PT:link {
	color: #666666;
	text-decoration: none;
}
.Text7PT:hover {
	color: #CC0000;
	text-decoration: underline;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.FormLeftSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #e7e7e7;
	border: 1px solid #CCCCCC;
	padding: 3px;

}
.FormRightSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #f4f4f4;
	border: 1px solid #e7e7e7;
	padding: 3px;

}
.RedBox {
	background-color: #CC0000;
	height: 20px;

}
.ProductCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;

}
.Tahoma8PT {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
}
.Heading14PT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
}
.MailHeader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #333333;
	padding: 3px;
}
.HorizontalDottedLineGreen {
	background-image: url(images/horizontal_doted_line.gif);
	background-repeat: repeat-x;
	background-position: center center;

}
/*expendible title*/
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 0px solid gray;
background:#EFEFEF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#006600;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:#EBF5D6;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.thepet {
	padding-left:10px;
	}
/*end expendible*/