@charset "utf-8";
/* CSS Document */


   body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	background-color: #0a3d74; /* #383640*/
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
              }


   a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0a3d74;
	text-decoration: none;
                        }
						
						
	a:hover {text-decoration:underline; 
	             color:#7221d5; 
				 }		
				 

  .linedivide {
	border-top: 1px solid #CCCCCC; padding-top: 2px;
	}
	
	
   .titleemphasis  {color:#F00;
             font-weight: bold;
			 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			 font-size:18px;
               }
			   
 .attentionbox {
		border: double 1px #FC0;
		background:#F4F4F4;	
		width:400px;
				}
