/* PETITPRINTING.COM OFFICIAL STYLING */
 
.headline  		{ 	color : #DE353F;
    				font-family : "Times New Roman", Times, serif;
    				font-size : 24px;
    				line-height: 100% ;
    				font-weight: normal;		}
  
.text	 		{ 	color : #000000 ;
    				font-family : Arial, Helvetica, sans-serif;
    				font-size : 11px;
    				line-height: 160% ;		}
.subnead	 		{
	color : #837A6F;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	line-height: 160%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.submission	 		{
	color : black;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	line-height: 160%;
	text-transform: none;
	letter-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DE353F;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.submission_box	 		{
	color : black;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	line-height: 160%;
	text-transform: none;
	letter-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #837A6F;
}
    				
.textblack 		{
	color : #DE353F;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 160%;
	font-weight: bold;
}
    				
.textwhite  	{ 	color : #ffffff ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 10px ;
    				line-height: 160% ;		}
 
.footer   		{
	color : #000000;
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}
    				

#content {
	padding:15px;
	padding-right: 100px;
	padding-left: 100px;
	border-bottom:1px solid #837A6F;
	border-top: 1px solid #837A6F;
	}
    
/* LINK STYLING */
                  		
a:link       	{
	color: #DE353F;
	font-family : Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}
                  
a:hover       	{
	color: #776E66;
	font-family : Arial, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}
 
a:visited  		{
	color: #DE353F;
	font-family : Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}
                  

  
/* GENERIC STYLING */
 
body   			{ 	background : #AFA395 ;
    				font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 9px ;
    				line-height: 140% ;
    				margin-top : 0px ;
    				margin-bottom : 0px ;
    				margin-left : 0px ;
    				margin-right : 0px ; 	}
 
b, strong  		{ 	font-weight : bold ; 	}
 
cite   			{ 	font-style : normal ; 	}
 
i, em   		{ 	font-style : italic ; 	}
 
u   			{ 	text-decoration : underline ; 	}
 
h1   			{ 	color : #003399 ;
					font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 20px ;
    				margin-bottom : 5px ; 	}
 
h2   			{ 	color : #003399 ;
					font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 18px ; 	}
 
h3   			{ 	color : #003399 ;
					font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 15px ; 	}
 
h4   			{ 	color : #003399 ;
					font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ; 	}
 
h5   			{ 	color : #003399 ;
					font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ;
    				margin-left : 10px ; 	}
 
h6   			{ 	color : #003399 ;
					font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 13px ;
    				margin-left : 20px ; 	}
 
code   			{ 	font-family : Courier, "Courier New", fixed-width, monospace ;
    				font-size : 9px ; 	}
 
pre   			{ 	font-family : Courier, "Courier New", fixed-width, monospace ;
    				font-size : 9px ;
    				line-height : 140% ; 	}
 
td   			{ 	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
    				font-size : 12px ; 	}
 
input, select, textarea 	{  	font-family : Arial, Helvetica, sans-serif ;
    							font-size : 11px ;
    							margin-top : 3px ;
    							margin-bottom : 3px ;
    							color : #000000 ; 	}
 
 
 
 
 
 
 
 
