﻿P.text{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#C0C0C0;
text-align:justify;
}
P.text-center{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#C0C0C0;
text-align:center;
}
P.blue{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#4682B4;
}
P.blue-bold{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#4682B4;
font-weight:bold;
}
P.grey{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#666666;
}
P.grey-bold{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#666666;
font-weight:bold;
}
P.grey-center{
margin:0px;
font-family:verdana;
font-size:8pt;
color:#666666;
text-align: center;
}
A:link{
text-decoration:none;
color:#666666;
outline:none;
font-family:verdana;
font-size:8pt;
}
A:visited{
text-decoration:none;
color:#666666;
outline:none;
font-family:verdana;
font-size:8pt;
}
A:hover{
text-decoration:none;
color:#4682B4;
outline:none;
font-family:verdana;
font-size:8pt;
}
img{
alt:"";
border:0px;
margin:0px;
}
html{
/*overflow: -moz-scrollbars-vertical;*/
overflow-y:scroll;
}
body{
text-align:center; /* Part of IE bug fix */
margin:0px;
padding:0px 16px 16px 16px;
border:0px;
background-color:#000000;
cell-spacing:0px;
}
#main-holder{
border:1px solid #444;
padding:0px;
width:712px;
margin:auto; /* Part of IE bug fix */
text-align:left;
}
* html #main-holder{
width:714px; /* for IE5 width prperty includes padding and border as well as content*/
w\idth:712px; /* for IE6+ */
}
#links{
text-align:left;
border-bottom:1px solid #444;
padding:0px;
margin:0px;
height:262px;
width:712px;
clear:both;
float:left;
display:inline; /* IE bug fix */
}
* html #links{
height:264px; /* for IE5 width prperty includes padding and border as well as content*/
h\eigth:262px; /* for IE6+ */
}
#legal-container{
border:0px;
padding:0px;
width:712px;
margin:auto; /* Part of IE bug fix */
}
#legal{
padding:0px;
margin:10px 0px 0px 0px;
width:712px;
border:0px;
text-align:center;
}
#clear{		/* IE bug fix necessary to accomodate bottom margin of floats in main container*/
display:block;
clear:both;
}