/***********************************************//* 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 {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #ffffff;	text-decoration: none;}a.sub:visited {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #ffffff;	text-decoration: none;}a.sub:hover {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #912d4d;	text-decoration: underline;}a.sub:active {    font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #912d4d;	text-decoration: none;}a.sub {	font-weight: bold;	/*font-style: italic;*/}/*************  end of fle ********************/