  body { 
  	margin: 20px 0pt;
    padding: 0pt;
    background: url(../images/background.gif);
	background-attachment: fixed;
	background-repeat: inherit;
    font-size: 1em;
    }
    
    .clr
    {
        clear:both;        
    }

  p, span, div, h1, h2, h3, h4, h5, h6, a, table, td, tr, form, label, input, textarea, select { 
  	margin: 0pt;
    padding: 0pt;
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(77, 77, 77);
    }

  ol, li { 
  	font-size: 11px;
    color: rgb(77, 77, 77);
    }

  td { 
  	font-size: 11px;
    }

  label { 
  	font-size: 11px;
    font-weight: bold;
    color: rgb(77, 77, 77);
    }

  input { 
  	font-size: 11px;
    font-weight: normal;
    }
    
  textarea { 
  	font-size: 11px;
    font-weight: normal;
    }
    
  select { 
  	font-size: 11px;
    font-weight: normal;
    }

  a.email:link { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    text-decoration: none;
    }

  a.email:visited { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    text-decoration: none;
    }

  a.email:hover { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    text-decoration: underline;
    }

  a.email:active { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    text-decoration: none;
    }

  a.topnav:link { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    }

  a.topnav:visited { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    }

  a.topnav:hover { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    }

  a.topnav:active { 
  	color: rgb(15, 28, 159);
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    }

  .topmenubg { 
  	margin: 0pt;
    padding: 0pt;
    background-image: url(../images/menu_bg.gif);
    height: 57px;
    }

  .blue_bg { 
  	margin: 0pt;
    padding: 0pt;
    background: rgb(15, 28, 159) none repeat scroll 0%;
    }

  .welcome_text { 
  	background: rgb(15, 28, 159);;
    }

  .welcome_text p { 
  	margin: 0pt;
    padding: 10px 10px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 17px;
    font-size: 1em;;
    }

  .below_menu { 
  	border-bottom: 1px solid rgb(166, 166, 166);
    margin: 0pt;
    padding: 5px 15px 4px;
    background: rgb(192, 192, 192);
 
    }

  .below_menu_none { 
  	border-bottom: 1px solid rgb(166, 166, 166);
    margin: 0pt;
    background: rgb(192, 192, 192);
    height: 3px;
    }

  .content { 
  	border-left: 1px solid rgb(190, 190, 190);
    border-right: 1px solid rgb(190, 190, 190);
    background: rgb(255, 255, 255) none repeat scroll 0%;
    }

  .content p { font-size: 11px;
    color: rgb(0, 0, 0);
    }

  .content_footer { 
  	border-bottom: 1px solid rgb(190, 190, 190);
    background: rgb(255, 255, 255);
    }

  .text_footer { 
  	background: transparent;
    font-size: 11px;
    color: rgb(166, 166, 166);
    }


h2.imageListHeader
{
    clear:both;
    font-size:20px;    
    margin-top:20px;
    margin-bottom:0px;        
}


ul.imageList
{    
    list-style:none;
    padding:20px;
    display:none;
    margin:0px;
}

ul.imageList li
{    
    float:left;    
    line-height:60px;
    height:60px;
    width:75px;
    border:1px solid #efefef;
    margin:1px;
    text-align:center;    
    cursor:hand;
    cursor:pointer;
}
    ul.imageList li img
    {                    
        vertical-align:middle;        
    }
        
    ul.imageList li.imageSelected
    {
        border:1px solid gray;
    }    
    
    div#imageSelected
    {        
        text-align:right;
        padding:10px;
        border:1px solid #efefef;
        margin-bottom:10px;
    }
