a:link, a:visited, a:active {
	color:#bc8b24;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#124867;
}


h1 {
	font-family: Arial, Helvetica;
	color: #124867;
	font-size:2.0em;
	line-height: 1.4em;
	letter-spacing: -1px;
	word-spacing: normal;
	font-weight: bold;
	clear:both;
}

h2 {
	font-family: Arial, Helvetica;
	color: #124867;
	font-size:1.8em;
	line-height: 1.2em;
	letter-spacing: -1px;
	word-spacing: normal;
	font-weight: bold;
	clear:both;
}

h3 {
	font-family: Arial, Helvetica;
	color: #124867;
	font-size:1.6em;
	line-height: 1.0em;
	letter-spacing: -1px;
	word-spacing: normal;
	font-weight: bold;
	clear:both;
}

h4 {
	font-family: Arial, Helvetica;
	color: #124867;
	font-size:1.4em;
	line-height: 0.8em;
	letter-spacing: -1px;
	word-spacing: normal;
	font-weight: bold;
	clear:both;
}

h5 {
	font-family: Arial, Helvetica;
	color: #124867;
	font-size:1.2em;
	line-height: 0.6em;
	letter-spacing: -1px;
	word-spacing: normal;
	font-weight: bold;
	clear:both;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.center
{
	text-align:center;
}

/*****************
  COLORS
******************/

.white
{
	color:white;
}

.red
{
	color:red;
}

.darkblue
{
	color:#124867;
}

.bold
{
	font-weight:bold;
}

.big
{
	font-size:1.3em;
}

.bigger
{
	font-size:1.5em;
}

.biggest
{
	font-size:1.7em;
}
