/* Main CSS */

BODY 
{
background-color:#FFFFFF;
color:#000000;
}

table.padded
{
margin-left: 5%;
/*padding-left: 200;*/
margin-top: 5%;
}

table.maintable
{
margin-top: 5%;
/* margin-right: 10%;
margin-left: 10%; */
width: 75%;
}

table.toppad5
{
margin-top: 5%;
margin-bottom: 5%;
}

table.pictures
{
width: 100;
overflow: visible;
vertical-align: top;
margin-top: 5%;
}

table.thinborder
{
border-left-style:groove;
border-left-width:thin;
border-left-color:#CCCCCC;

border-right-style:groove;
border-right-width:thin;
border-right-color:#CCCCCC;
}

table.align
{
margin-left: 15%;
margin-right: 15%;
}

p.j
{
text-align:justify;
font-size:16px;
font-family:"Comic Sans MS";
}

p.j2
{
text-align:justify;
font-family:"Comic Sans MS";
font-size: 18px;
}

p.head
{
font-size:24px;
font-weight: bold;
font-family:"Comic Sans MS";
color:#000000;
}

p.p
{
font-size:16px;
font-family:"Comic Sans MS";
}

div.center
{
text-align:center;
font-size:16px;
}

a:active {color:#0066FF}
a:link {color:#0066FF}
a:hover {color:#0000FF}
a:visited {color:#0000FF}
