body {
	text-align: center;
	font-family: arial, verdana, tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, tahoma, sans-serif;
}

select, input, textarea, button {
	font-family: arial, sans-serif;
}

input, select, label {
	vertical-align: middle;
}

hr {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
	height: 1px;
	overflow: hidden;
}

div#fixedWidth {
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#marqueecontainer{
	position: relative;
	overflow: hidden;
	height: 150px;
}

#vmarquee {
	position: absolute;
	margin: 5px;
	z-index: 0;
}

div#footer {
	clear: both;
}
div.articles {
	margin: 0 46px;
	font-size: 14px;
	line-height: 17px;
	background-color: #ffffff;
	min-height: 400px;
}

div.articles h3 {
	font-size: 16px;
	margin-bottom: 3px;
	color: #333333;
}

div.articles p {
	margin-bottom: 15px;
}

div.articles form p {
	margin: 5px;
}

div.articles a {
	color: #0000ff;
	text-decoration: underline;
}

div.articles a:hover {
	color: #ff0000;
}

div.articles h5 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
}

div.articles p.mishne {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 10px;
}

div.articles ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 25px 15px;
}

div.articles ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 25px 15px;
}

ul.hMenu {
	white-space: nowrap;
}

ul.hMenu li {
	float: left;
	list-style-type: none;
}

ul.dropDownMenu {
	height: 30px;
	background-color: #efefef;
}

ul.dropDownMenu li {
	float: left;
	position: relative;
	padding: 0 10px;
	margin: 0 10px;
	background-color: #cccccc;
}

ul.dropDownMenu ul {
	position: absolute;
	top: 10px;
	left: 0;
	display: none;
	padding: 0 10px;
	background-color: #bbbbbb;
	width: 110%;
}

ul.dropDownMenu li:hover ul {
	display: block;
}

ul.dropDownMenu ul li {
	float: none;
	white-space: nowrap;
}

.column {
	float: left;
}

.style0 {
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

div.round {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
	width: 39px;
	height: 28px;
}

div.left {
	left: -6px;
}

div.right {
	right: -6px;
}

div.top {
	top: -6px;
}

div.bottom {
	bottom: -6px;
}

.bottom.left {
	background-image: url(../Images/mainBLBg.gif);
}

.bottom.right {
	background-image: url(../Images/mainBRBg.gif);
}

.top.left {
	background-image: url(../Images/mainTLBg.gif);
}

.top.right {
	background-image: url(../Images/mainTRBg.gif);
}

input.radio {
	width: 10px;
	position: relative;
	bottom: 3px;
}

input.readonly {
	cursor: default;
}

input.button {
	border: 0;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}

span.button {
	text-decoration: underline;
}

a.button {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right
}

.clear {
	clear: both;
}

.oppositeAlign {
	text-align: right;
}

.centerAlign {
	text-align: center;
}

.button {
	cursor: pointer;
}

.strikedThru {
	text-decoration: line-through;
}

.number {
	font-size: smaller;
}

.search input {
	border: 0;
	height: 16px;
	width: 60px;
	font-size: 12px;
}

.dirrtl {
	direction: rtl;
	text-align: right;
}

.dirltr {
	direction: ltr;
	text-align: left;
}

.error {
	color: #aa0000;
	font-weight: bold;
}

input.mib {
	border: 0;
	background-color: #ffffff;
	cursor: default;
	width: 2px;
}

div#alertBox {
	background-color: #ffffff;
	border: 2px solid #aa0000;
	color: #aa000000;
	font-size: 13px;
	padding: 5px;
}