/* #<H> Tags# */

h1 {font-weight: bold;
	text-transform: uppercase;
	color: #45698a;
	font-size: 20px;
	margin-bottom: 20px;
	}

h2 {	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #45698a;
	margin-bottom: 1px;
	margin-top: 15px;
	}


h3 {color: #45698a;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-right: 17px;
  	margin-bottom: 1px;
	margin-top: 8px;
	}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	}

/* #Non <H> Headings# */

.Heading1{
	font-weight: normal;
	color: #45698a;
	font-size: 26px;
	margin-bottom: 20px;
}
.Heading2{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #45698a;
}
.Heading3{
	color: #45698a;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-right: 17px;
}

/* #Highlights# */

.Highlight3{
	font-weight: bold;
	font-size: 12px;
	color: #45698a;
}

.Highlight2{
	font-weight: bold;
	font-size: 14px;
	color: #45698a;
}

.Highlight1{
	font-weight: bold;
	font-size: 14px;
	color: #45698a;
	padding:5px;
	background-color:#DDD;
}

/* #Misc Styles# */

.ErrorLabel{
    font-weight:bold;
}

.Copyright{
	font-size:10px;
	color:#BBB;
	}