﻿body { color: black; 
       background: #F5F5F5; 
       font-family: Arial, sans-serif; 
}
h1, h2 { font-family:times, serif; 
text-align:center; 
}
h1 { padding-bottom:3px; 
width:100%; 
background: #fff0f0; 
color:#5050dd;
border: 1px solid #aa0000;
 }
 
h3 { width:100%; 
background:#9999ff; 
text-align:center; }
h4 { font: normal x-small Arial, sans-serif; 
text-align:justify; }
p { text-align:justify; }
p, ol, ul { font-size:smallest; }
p.connect { font-weight:bold; color:#066; }
a:link { color:#0000ff; }
a:visited { color:#000000; }
a:active { color:#0000ff; }
a:hover { color:#0000ff; }
.tblborder { border: 1px solid #000000;}
table.main {
	background: white;
	border: thin solid #ff0033;
	position: absolute;
	left: 15%;
	width: 70%;
	height: 100%;
}
table.inner { border:2 ridge black; }
table.inner td, th { border:1 ridge black; font-size:smaller; vertical-align:top; padding:0 2; }
td { padding:0; }
td.main { padding:8; }
td.cell {
	padding: 0px 0px 0px 10px;
	text-align: center;
	vertical-align: center;
	height: 40px;
}
td.cell a { background-color:transparent;
            background-image:url(onebutton.jpg);
            color:#000060;
            font-size:12px;
            text-decoration:none;
            display:block;
            width:104px;
            height:40px;
          }
td.cell a b { position:relative; top:5; }
td.cell a:hover { background-color:transparent;
                  background-image:url(hoverbutton.jpg);
                  color:#0000FF;
                  font-size:12px;
                  text-decoration:none;
                }
td.cell a:link {color:black;}
td.cell a:visited {color:black;}
td.cell a:active {color:black;}

.content {
	margin-right: 10px;
	margin-left: 10px;
}

