/* big-band.css */

body
{
font-size:14px;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
}

table
{
font-size:14px;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
border-style:none;
border-width:1px;
border-color:rgb(255,255,255);
}

td
{
text-align:left;
vertical-align:top;
border-style:none;
border-width:1px;
border-color:rgb(0,0,0);
}

img
{
border-style:none;
border-width:1px;
border-color:rgb(255,255,255);
}

a:link
{
color:#72ABF2;
}

a:visited
{
color:#72ABF2;
}

p
{
//font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
//padding-left:7px;
//padding-top:10px;
min-height:300px;
max-height:300px;
overflow:auto;
}


.content
{
background-color:white;
padding:10px;
border-style:none;
border-width:1px;
border-color:rgb(0,0,0);
}

.bold
{
font-weight:bold;
}

.small
{
font-size:9px;
}

.center
{
text-align:center;
}