﻿body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-attachment: fixed;
	background-image: url(/Images/Bg.jpg);
	background-repeat: repeat-x;
	background-color: #ededed;
	margin: 0px;
}
#Wrapper
{
	width:1000px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
#Main
{
	width:960px;
	padding-left:20px;
}
#Menu
{
	
	width: 960px;
}
#Flash
{
	
	
}
#MainContent
{
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;

}
#Footer
{
	background-color: #ff9900;
	 text-align:center;
}
.Heading
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
}
.x
{
	background-attachment:scroll;
	background-image: url(/Images/x.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
a:link {
	color: #ff6600;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #666666;
	text-decoration: underlined;
	font-weight:bold;
}
.v_l { background:url(/images/v-l.gif) repeat-y; width:1px;}
.FormItem
{
	border: solid 1px #666666;
}
.FormButton
{
	border: solid 1px #666666;
	background-color:#cccccc;
}
#Ticker
{
	background-color:#222222;
	color:#ffffff;
	width:955px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}	