/* Header Text Styles
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-family	: Arial, Sans;
	font-weight: normal; 
}

h1 { 
	color: #e7a1c6; 
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 { 
	color: #ae016e; 
	font-size: 30px; 
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 30px; 
}

h3 { 
	color : #ae016e;
	font-size : 14px;
	font-weight : bold;
	line-height : 18px;
	margin-bottom : 10px;	
}

h4 { 
	color: #666666; 
	font-size: 14px; 
	line-height: 15px; 
	font-weight: bold;
	margin-bottom: 5px;
}

h5 { 
	color: #222222; 
	font-size: 9px; 
	font-weight: normal; 
	margin-bottom: 15px; 
}

h6 { 
	color: #222222; 
	font-size: 8px; 
	font-weight: bold; 
	margin-bottom: 15px; 
}

/* Paragraph
-----------------------------------------------------------------------------*/

.par {
	margin-bottom: 20px;
}

.text {
	line-height: 20px;
}

.par.last {
	margin-bottom: 0px;
}


/* Superscript
-----------------------------------------------------------------------------*/

sup,
sub {
	height: 0;
	line-height: 1px;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* Unordered List
-----------------------------------------------------------------------------*/

ul.list li {
	font-size: 13px;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

ol.list li {
	color: #c3057c;
	font-size: 13px;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 15px;	
}

ol.list li a {
	color: #c3057c;
}

/* General Text Styles
-----------------------------------------------------------------------------*/

a:link,
a:visited,
a:active,
a:hover	{
	color: #d1148a;
}

a:hover {
	color: #d1148a;
	text-decoration	: underline;
}

.link {
	color: #d1148a;
	cursor: pointer;
}

.link:hover {
	color: #d1148a;
	text-decoration	: underline;
}

.f12 {font-size: 12px;}
.f11 {font-size: 11px;}
.f10 {font-size: 10px;}

.fl {float: left;}
.fr {float: right;}
.fn {float: none;}

.fwn {font-weight: normal;}
.fwb {font-weight: bolder;}
.fsi {font-style: italic; }

.fcr {color: red; }
.fcg {color: green; }

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
.clear {clear: both;}

.tar {text-align: right;}
.tal {text-align: left;}
.tac {text-align: center;}

.di {display: inline;}
.db {display: block;}
.dn {display: none;}