﻿body
{
	background: #646464;
	color: black;
	direction: ltr;
	text-align: center;
	font-family: Arial Sans-Serif;
}

a
{
	color:  black;
	text-decoration: underline;
}

a:hover
{
	color: black;
	text-decoration: none;
}
.MenuStyle
{
	padding: 0 3px 0 3px;
	font-size: 12px;
	margin: 2px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.PageTitle
{
	color: #F49100;
	font-size: 24px;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;
}
.buttonBlue
{
	background-color: #F49100;
	border: solid 1px #5565c8;
	color: White;
	font-weight: bold;
	cursor: pointer;
}
.MenuStyle a
{

	color: #000000;
}
.ErrorStyle
{
	color: Red;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
}

.Article_text
{
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-family: Arial;
}
.a_Article_text
{
	color: #F49100 !important;
	font-weight: bold;
}
.inner_text
{
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-family: Arial;
}
.RedButtonLeft
{
	background-image: url(images/btnRedLeft.gif);
	background-repeat: no-repeat;
}
.RedButton
{
	background-image: url(images/btnRed.gif);
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
	text-align: center;
	padding: 4px 5px 0 5px;
	vertical-align: top;
}
.RedButton
{
	font-weight: bold;
	text-align: center;
	padding: 4px 5px 0 5px;
	vertical-align: top;
}
.RedButtonRight
{
	background-image: url(images/btnRedRight.gif);
	background-repeat: no-repeat;
}
.subTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #F49100;
	font-family: arial;
}
.footerText a
{
	color: #000000;
	text-align: center;
	font-size: 11px;
	font-family: Arial;

}
.article_left_title A
{
	font-weight: 600;
	color: #F49100;
	text-decoration: none;
}
.article_left_title A:visited
{
	font-weight: 600;
	color: #F49100;
	text-decoration: none;
}
.article_left_title A:hover
{
	color: #F49100;
	text-decoration: underline;
}
.article_left_title
{
	font-size: 13px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.MessageSuccess
{
	font-size: 17px;
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, arial,helvetica;
}


	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:center; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	.leftBoxPadding {
	 padding:10px;
	 margin:10px;
}
