/* to be used for sitewide fonts -> implemination to follow*/


h1{
color:#0066FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}

h2{
font-size:16px;
color:#0099CC;
font-weight:700;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3{
font-size:15px;
color:#0066FF;
font-weight:700;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h4{
font-size:13px;
color:#0066FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
}

h5{
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

.bold{
font-weight:bold;
}

.bolder{
font-weight:bolder;
}

.burg_important {
	color: #993333;
	font-weight: 700;
}

.red_important {
	color:#FF3300;
	font-weight: 700;
}

.green_important {
	color:#009966;
	font-weight: 700;
}

/* LINK FONTS */
.align_right{
text-align:right;
}
.green_link a{
color:#006633;
}

