@charset "utf-8";
/* CSS Document */


.pdf-link {
       background:url(im/pdf.gif) bottom left no-repeat;
	   padding: 3px 0 7px 35px;
	   height:auto;
	   line-height:1.5em;
	   display:block;
	   border-bottom:#999999 1px dashed;
	   border-top:#999999 1px dashed;
	   width:93%;
	  
}

a:hover.pdf-link  {
     background:#DDDDDD url(im/pdf.gif) bottom left no-repeat;
	 display:block;
	 width:93%;
	 
}


.word-doc-link {
       background:url(im/word.gif) bottom left no-repeat;
	   padding: 3px 0 7px 35px;
	   height:auto;
	   line-height:1.5em;
	   display:block;
	   border-bottom:#999999 1px dashed;
	   border-top:#999999 1px dashed;
	   width:93%;
	  
}

a:hover.word-doc-link  {
     background:#DDDDDD url(im/word.gif) bottom left no-repeat;
	 display:block;
	 width:93%;
	 
}

.alignright {

float:right;
margin:0 0 10px 15px;
display:inline;
}

.alignleft {

float:left;
margin:0 15px 10px 0;
display:inline;
}

.centered {

display:block;

margin-left:auto;

margin-right:auto;

