/**Hyperlink **/
a:link,a:visited,a:active{color: #4f83b6;text-decoration: none}
a:hover{color: #6d6d6d;text-decoration: none}
/***** Common Formatting *****/
h1 	{font-size: 24px;font-weight: 100;letter-spacing: -2px}
h1.welcome 	{font-size: 26px;font-weight: 100;letter-spacing: -2px; color: #5178b3}
h2 	{color: #9d9d9d;font-size: 22px;font-weight: 100;letter-spacing: -2px; text-align: center; margin:8px 0px}
h3 	{color: #9d9d9d;font-size: 20px;font-weight: 100;letter-spacing: -2px}
h3.proptitle 	{color: #9d9d9d;font-size: 20px;font-weight: 100;letter-spacing: -2px}
h4 	{color: #9d9d9d;font-size: 18px;font-weight: 100;letter-spacing: -1px;line-height: 12px}
h5 	{color: #9d9d9d;font-size: 16px;font-weight: 100;letter-spacing: -1px;line-height: 12px}
p  {color: #13293f; line-height: 150%}
ul,ol			{list-style-type: none;padding: 0 0 18px 40px;line-height: 1.4}
blockquote		{margin: 22px 40px;padding: 0}
small			{font-size: 0.85em}
img				{border: 0}
sup				{position: relative;bottom: 0.3em;vertical-align: baseline}
sub				{position: relative;bottom: -0.2em;vertical-align: baseline}
acronym,abbr	{cursor: help;letter-spacing: 1px;border-bottom: 1px dashed}
.clearfront		{clear: both;padding-bottom: 10px}
/***** Global Classes *****/
.clear 			{clear: both}
.float-left 	{float: left}
.float-right 	{float: right}
.text-left 		{text-align: left}
.text-right 	{text-align: right}
.text-center 	{text-align: center}
.text-justify 	{text-align: justify}
.bold 			{font-weight: bold}
.italic 		{font-style: italic}
.underline 		{border-bottom: 1px solid}
.highlight 		{background: #ffc}
.wrap 			{width: 990px;margin: 0 auto; text-align: left}
.img-left 		{float: left;margin: 4px 10px 4px 0}
.img-right 		{float: right;margin: 4px 0 4px 10px}
.nopadding 		{padding: 0}
.noindent 		{margin-left: 0;padding-left: 0}
.nobullet 		{list-style: none;list-style-image: none}