a:link {color: rgb(255, 119, 51); text-decoration: none;}
a:visited {color: rgb(255, 153, 102); text-decoration: none;}
a:hover {color: rgb(204, 68, 0); text-decoration: none;}

a.atopmenu:link {color: rgb(0, 0, 0); text-decoration: none;}
a.atopmenu:visited {color:rgb(0, 0, 0); text-decoration: none;}
a.atopmenu:hover {color: rgb(204, 68, 0); text-decoration: none;}

body {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 230, 255);
	font-family: helvetica,arial,sans-serif;
	font-size: 14px
	}
	
p {	
	font-size: 14px;
	text-align: justify;
	}

td {
	font-size: 14px;
	padding: 5px;
	}
        
hr {
        width: 100%; 
        height: 2px;
        }
       

table {
	background-color: rgb(255, 153, 102);
	padding: 5px;
        border-spacing: 0px;
        border-radius: 3px;
        margin: auto;
        text-align: center;
        width: 95%;
		}
                
input {
	background-color: rgb(255, 230, 255);
		}
		
select {
	border: none;
	border-radius: 8px;
	padding: 3px;
        float: right;
        box-shadow: 3px 3px 6px rgb(102, 102, 102);
	font-size: 18px;
	}

div.content {
	border-width: 75px 10px 10px 10px;
        border-style: solid;
        border-color: rgb(255, 153, 102);
        border-radius: 20px;
        box-shadow: 5px 5px 8px rgb(102, 102, 102);
	max-width: 800px;
	padding: 20px;
	margin: auto;
	}

.topmenu {
	border: none;
	border-radius: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.1;
        height:50px;
        float:right;
        box-shadow: 3px 3px 6px rgb(51, 68, 34);
	}

.colorbland {
        background-color: rgb(255, 230, 255);
        }
        
.colormed {
        background-color: rgb(255, 153, 102);
        }        
        
.colorpop {
        background-color: rgb(204, 255, 102);
        }
        
.center {
        text-align: center;
        }

.indent {
        margin-left: 15%;
        }        

.tablegrdcomp {
        width: 40%;
        height:420px;
        display: inline-block;
        }
        
.tablenarrow {
        width: 50%;
        }
        
.inlinebig {
        font-weight: bold;
        font-size: 1.2em;
        }
        
.inlinetitle {
        font-weight: bold;
        font-size: 1.4em;
        }

.noleftmargin {
        margin-left: 0px;
        }
        
.titleobj {
 	margin-top:-93px;
        width: 100%;
        max-height: 73px;
       }
       
.insertobj {
        width: 100%;
        min-height: 700px;
       }
        
        
@media screen and (max-width: 605px) {
  .topmenu {display: none;}
  .titleexpendable {display:none;}
        }
        
@media screen and (min-width: 606px) {
  select {display: none;}
        }