body{
	margin: 0 auto;	
	background-repeat: no-repeat;
	background-size: 100% 720px;
     font-family:Arial; 
}

/* unvisited link */
.a:link {
  color: blue;
  font-size: 12px;    
}

/* visited link */
.a:visited {
  color: green;
}

/* mouse over link */
.a:hover {
  color: hotpink;
}

/* selected link */
.a:active {
  color: gray;
}

.PageSubTitle {
    color:#9900cc;
    font-family:Arial; 
    font-size:14 pt;
    font-weight:bold;
}

.PageTitle {
    color:1a96f4;
    font-family:Arial; 
    font-size:18 pt;
    font-weight:bold;
}


ul { margin: 5px 0; }

.actionbtn {
    font-size: 11px;
    padding: 2px 2px;
    text-align: center;
    color: white;
    background: #117ccc;
    border:none;
    border-radius: 3px;
    vertical-align: top;
}

.actionbtn2 {
    font-size: 12px;
    padding: 2px 2px;
    text-align: center;
    color: white;
    background: orange;
    border:none;
    border-radius: 3px;
    vertical-align: top;
}

.actionbtnmenu {
   font-size: 10px;
    padding: 1px 1px;
    text-align: center;
    color: white;
    background: #117ccc;
    border:none;
    border-radius: 5px;
    vertical-align: top;
}

.actionbtn_fullwidth {
    width: 100%;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
    color: white;
    background: #117ccc;
    border:none;
    border-radius: 2px;
    vertical-align: top;
}

.tabledata{
    font-family: "Arial";
    font-size: 11px;
    padding: 2px 10px;	
}


.tabledata12{
    font-family: "Arial";
    font-size: 14px;
    padding: 5px 5px;

}


.tabledata_small{
    font-family: "Arial";
    font-size: 10px;
}


.table_header {
    font-family:Arial; 
    font-size: 12px;
    background: "orange";
    padding: 10px;   
    border-spacing: 10px;
}

.navbar{
  min-height:20px; //* or whatever height you require
}
    


