/*
 
 
 
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.papersize
{
width: 100%;
display:block;
padding-top:10px;
}
.papersize h4
{
padding-left:2%;
}
.papersize a
{
 text-decoration: none!important;
}
      
    
    
  .clearborder
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    clear:both;
}        
   .papersize .left
{
    width: 76%;
    padding-left:2%;
    padding-top:2%;
    padding-bottom:2%;
    float:left;
    
    
    position:relative;
}
.papersize .right
{
width: 20%;
padding-right:2%;
padding-top:2%;
padding-bottom:2%;
float:left;
   
position:relative;
}

.bggray
{
     background-color:#AFAFAF;
     color:white;
     display:block;
     min-height:30px;
    }
    
    
.leftborder
{
     
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #AFAFAF;
}

.rightborder
{
    
        border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #AFAFAF;}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) 
	{
	   
	    }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) 
	{
	  
	    
	    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) 
	{
	    
	     
	    }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px)  {
	
	
}
 
  

	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px)
	 {          
	                                             
	}

 
 

@font-face {
    font-family: 'bell_gothic_black';
    src: url('../fonts/ufonts.com_bell_gothic_black.eot');
    src:  url('../fonts/ufonts.com_bell_gothic_black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 
 @font-face {
    font-family: 'bell_gothic_light';
    src: url('../fonts/ufonts.com_bell_gothic_bold.eot');
    src:url('../fonts/ufonts.com_bell_gothic_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 