/*--------------- structure --------------- */

.uh_border {
	border: 1px solid #CCCCCC; 
	border-bottom: solid 1px #999999;
}

.uh_cldsBkgd {
	border: 1px solid #CCCCCC; 
	border-bottom: solid 1px #999999;
	background-image: url(../images/clds.gif);
}


/*--------------- text --------------- */

.uh_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.uh_textLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

.uh_textCloud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #00529B;
	margin-bottom: -6px;
	color: #4b4b4b;
}

.uh_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.uh_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
}

.formText {    font-family: Arial, Helvetica, sans-serif;     font-size: 12px;     line-height: 14px; 	font-weight: bold;
	color: #00529B;
}
/*--------------- custom headings (exactly like heading tags below... h1, h2, etc)  --------------- */

.uh_heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #00529B;
	margin-bottom: -6px;
}
.uh_heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #00529B;
	margin-bottom: -8px;
}
.uh_heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #00529B;
	margin-bottom: -8px;
}

.uh_heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #00529B;
}
.sidebucketHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000033;
}
	
/*--------------- hyperlinks --------------- */

a {
	color: #006600;
}

.uh_link {
	color: #006600;
}


.uh_linkUnderline {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

.uh_linkNoUnderline {
	color: #006600;
	text-decoration: none;
}

.uh_linkBoldNoUnderline {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

/*--------------- navigaton --------------- */

.uh_navTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #548130;
	font-weight: bold;
	text-decoration: none;
}

.uh_navTopSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.uh_bodybkgd {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #465874;
}

/*--------------- modified html tags --------------- */


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


ul {
	list-style-image: url(../images/greenbullet.gif);
	list-style-type: square;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #00529B;
	margin-bottom: -6px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #00529B;
	margin-bottom: -8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #00529B;
	margin-bottom: -8px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #00529B;
}

strong {
	font-weight: bold;
	color: #000000;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

