BODY {
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
#products {
	margin-top: 10px;
	height: inherit;
}
#products ul {
	list-style-type: none;
	padding: 0;
	margin: 7px;
}
#products li {
	background-image: url(/images/li_img.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.8em;
}
#products li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #244EC8;
	text-decoration: none;
}
#products li a:hover {
	text-decoration: underline;
}
#products .header {
	color: #FFFFFF;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 20px;
	text-transform: capitalize;
	font-weight: bold;
}
.products-border {
	border-right: 1px solid #CCCCCC;
}
#footer {
	color: #FFFFFF;
	background-color: #336699;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	height: 34px;
}
#footer a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	/* MARGIN: 0px 8px; */
}
.main-header {
	background-color: #DC0303;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:14px;
	height:21px;
	margin-top:0px;
	padding-top:0px;
}


#body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.product-box {
	width: 137px;
	height: 150px;
	border: 1px solid #336699;
}
.product-box-desc {
	height: 22x;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.product-box-img {
	height: 110px;
	text-align: center;
}
/* Added by Irina */
.error_msg {
	font-size: 11px;
	font-family: Verdana;
	color: #FF0000;
}
.page-title {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DC0303;
    padding-top: 10px;
	padding-bottom:4px;
}

.exec_link {color: #9B0000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
	.exec_link a, .exec_link a:link, .exec_link a:visited {color: #9B0000; text-decoration: underline; }

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	width: auto;
	color: #000000;
	background-color: #D3D3D3;
	letter-spacing: normal;
}

TABLE.page {
    FONT-SIZE: 12px;
    WIDTH: 522px
}
.page P {
    TEXT-ALIGN: justify
}
.page H1 {
    FONT-SIZE: 14pt;
    COLOR: #1750a0
}
