/* CSS Document */
@import url(sub.css);
/* Force scroll bars */
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
body{
margin:0;
padding:0;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{width:900px;margin: 0 auto;text-align:left;}
* html #wrapper {height: 1%;}
#banner{}

/*Header styles*/
h1,h2,h3,h4,h5, caption, dt
{
font-family:Georgia, Times New Roman, Times, serif;
font-weight:normal;
}

/*h1 h2 for top use only*/
h1,h2{
color:#FFFFFF;
margin:0;
padding:0;
}

h1
{
font-size:140%;
}

h2{
font-size:100%;
}

h3,h4,h5,dt{
margin:5px 0 5px 0;
color:#003399;
}

h3
{
font-size:16px;
margin-bottom:10px;
}

h4
{
font-size:14px;
}

h5
{
font-size:110%;
}




caption{font-size:130%;text-align:left;padding:5px 0 5px 0;}

p, ul, ol, #navbar, #navbar2, label, input, legend, across, column1, column2, column3, select, dd
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.4em;
text-align:left;
}

table
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.4em;
text-align:center;

}


th.leftcol{	text-align:left;}
th.startcol{}
td{	text-align:left;}
@import 'sub.css';
