﻿

/*// html defaults ////*/ 

body {
   background:#EDF7FB url(../gfx/bg.jpg) repeat-x;
   margin:0;
   font-family:Arial;
   font-size:11px;
   color:#666;
   line-height:16px;
   }
        
        
ul {
   margin:0;padding:0; list-style:none;
   }

ul li {
   margin:0;padding:0;
   }
   
h1
{
    font-family:Arial;
    font-size:17px;
    /*font-weight:bold;*/
    color:#0C0B44;
    margin:0 0 12px 0;
}

h2
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#7BA622;
    margin:0 0 10px 0;
}

h3
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    margin:0 0 6px 0;
}
   
   
h4
{
	font-size: 11px;
    margin:0;
}


h5 
{
    width:auto;
    color:#0C0B44;
    margin:0px;
    font-size:11px;
    font-weight :bold;
}
  
h5 a 
{
     color:#0C0B44;
 
 }
  
  h5 a:hover 
{
     color:#0C0B44;
      text-decoration:underline; 
 }
  
  
  
  
img 
{
    display:block;
    width:auto;
    border:0;
   
}

hr 
{
    clear:both;
    padding:0;
    height:1px;
	border:0;
	border-bottom:1px dotted #CCC; 
}


p
{
    margin:0px 0 8px 0;
}

select
{
    font-family:Arial;
    font-size:11px;
    color:#666;
    width:140px;
    margin-bottom:5px;
}


 a 
  {
     color:#0889AF;
     text-decoration:none;
  }
  
  a:hover 
  {
     color:#666;
     text-decoration:none;
  }
 
 
 /*// end html defaults ////*/ 
 
 
 hr2 
{
    clear:both;
    padding:0;
    height:1px;
	border:0;
	border-bottom:2px dotted #CCC; 
}
/*
.backToTop a

{
    color:#256279;
    text-decoration:none;
    float:right;
 
    margin:0 0 10px 0;
}



.backToTop a:hover

{
    color:#666;
    text-decoration:none;
}
*/




.backToTop
{
   width:60px;
   line-height:10px;
   display:block;
   margin:0;
   padding-left:15px; 
   color:#ccc;
   text-decoration:none;
   float:right;
   background:url(../gfx/buttons/but_topArrow.jpg) no-repeat;
   zborder:1px solid red;
}


/* labels */
.msgLabel
{
	background-color: #ffffe1;
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-bottom: 10px;
}

/* lists */
.bulletList
{
	list-style-type: circle;
	margin-left: 20px;
}
