html, body {
height: 100%;
}
* {
padding: 0;
margin: 0;
}

a:link{
	color: #995AF7;
}
a:visited {
	color: #6E37C0
}
a:active { 
	color: #E8C2F3;
}

.info
{
border:1px solid #68388D;
width:90%;
padding:2px;
}
.input
{
 border:1px solid #68388D;
 background:url("/images/table_bg3.PNG");
 color:#8164B3;
}
.transparent,.transparent2,.transparent3,.nav
{
border:1px solid #68388D;
width:100%;
border-top-style:none;
background:url("/images/table_bg2.PNG");
padding:4px;
}
.transparent
{
 width:96%;
 padding:0px;
}
.nav
{
 border-bottom-style:none;
}
.transparent2,.transparent3
{
border-top-style:solid;
}
.transparent3
{
background:url("/images/table_bg3.PNG");
}

.main
{
border:1px solid #000000;
width:70%;
background:url("/images/table_bg.PNG");
padding:3px;
}
.content
{
 border:1px solid #441675;
 width:100%;
 padding:2px;
}
.footertext
{
 color:#8164B3;
 font-size:12px;
}
.navlist
{
 list-style: none;
 font-size:16px;
 width:150px;
}

.navlist a
{
 display:block;
 width:150px;
 color:#A27BBB;
 text-decoration:none;
 text-align:center;
 background:url("/images/button1.PNG") no-repeat center center;
 margin:auto;
 padding-top:5px;
 padding-bottom:5px;
}
.navlist a:hover
{
 display:block;
 width:150px;
 color:#A27BBB;
 text-decoration:none;
 text-align:center;
 background:url("/images/button2.PNG") no-repeat center center;
 margin:auto;
 padding-top:5px;
 padding-bottom:5px;
}
.bar
{
	background: url('/images/table_bar.PNG'); 
	height:25px; 
	margin:-2px; 
	margin-bottom:0px; 
	text-align:center;
}
.maintext,.headertext,.miniheadertext,.tbtext
{
 font-family:'Times New Roman';
 color:#8164B3;
 font-size:16px;
}
.tbtext
{
 color:#270250;
}
.headertext,.miniheadertext
{
 color:#965CCC;
 font-size:25px;
}

.miniheadertext
{
 font-size:13px;
}
