body {
	margin:0px;
	height:100%;
	background-color: #FFFFFF;
	color: white;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/red_bg.jpg);
}
td {
	color: white;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
h1 {
	font-size:medium;
	margin-bottom:0px;
}

h2 {
	font-size:small;
	margin-bottom:0px;	
}

a {
	color: #FFC22F;
}
a:visited {
	color:#FFC22F;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dashed #FFC22F;
}

.menuItem {
	width: 90%;
	height:20px;
	border:1px solid #8CC6FF;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

a.menuLink, a.menuLink:visited {
	color: black;
	text-decoration: none;
	width: 90%;
	border:0px;
	background-color:#E0EDE4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

a.menuLink:hover {
	background-color:#F6E28C;
	cursor:pointer;
}

a.nonLinkLike, a.nonLinkLike:hover {
	text-decoration:non;
	border:0px;
}

.mainSection {
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border-bottom:1px solid	#A37AB6;
}

.stdList {
	line-height: 20px;
	margin-top: 5px;
	list-style-type:square;
	color:#A37AB6;
}
.stdText {
	color:white;
}

.promotion {
	background-color:#6B1938;
	border:1px solid #FFC22F;
	direction:rtl;
	font-size:1.2em;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
	width:80%;
}

#subscribeForm {}
#subscribeForm #subscription {
	width: 89px; font-size: 10px;	
}
#subscribeForm #submitButton {
	font-size: 10px;	
}