/* Default CSS Stylesheet for a new Web Application project */


.bodyText		{font-family: Arial;font-size: 12px;}
.copyright		{font-family: Arial;font-size: 11px;color: #383838;}
.contentBorder	{border-bottom: solid 2px #7A8682;border-left: solid 1px #7A8682;border-right: solid 1px #7A8682;}
.noSubNavBorder	{border-bottom: solid 1px #DFE5E1;border-top: solid 1px #DFE5E1;}
.subNavBorder	{border-bottom: solid 1px #7A8682;border-top: solid 1px #7A8682;}


a:link		{font-family: Arial;font-weight: bold;color: #000052;text-decoration: none;}
a:visited	{font-family: Arial;font-weight: bold;color: #000052;text-decoration: none;}
a:hover		{font-family: Arial;font-weight: bold;color: #000052;text-decoration: underline;}

a.subLinks:link		{font-family: Arial;font-weight: bold;font-size: 12px;color: #000000;text-decoration:none;}
a.subLinks:visited	{font-family: Arial;font-weight: bold;font-size: 12px;color: #000000;text-decoration:none;}
a.subLinks:hover	{font-family: Arial;font-weight: bold;font-size: 12px;color: #000000;text-decoration:none;}

a.topLinks:link		{font-family: Helvetica;font-weight:normal;font-size: 13px;color: #ffffff;text-decoration:none;}
a.topLinks:visited	{font-family: Helvetica;font-weight:normal;font-size: 13px;color: #ffffff;text-decoration:none;}
a.topLinks:hover	{font-family: Helvetica;font-weight:normal;font-size: 13px;color: #fcd003;text-decoration:none;}