body {
	margin: 0px;
	padding: 0px;
	background:#fff;
	font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
}


/* The following are replicated at the bottom of site-vn.css and need to be updated there if you change these */


.FontSizeSmall {
	font-size:90%;
}
.FontSizeNormal {
	font-size:100%;
}
.Heading1 , .ArticleHeading{
	font-size:110%;
	font-weight:bold;
	color:#350;
	margin-top:3px;
	margin-bottom:3px;
}
.ImageCaption, .ArticleCaption {
	font-weight:normal;
	font-size:90%;
	text-align:center;
}
.ImageContainer {
	margin:20px;
	text-align:center;
	font-size:80%;
}
.ImageContainerLeft {
	margin:10px;
	margin-left:0;
	float:left;
	text-align:center;
	font-size:80%;
}
.ImageContainerRight {
	margin:10px;
	margin-right:0;
	float:right;
	text-align:center;
	font-size:80%;
}
.InsetContainerLeft {
	margin:0;padding:0;border:0;
	background:#dd8;
	padding:20px;
	width:50%;
	float:left;
	margin:15px;
	margin-left:0;
	color:#239;
	font-size:90%;
}
.InsetContainerRight {
	margin:0;padding:0;border:0;
	background:#dd8;
	padding:20px;
	width:50%;
	float:right;
	margin:15px;
	margin-right:0;
	color:#239;
	font-size:90%;
}
.JustifyLeft {
	text-align: left;
}
.JustifyCenter {
	text-align: center;
}
.JustifyRight {
	text-align: right;
}
.JustifyFull {
	text-align: justify;
}
.MediumText1 {   /* minimal usage in articles 1, 62, 63, and 134 only */
	font-weight:bold;
	font-size:90%;	
}
.SmallText1 {   /* minimal usage in articles 62, 63, and 134 only */
	font-size:80%;
}
