/* Text Colors */
.dark_grey { color: #202020; }
.red { color: #e12f12; }
.blue1 { color: #0f1c47; }


/* Text Formats */
.italic {font-style: italic;}
.normal {font-weight: normal; letter-spacing: 0px; font-style: normal; text-transform: none; }
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}

/* Text Sizes */
.s8 {font-size: 8px;}
.s9 {font-size: 9px;}
.s10 {font-size: 10px;}
.s11 {font-size: 11px;}
.s12 {font-size: 12px;}
.s13 {font-size: 13px;}
.s14 {font-size: 14px;}
.s15 {font-size: 15px;}
.s16 {font-size: 16px;}
.s17 {font-size: 17px;}
.s18 {font-size: 18px;}
.s19 {font-size: 19px;}
.s20 {font-size: 20px;}
.s21 {font-size: 21px;}
.s22 {font-size: 22px;}
.s23 {font-size: 23px;}
.s25 {font-size: 25px;}
.s27 {font-size: 27px;}
.s30 {font-size: 30px;}
.s55 {font-size: 55px;}

.l12 {line-height: 12px !important;}
.l14 {line-height: 14px !important;}
.l16 {line-height: 16px !important;}
.l18 {line-height: 18px;}
.l20 {line-height: 20px;}
.l22 {line-height: 22px;}
.l38 {line-height: 38px;}
.l65 {line-height: 65px;}


.zindex10 { z-index: 10; }
.zindex11 { z-index: 11; }
.zindex12 { z-index: 12; }

/* Margins */
.no_margin {
	margin: 0 !important;
}

/* Font Families */
.georgia { font-family: Georgia, "Times New Roman", Times, serif; }

/* List Styles */
.list_style_01 li {
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	background: url(../images/global/bullet_red.png) 0 6px no-repeat;
	padding-left: 10px;
	margin-bottom: 4px;
}
.list_style_01 li a {
	color: #505050;
}