/***********************************************//* File:      textrollover.css                 *//* Function:  Use for rollover affect with     *//*            linked text                      *//***********************************************//*                                             *//*  Author:   Reid Weske - California WebWise  *//*  Created:  03/28/04                         *//*                                             *//***********************************************//* HTML tag styles                             *//***********************************************//*********  rollover link text *****************/a.main:link {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #cccccc;	text-decoration: none;}a.main:visited {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #cccccc;	text-decoration: none;}a.main:hover {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #ffffff;	text-decoration: underline;}a.main:active {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #ffffff;	text-decoration: none;}a.main {	font-weight: bold;	/*font-style: italic;*/}/*************  end of fle ********************/a.sub:link {	color: #ffffff;	text-decoration: none;}a.sub:visited {	color: #ffffff;	text-decoration: none;}a.sub:hover {	color: #666666;	text-decoration: underline;}a.sub:active {	color: #666666;	text-decoration: none;}a.sub {	font-family: "Times New Roman", Times, serif;	font-size: 14px;	font-weight: bold;	font-style: italic;}/*************  end of fle ********************/a.two:link {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #666666;	text-decoration: none;}a.two:visited {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #666666;	text-decoration: none;}a.two:hover {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #999999;	text-decoration: underline;}a.two:active {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #999999;	text-decoration: none;}a.two {	font-weight: bold;	font-style: italic;}/*************  end of fle ********************/a.sml:link {    font-family: "Times New Roman", Times, serif;	color: #999999;	text-decoration: none;}a.sml:visited {    font-family: "Times New Roman", Times, serif;	color: #999999;	text-decoration: none;}a.sml:hover {    font-family: "Times New Roman", Times, serif;	color: #cccccc;	text-decoration: underline;}a.sml:active {    font-family: "Times New Roman", Times, serif;	color: #cccccc;	text-decoration: none;}a.sml {	font-size: x-small;	font-weight: bold;	font-style: italic;}/*************  end of fle ********************/