
/* Default system wide settings */

p, ul, ol, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
}



/* General */

body 
{
	background: #cccccc;
	color: #333333;
   filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#aaaaaa', gradientType='0');
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

table#Payoff,
table#ColumnHeaders,
table#Columns
{
   border-top: 2px solid #FFFFFF;
}

table#Main 
{
   background-color: #FFFFFF;
   border: 2px solid #FFFFFF;
   margin: 4px auto;
}

table#Columns 
{
   background: url(Images/bg.columns.gif) repeat-y;
}

table#Visual 
{
   background: url(Images/visual.jpg) no-repeat;
   padding-right: 5px;
}

td.Payoff
{
   background-color: #335795;
   color: #DDDDDD;
   font-size: 11px;
   letter-spacing: 0.05em;
   line-height: 1.25em;
   padding: 10px;
   vertical-align: middle;
}

.Shading
{
   background-color: #F4F4F4;
   border-top: 1px solid #CCCCCC;
   border-bottom: 8px solid #FFFFFF;
}

table#Footer td
{
   padding-right: 4px;
   vertical-align: bottom;
}

hr 
{
   color: #E5E5E5;
   border-width: 1px;
}



/* Text styles */

h1 
{
   color: #C64C65;
   font-size: 18px;
   font-weight: normal;
}

h2 
{
   font-size: 13px;
   margin-bottom: 0px;
}

td, div, p, dl, ul, ol, span
{
   font-size: 11px;
	vertical-align: top;
}

div, p, dl, ul, ol, span
{
   line-height: 1.5em;
}

.Color
{
   color: #3399CC;
}

.Description
{
   font-weight: bold;
}

.Light, a.Light:hover, .Light a:hover
{
   color: #999999;
}

.MarginBottom
{
   margin-bottom: 1.5em;
}

.MarginTop
{
   margin-top: 1.5em;
}

.Small 
{
   font-size: 9px;
}

a
{
	color: #3399CC;
	font-style: normal;
	text-decoration: none;
}

a.link
{
	color: #3399CC;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}



/* Visual */

table#Visual td
{
	color: #ddd;
   font-size: 11px;
	letter-spacing: 1px;
   vertical-align: bottom;
}

table#Visual a 
{
   color: #ddd;
}



/* Forms */

input, select, textarea 
{
   background: #FFFFFF;
   border: 1px solid #999999;
   color: #000000;
   font-family: Courier New, Courier, Monospace;
	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;
}
