/* Network Center Style Sheet for Main Page : October 23rd, 2003 */

/* Links : All */
a:link    { color: #FCDD80; text-decoration: underline;}      /* unvisited links */
a:visited { color: #FCDD80; text-decoration: underline;}      /* visited links   */
a:hover   { color: #FFFFFF; text-decoration: underline;} /* user hovers     */
a:active  { color: #FFFFFF; text-decoration: none;}      /* active links    */

/* Links : Top Menu (Home, History, Careers, Contact Us */
a.top:link    { color: #660000; text-decoration: none;}      /* unvisited links */
a.top:visited { color: #660000; text-decoration: none;}      /* visited links   */
a.top:hover   { color: #990000; text-decoration: underline;} /* user hovers     */
a.top:active  { color: #660000; text-decoration: none;}      /* active links    */

/* Links : News, Events, Alerts */
a.main:link    { font-family: Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none;}      /* unvisited links */
a.main:visited { font-family: Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none;}      /* visited links   */
a.main:hover   { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: underline;} /* user hovers     */
a.main:active  { font-family: Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none;}      /* active links    */

/* Links : News, Events, Alerts */
a.newstext:link    { color: #666666; text-decoration: none;}      /* unvisited links */
a.newstext:visited { color: #666666; text-decoration: none;}      /* visited links   */
a.newstext:hover   { color: #336633; text-decoration: underline;} /* user hovers     */
a.newstext:active  { color: #666666; text-decoration: none;}      /* active links    */

/* Non-repeaing Table Cell Background */
.cellbackground { background-repeat: no-repeat;
                }

/* Font : Main Content : Dark Grey */
.content        {
               	line-height: 20px;
	               font-family: Verdana;
	               color: #FFFFFF;
                }
.news {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
