/* CSS Document */

.h1 {
    color: #333333;
	font-weight: bold;
	font-size: 20px;	 
}
.h2 {
    color: #333333;
	font-weight: bold;
	font-size: 16px;	 
}
.h3 {
    color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.white { color: #FFFFFF }
.white_bold { color: #FFFFFF; font-weight: bold }
.black { color: #000000 }
.black_bold { color: #000000; font-weight: bold }
.red { color:#FF3300 }
.red_bold { color: #FF3300; font-weight: bold }
.blue { color: #0000FF }
.blue_bold { color: #0000FF; font-weight: bold }
.gray { color: #666666 }
.gray_bold { color: #666666; font-weight: bold }
.f10 { font-size: 10px }
.f12 { font-size: 12px }
.f14 { font-size: 14px }
.f16 { font-size: 16px }
.f18 { font-size: 18px }
.f20 { font-size: 20px }
.header { color: #8f360b }
.footer { color: #003333 }

