body 
{
    font-family: Verdana, Arial, Sans-Serif, Times New Roman;
    font-size: 0.8em;
    color: Black;
    background-color: #ffffff;        
}



h1 
{
    font-size: 1.2em; 
    font-weight: bold; 
    color: #A00909; 
    padding: 0px; 
    margin: 0px;
}

h2 
{
    font-size: 1em; 
    font-weight: bold;     
    padding: 0px; 
    margin: 5px 0px 10px 0px;
}

h2.intro
{
    margin-bottom: 0px;    
}

h2.intro2
{
    margin-bottom: 0px;   
    margin-right: 0px; 
    float: left;
}

p 
{
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px;
}

a  
{
    color:#ED0808;
    font-weight:bold;    
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: Verdana, Arial, Sans-Serif, Times New Roman;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 700px;
  width: 660px; 
  text-align:left;
}

form fieldset {  
  border-color: #ED0808;
  border-width: 3px;
  border-style: solid;
  padding: 10px;      
  margin: 0px;
  page-break-after:always;
}

form fieldset legend {
	font-size:12px; 
    font-weight:bold; 
    color: #A00909;
}

form br {
	clear:left;
}

.loginheading
{
    font-size: 1em; 
    font-weight: bold;     
    padding: 10px; 
    margin: 10px 10px 10px 0px;
}
.logintextbox
{
	width: 200px;
}
.loginpanel
{
	 text-align:center;
}
.login
{
	 text-align:left;
}

.button 
{
     background-color: #ED0808;
     color: #ffffff;
     font-size: 14px;
     font-weight: bold; 
     border: solid 2px #000000;
     float: right;
     margin-right: 20px;
}

.button2
{
     background-color: #ED0808;
     color: #ffffff;
     font-size: 14px;
     font-weight: bold; 
     border: solid 2px #000000;
     float: right;
     margin-right: 0px;
}

.divimg 
{
    width: 660px;
    border-top: solid 5px #ED0808; 
    border-bottom: solid 5px #ED0808;  
    margin-bottom: 10px;   
    text-align: center;
}

#divWrapper {margin:0 auto; text-align:center; width: 660px;} 
#divContent {text-align:left; width: 660px;} 
       
#tooltip {color: #ED0808; 
    text-decoration:none; 
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ED0808;  
    padding: 0;
    margin: 0; 
    font-weight: normal;         
}

#tipDiv 
{
    color: #000000;
    background-color: InfoBackground;
    border-width: 1px;   
    border-color: infotext;
    border-style: solid;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
}

.pagingTable 
{   
    border-top: solid medium #A00909;
    border-bottom: solid medium #A00909;
    border-left: none;
    border-right: solid 1px #ffffff;
    width: 100%;    
}

.pagingTableHeader TH
{
     background-color:#A00909;      
     font-size: 1.2em;
     font-weight: bold;
     padding: 5px 10px 10px 5px;
     border-top: solid medium #A00909;
     border-bottom: solid medium #A00909;
     border-left: none;
     border-right: solid thin #ffffff;
}

.pagingTableHeader {color:#ffffff;}
.pagingTableHeader A:link{color:#ffffff; text-decoration:none;}
.pagingTableHeader A:active{color:#ffffff; text-decoration:none;}
.pagingTableHeader A:visited{color:#ffffff; text-decoration:none;}

.pagingTableColumn
{
    padding: 5px 10px 10px 5px;
    border: none 0px;
    border-bottom: solid thin #A00909;
    font-size: 0.9em;
}

.pager 
{
    border-right: none;
    border-left: none;
    text-align: right;
}

.pager TD
{   
     text-align: right;
     border-right: none;
     border-left: none;
}

.pager TR TD table
{   
    text-align: right;
    border-right: none;
    border-left: none;
}

.pager TR TD table TR TD
{   
    border-right: none;
    border-left: none;
}


