﻿html, body
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
.textDir
{
	direction:rtl;
}
.textDirRev
{
	direction:ltr;
}
.HTMLalign
{
	text-align:right;
}
.HTMLalignRev
{
	text-align:left;
}
.text_list
{
	color:#333333;
	text-decoration:none;
}
.text_list_over
{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.textbox_contact
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	width:300px;
	height:16px;
	background-color:#f2eed0;
	border:1px solid #e4db9a;
}
.submit_contact
{
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	width:95px;
	height:29px;
	background-image:url(../images/bg_button.gif);
	border:0px;
}
.text_footer
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
}
.text_footer a
{
	font-family:Arial;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
.boxhome
{
	padding-left:15px;
	padding-right:5px;
}
#marqueecontainer
{
    position: absolute;
    width: 230px; /*marquee width */
    height: 225px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
}