body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	margin: 0px;
}

.top {
	background-image: url("./images/top_bg.gif");
	background-repeat: repeat-x;
}

.tabbar {
	background-image: url("./images/notab_bg.gif");
	background-repeat: repeat-x;
}

.offtab {
	background-image: url("./images/offtab_bg.gif");
	background-repeat: repeat-x;
	font-size: 10pt;
}

.ontab {
	background-image: url("./images/ontab_bg.gif");
	background-repeat: repeat-x;
	font-size: 10pt;
}

a:link, a:visited {
	color: rgb(51,51,153);
}

a:hover, a:active {
	color: rgb(51,51,255);
}

a.menu:link, a.menu:visited {
	color: rgb(255,204,102);
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}

.title {
	font-size: 18pt;
	font-weight: bold;
}

.copyright {
	font-size: 9pt;
	font-weight: normal;
	width: 100%;
	text-align: center;
}

.body {
	padding: 20px;
	text-align: justify;
}

.divider {
	width: 100%;
	background-color: rgb(0,0,0);
}

.pad {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.lang, a.lang:link, a.lang:visited, a.lang:hover, a.lang:active {
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	color: rgb(255,255,255);
}

.productBox {
	border: 1px solid #B9B7CF;
	width: 100%;
	padding: 9px;
	margin-bottom: 25px;
}

.productPics {
	border: 1px solid #B9B7CF;
}

.productTitle {
	font-size: 20px;
	color: #333399;
	padding-bottom: 10px;
}

.productSubtitle {
	font-size: 16px;
	padding-bottom: 5px;
}

.productDesc {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}