﻿html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #4a4949;
}
.textDir
{
	direction: rtl;
}
.HtmlAlign
{
	text-align: justify;
}
.textDirRev
{
	direction: ltr;
}
.HtmlAlignRev
{
	text-align: left;
}
.childUrl
{
	font-size: 13px;
	color: #4a4949;
	text-decoration: none;
	line-height: 18px;
}
.childUrl_over
{
	font-size: 13px;
	color: #9db03e;
	text-decoration: none;
	line-height: 18px;
}
.child img
{
	vertical-align: middle;
}
.textBubble
{
	font-size: 20px;
	color: #9db03e;
}
.textCot
{
	font-size: 25px;
	color: #9db03e;
}
.textCotSub
{
	font-size: 14px;
	color: #4a4949;
	font-weight: bold;
}
.textFooter
{
	font-size: 10px;
	color: #4a4949;
	text-decoration: none;
}
.textFooter a
{
	font-size: 10px;
	color: #4a4949;
	text-decoration: none;
}
.text_home
{
	font-size: 18px;
	color: #383665;
}
.text_news a
{
	font-size: 13px;
	color: #383665;
	text-decoration: none;
}
#marqueecontainer
{
    position: absolute;
    width: 165px; /*marquee width */
    height: 210px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding-right: 5px;
}
.textbox
{
    width: 250px;
    height: 16px;
    border: 1px solid #C9B828;
}
.combobox_small
{
    width: 45px;
    height: 20px;
}
.textarea
{
    width: 250px;
    height: 100px;
    border: 1px solid #C9B828;
}
.button
{
    width: 80px;
    height: 25px;
    font-weight: bold;
    border: 2px solid #C9B828;
    vertical-align: top;
}
