/*Css sheet*/
body {

        font-family:   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		
        font-size:10pt;

	color:#D3C8D5;

	background-image: url(back.jpg);

	background-attachment: fixed;

	background-position: center;

	background-repeat:repeat;

        overflow: auto; 
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

	background-color:#25285B;

}
.title {
}
.linkhead {
        height: 50px;

        width: 99%;

        filter: FFFFFF();

        border-color:#0000A6;

        border-width:2px ;

        border-style: solid;

        background-color:#25285B;
		
		text-color:#A3568F;

        filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;
}
.pages {

        width: 99%;

        text-align: left;

        overflow: auto;

        filter: FFFFFF();

        border-color:#0000A6;

        border-width:2px ;

        border-style: solid;

        background-color:#25285B;

        filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
.topimg {

        position:top;

        float:inherit;

        margin: 5px 5px 5px 5px;
		
        overflow: hidden;
}
.bottomimg {

        position: relative;

        float: left;

        margin: 10px 10px 10px 10px;

}

.linkpanel li, h3, ul  { display: inline }

.linkpanel ul { padding:0 }

.linkpanel li { padding: 2px 5px }

.linkpanel li.current { font-weight: bold; color: #D3C8D5 }

.linkpanel a { 

	text-decoration: none;

	color:inherit;

}

.linkpanel a:hover { 

	text-decoration: underline;

	color: #D3C8D5;
}

a:link {color: #D3C8D5; text-decoration: none;}

a:visited {color: #FFFFFF; text-decoration: none;}

a:active {color: #A3568F; text-decoration: underline;}
