/*
*	CSS styles for SubText Web site; screen
*/
body						{ font-family:Arial, sans-serif; font-size:12px; line-height:14px; background:#ffffff; margin:0; padding:0; }
img							{ vertical-align:top!important;} /* keeps images fitted tightly within their div containers */

/* basic text styles */
h1							{ font-family:Arial, sans-serif; font-size:24px; line-height:28px; color:#000000; }
.page-title					{ font-family:Arial, sans-serif; font-size:24px; line-height:28px; color:#000000; }
h2							{ font-family:Arial, sans-serif; font-size:12px; font-weight:bold; color:#000000; }
.subheader					{ font-family:Arial, sans-serif; font-size:12px; font-weight:bold; color:#000000; }
.bodytext					{ font-family:Arial, sans-serif; font-size:12px; line-height:14px; color:#000000; }
.bodytext-white				{ font-family:Arial, sans-serif; font-size:12px; line-height:14px; color:#ffffff; }

/* links */
a							{ font-family:Arial, sans-serif; font-size:12px; text-decoration:underline; color:#000000; }
a:visited					{ font-family:Arial, sans-serif; font-size:12px; text-decoration:underline; color:#000000; }
a:hover						{ font-family:Arial, sans-serif; font-size:12px; color:#FD3399; }

.link-white					{ }
a.link-white				{ font-family:Arial, sans-serif; font-size:12px; text-decoration:underline; color:#ffffff; }
a.link-white:visited		{ font-family:Arial, sans-serif; font-size:12px; text-decoration:underline; color:#ffffff; }
a.link-white:hover			{ font-family:Arial, sans-serif; font-size:12px; color:#FD3399; }

/* links - navigation */
.nav-link	   					{ }
a.nav-link, a.nav-link:visited	{ display:block; margin-top:15px; font-family:Arial, sans-serif; font-size:12px; text-decoration:none; color:#000000; }
a.nav-link:hover				{ display:block; margin-top:15px; font-family:Arial, sans-serif; font-size:12px; text-decoration:none; color:#4D7AE1; }
div.nav-link					{ border-left:solid 1px #000000; border-right:solid 1px #000000; text-align:center; }

/* background styles */
.bg-colorfade				{}
div.bg-colorfade			{ background: url("http://www.linearmedia.com/i/templates/d_200609_bg_lm_horz.gif") repeat-y; }
