/* text styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #667071;
}

h1 { font-size: 130%; font-weight: normal;  color: #006699;  padding-bottom: 10px;}
h2 { font-size: 115%; color: #bd5a3d; padding-bottom: 10px; font-weight: bold;}
h3 { font-size: 110%; color: #bd5a3d; padding-bottom: 10px; font-weight: bold;}


a { text-decoration: none; 	font-weight: bold;
 }
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #f17d21;	 text-decoration: underline;
}
a:active {
	color: #f17d21;	
}

ul
{
	list-style-image: url(../assets/images/_layout_images/bullet.gif);
line-height: 150%;
}

.smalltext { font-size: 80%; }
.hilite {font-weight: bold;}

.message { color: #f00; font-style: italic; font-size: 90%; }

.bg1 { background-color: #ffffff;}
.bg2 {background-color: #f4f4f4; }

.imgframe {
	border: 5px solid #fff;
}

.imgicon { padding-right: 10px;}

.formfieldlabel { font-weight: bold;}
.forminput { border: 1px solid #cccccc; padding: 2px; }
.forminputon { border: 1px solid #F00; padding: 2px;}
.formbutton { padding: 4px; color: #fff; background: #006699; }
