/*-------------- Common ---------------- */

h1, h2, h3, h4, h5, h6
 					{ font-weight: normal; color:#EE2656;text-transform:uppercase;}
h3, h4, h5, h6
{
	color:#333;
}
				
h1 				{ font-size: 14px; line-height: 20px; margin-bottom: 10px;  font-weight:bold;letter-spacing:1px;} 
h2 				{ font-size: 12px; line-height: 18px; margin-bottom: 10px; font-weight:bold}
h3					{ font-size: 12px; line-height: 18px; margin-bottom: 10px; font-weight:bold }
h4, h5, h6		{ font-size: 12px; line-height: 18px; margin-bottom: 10px; font-weight:bold }

p, pre, code, label, th, td, dd, dt, select, li
					{ font-size: 13px; line-height: 1.6; margin-bottom: 10px }	
				
ul, ol			{ margin-bottom: 18px }
ul 				{ list-style: disc }
ol 				{ list-style: decimal }
li	 				{ margin-left: 36px; margin-bottom: 2px; color: #4c4c4c; }
li p 				{ color: #4c4c4c; }

legend			{ display: none }
 
small 			{ font-size: 9px }
 
sup 				{ position:relative; bottom: 3px; vertical-align: baseline }
sub 				{ position:relative; bottom: -2px; vertical-align: baseline }
 
acronym, abbr 	{ cursor: help; letter-spacing: 1px; border-bottom: #999 1px dashed }
label 			{ cursor: pointer }

/*---------------- Fonts -----------------*/

h1, h2, h3, h4, h5, h6
 					{ font-family: Verdana, Helvetica, sans-serif }
p, a, pre, label, th, td, li, div, span
					{ font-family: Verdana, Helvetica, sans-serif;font-size:12px;} 			
				
/*---------------- Links -----------------*/

a:link, a:visited, a:active
					{ font-weight: normal; text-decoration: underline; color: #333333; font-size: 12px }
a:hover			{color:#AC7E2F;}
a img				{ border: none }

/*----------- Global Classes -------------*/

.clear			{ clear: both }
.floatLeft		{ float: left }
.floatRight		{ float: right }

.textLeft		{ text-align: left }
.textRight		{ text-align: right }
.textCenter		{ text-align: center }
.textJustify	{ text-align: justify }

.bold				{ font-weight: bold !important }
.italic			{ font-style: italic }
.underline		{ border-bottom: 1px solid }
.highlight		{ background: #ffc }

.noPadding		{ padding: 0 }
.noMargin		{ margin: 0 !important }
.noIndent		{ margin-left: 0; padding-left: 0 }
.noBullet		{ list-style: none; list-style-image: none }
.noBorder		{ border: none !important }
.noBg				{ background: none !important}
.noRPadding		{ padding-right: 0 !important }
.noLPadding		{ padding-left: 0 !important }

