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

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

h1 { 
	color: #5c5c5c; 
	font-size: 22px;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 6px; 
}

h2 { 
	color: #5c5c5c; 
	font-size: 30px; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 30px;
}

h3 { 
	color: #5c5c5c; 
	font-size: 20px; 
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px; 
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
}

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

.par {
	margin-bottom: 18px;
}

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

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

a:link,
a:visited,
a:active,
a:hover	{
	color: #000000;
	text-decoration: underline;
}

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

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

.link:hover {
	color: #edd671;
	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;}