/*link styles*/
a:link 			{ color: #3F3FB9; text-decoration: none; font-weight:bold; }
a:visited 		{ color: #3F3FB9; text-decoration: none; font-weight:bold; }
a:hover 		{ color: #3F3FB9; text-decoration: underline; font-weight:bold; }
a:active 		{ color: #3F3FB9; text-decoration: none; font-weight:bold; }

/*html tag styles*/
body  			{ font-size: 12px; }
h1 			{ color: #000000; font-size: 18px; font-weight: bold; line-height: 28px; letter-spacing: +.1px }
h2 			{ color: #666666; font-size: 16px; font-weight: bold; line-height: 22px; letter-spacing: +.1px }
h3, h4, h5		{ color: #333366; font-size: 14px; font-weight: bold; line-height: 16px; letter-spacing: -.5px }

/*class styles*/
.normal			{ color: #3D3D3D; font-size: 12px; font-family: "Trebuchet MS", sans-serif; line-height: 19px; }
.footer			{ color: #7C8194; font-size: 11px; font-family: "Trebuchet MS", sans-serif; line-height: 85px; }
.footer a:link 			{ color: #7C8194; text-decoration: none; font-weight:normal; }
.footer a:visited 		{ color: #7C8194; text-decoration: none; font-weight:normal; }
.footer a:hover 		{ color: #7C8194; text-decoration: underline; font-weight:normal; }
.footer a:active 		{ color: #7C8194; text-decoration: none; font-weight:normal; }
.imgright			{ margin: 0px 0px 6px 20px; }
.imgleft			{ margin: 0px 20px 6px 0px; }
