/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

.title_yellow  { font-family: "Arial","Verdana","sans-serif"; font-size: 16pt; color: #FFCC00; font-weight: bold; font-style: normal; }
.title_light_yellow  { font-family: "Arial","Verdana","sans-serif"; font-size: 9pt; color: #FFF799; font-weight: bold; font-style: normal; }
.title_blue  { font-family: "Arial","Verdana","sans-serif"; font-size: 12pt; color: #003798; font-weight: bold; font-style: normal; }
.title_white  { font-family: "Arial","Verdana","sans-serif"; font-size: 9pt; color: #FFFFFF; font-weight: bold; font-style: normal; }
.title_black  { font-family: "Arial","Verdana","sans-serif"; font-size: 10pt; color: #000000; font-weight: bold; font-style: normal; }
.title_dark_gray12  { font-family: "Arial","Verdana","sans-serif"; font-size: 12pt; color: #464646; font-weight: bold; font-style: normal; }
.title_dark_gray  { font-family: "Arial","Verdana","sans-serif"; font-size: 10pt; color: #464646; font-weight: bold; font-style: normal; }
.title_gray  { font-family: "Arial","Verdana","sans-serif"; font-size: 9pt; color: #636363; font-weight: bold; font-style: normal; }

.bodytext_gray_justify  { font-family: "Arial","Verdana","sans-serif"; font-size: 9pt; color: #636363; text-align: justify; font-style: normal; }
.bodytext_gray  { font-family: "Arial","Verdana","sans-serif"; font-size: 9pt; color: #636363; font-style: normal; }
.bodytext_dark_gray  { font-family: "Arial","Verdana","sans-serif"; font-size: 8pt; color: #464646; font-weight: bold; font-style: normal; }
.bodytext_white  { font-family: "Arial","Verdana","sans-serif"; font-size: 9pt; color: #FFFFFF; font-style: normal; }

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 100%;
}

h6 {
		 margin: 0 0 5px 0;
		 font-family: "Arial","Verdana","sans-serif";
		 font-size: 9pt;
		 color: #636363;
		 font-style: normal;
		 line-height: 100%;
	   }
	   
h5 {
		 margin: 0 0 15px 0;
         font-family: "Arial","Verdana","sans-serif";
		 font-size: 8pt; 
		 color: #858585; 
		 font-style: normal;
		 line-height: 100%;
	   }

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}
