/*TAG DEFINITION*/

h1 {
	font-size:18px;
	padding:0;
	line-height:22px;
	color: #e3007b;
}

h2 {
	font-size:16px;
	padding:0;
	line-height:18px;
}

h3 {
	font-size:14px;
	padding:0;
	line-height:16px;
}

p {
	font-size: 12px;
	line-height: 16px;
}

a, a:link, a:visited { 
	font-size:12px;
	font-weight:bold;
	color: #e3007b;
	text-decoration:none;
	line-height:16px;
}

a:hover, a:active {
	text-decoration:underline;
}

.nomargin {
	margin:0 !important;
}

/*CLASS DEFINITION*/

.small_text {
	font-size:10px;
	line-height:14px;
}

.normal_text {
	font-size:12px;
	line-height:16px;
}

.large_text {
	font-size:14px;
	line-height:16px;
}

.extralarge_text {
	font-size:14px;
	line-height:16px;
}

a.black_link, a.black_link:link, a.black_link:visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

a.black_link:hover, a.black_link:active {
	text-decoration:underline;
}

.title, .bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.image_border {
	border: 1px solid #e3007b;
	margin:5px;
	padding:0;	
}

.pink { 
	color: #e3007b;
}

.hrule, hr {
	/*border-top:1px solid #e3007b;*/
	line-height:44px;
	height:44px;
	padding:0;
	/*margin:0 14px 0 14px;*/
	background-image:url(../images/hrule.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
	clear:both;
	display:block;
}

* html .hrule, * html hr {
	background-image:url(../images/hrule.gif);
}
