@charset "utf-8";
/* CSS Document */

#one{
background: url(images/arabic_bg.jpg) center top repeat-x;
background-attachment: fixed;
}
#two{
background: url(images/arabic_bg_bottom.jpg) center bottom repeat-x;
background-attachment: fixed;
}
.Headline {font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
.SubHeadline {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
}
body
{
margin: 0;
padding: 0;
}
.input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 18px;
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 18px;
    border: 1px solid #f00;
    background: #ff6;
}
.button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 22px;
    border: 1px solid #006;
    background: #B8881C;
}
.button:hover {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 22px;
    border: 1px solid #f00;
    background: #eef;
}

#td_bottom
{
background: url(images/aic_bottomfade.jpg) center bottom repeat-x;
background-position: bottom;
}
#td_bottom_sec
{

background: url(images/aic_bottomfade_sec.jpg) center bottom repeat-x;
background-position: bottom;

}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BottomWhiteText {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
