
/* Default system wide settings */

p, ul, ol, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* General */

body 
{
	background: #CCCCCC;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

table 
{
   border-top: 2px solid #FFFFFF;
}

table#Main 
{
   background-color: #FFFFFF;
   border: 2px solid #FFFFFF;
   margin: 0px auto;
}

table#Columns 
{
   border-left: 2px solid #FFFFFF;
   border-right: 2px solid #FFFFFF;
}

table#Payoff
{
   background-color: #7B757B;
}

table#Visual 
{
   background: url(Images/visual.jpg) no-repeat;
}

td.Payoff
{
   color: #DDDDDD;
   font-size: 11px;
   letter-spacing: 0.05em;
   line-height: 1.25em;
   padding: 10px;
   vertical-align: middle;
}

td.Shading
{
   background-color: #F4F4F4;
   border-top: 1px solid #CCCCCC;
   border-bottom: 8px solid #FFFFFF;
}

/* Text styles */

h1 
{
   color: #3399CC;
   font-size: 18px;
   font-weight: normal;
}

p, td, div, span
{
   font-size: 11px;
	line-height: 1.5em;
	vertical-align: top;
}

p.Color
{
   color: #3399CC;
}

p.Description
{
   font-weight: bold;
}

p.Light , a.Light, a.Light:hover
{
   color: #999999;
}

p.Marbo
{
   margin-bottom: 1.5em;
}

p.Menu
{
   line-height: 1em;
}

a {
	color: #3399CC;
	font-style: normal;
	text-decoration: none;
}

a.link
{
	color: #3399CC;
}

a:hover {
	text-decoration: underline;
}

a img
{
	border: none;
}
   
/* Forms */

input, select, textarea 
{
   background: #FFFFFF;
   border: 1px solid #999999;
   color: #000000;
   font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
}

input.Submit 
{
   color: #3399FF;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-weight: bold;
}

input.Reset 
{
   border: 1px solid #CCCCCC;
   color: #999999;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-weight: normal;
}

input.Radio, input.Checkbox 
{
   background: transparent;
   border: none;
}



/* Poll */

form.Poll
{
   margin: 0px auto;
}

