/* GENERAL STYLES */
/* CSS Document */
/***** Global Settings *****/
html	{
 overflow-y: scroll;
}

body {
 border:0px;
 margin:0px;
 padding:0px;
 font-family: Arial, Verdana, Helvetica;
 font-size: 10pt;
 color: #666;
 text-align: center;
}

#mainBody	{
 margin: auto;
 text-align: left;
 position: relative;
 width: 1000px;
}

#entertainmentTable input{
vertical-align: top;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
 margin:0px;
 padding:0px;
 color: #666;
}

h1	{
 font-family: Arial, Times, serif;
 font-size: 14pt;
 font-weight: bold;
}

h2	{
 font-family: Arial, Times, serif;
 font-size: 14pt;
 font-weight: bold;
 margin-bottom: 20px;
}

h3 {
 font-family: Arial, Arial;
 font-size: 10pt;
 color: #0066CC;
}

h5	{
 font-family: "Times New Roman", Times, serif;
 font-size: 12pt;
 font-weight: bold;
 color: #162a83;
 margin-bottom: 5px;
}
 
p {
 margin:0px;
 padding:0px;
 text-align: left;
 margin-top: 5px;
 margin-bottom: 5px;
}
 
ul, ol {
 margin:0px;
 padding:0px;
 list-style:none;
}
 
blockquote {
 margin:22px 40px;
 padding:0;
}
 
small {
 font-size:0.85em;
}
 
img {
 border:0px;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
 text-decoration:none;
 outline: none;
 color: #0066CC;
}
a:hover	{
 text-decoration: none;
 color: #162a83;
}

a.button	{
 background-image: url("/media/29611/buttonBG_off.png");
 background-repeat: no-repeat;
 display: block;
 width: 150px;
 height: 24px;
 margin: 2px;
 text-align: center;
 line-height: 24px;
 /* font-family: Verdana; */
 font-size: 0.9em;
 font-weight: bold;
 color: #e7e8f0;
}

a.button:hover	{
 background-image: url("/media/29616/buttonBG_on.png");
 color: #fff;
}

/***** Tables *****/

table {
 margin: 0px;
 padding: 0px;
}

table tr,td {
 margin: 0px;
 padding: 0px;
}


 
/***** Forms *****/
 
form {
 margin:0px;
 padding:0px;
 display:inline;
}
 
input, select, textarea {
}
 
textarea {
}
 
label {
 cursor:pointer;
}

/***** Wrapper *****/
 
#wrap {
 width:960px;
 margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/* CSS Document */















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

span {

}


