
	














@charset "utf-8";

h1,.h1 {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}

h1 {
margin: 0px;
padding: 0px;
}

h2,.h2 {
	font-size:14px;
	font-weight:bold;
}


/* colors */

.blue {
	color:#0473B2;
}

.white {
	color:#FFFFFF;
}

.green {
	color:#4FA544;
}

/* misc styles */

.date,
.txt_sml,
.small {
	font-size:10px;
}

.bold {
	font-weight:600;
}

.uc {
	text-transform: uppercase
}

/* link styles */

a.blue:link,
a.blue:active,
a.blue:visited,
a.blue:hover{
	color:#0473B2;
}

a.white:link,
a.white:active,
a.white:visited,
a.white:hover{
	color:#FFFFFF;
}

a.green:link,
a.green:active,
a.green:visited,
a.green:hover{
	color:#4FA544;
}
a.greenTxtBold:link,
a.greenTxtBold:active,
a.greenTxtBold:visited,
a.greenTxtBold:hover{
	font-family:'Trebuchet MS',Arial, sans-serif;
	font-size:12px;
	color:#4FA544 !important;
	font-weight:bold !important;
}
a.blueTxtBold:link,
a.blueTxtBold:active,
a.blueTxtBold:visited,
a.blueTxtBold:hover{
	font-family:'Trebuchet MS',Arial, sans-serif;
	font-size:12px;
	color:#0473B2 !important;
	font-weight:bold !important;
}
.gray-link a:link, .gray-link a:visited, .gray-link a:active{color:#A9A9A9 !important; cursor:text !important;}
/* navigation elements */


/*  form elements */
select, input {
	color:#0473B2;
}

select {
	height:24px;
	vertical-align:middle;
	line-height:18px;
}
