/*body {
	font-size:11px;
	font-family: Verdana, Arial, Geneva, "Trebuchet MS", sans-serif;
	}
*/	
.panel 
{
    margin:11px;
    width:700px;
    /*border:solid 1px #000000;*/
    background-color:#CCCCCC;
    padding:10px;
    }

.subpanel 
{
    margin-left:auto;
    margin-right:auto;
    display:block;
    padding:10px;
    width:530px;
    background-color:#EEEEEE;
    }

.linkout, linkout a:link, .linkout a:visited, .linkout a:active {
    font-weight:bold;
    color:#ff0000;
    }
    
.linkout a:hover {    color:#003168;    }