/*  Focus Cube Stylesheet  stylesheet.css*/A {   font-family: Arial, Helvetica, sans-serif;  font-size: 13px;  color: #4472b0;   text-decoration: none;   font-weight : bold;}A:active {   color: #4472b0; }A:visited {   color: #4472b0; }A:hover {   text-decoration: underline; }A.smallText:hover {   text-decoration: underline; }A.largeText:hover {   text-decoration: underline; }A.smallText {   font-family: Arial, Helvetica, sans-serif;  font-size: 11px;  text-decoration: none;   font-weight : bold;}A.largeText {   font-family: Arial, Helvetica, sans-serif;  font-size: 18px;  color: #4472b0;   text-decoration: none;   font-weight : bold;  font-style : italic;}A.whiteText {   color: #ffffff;}BODY {  font-family:  Arial, Helvetica, sans-serif;  font-size: 13px;  color: #333333;}P.errorText, DIV.errorText {  font-family: Arial, Helvetica, sans-serif;  font-size: 13px;  color: #ffffff;//  font-weight : bold;  background: #ff0000;}P.successText, DIV.successText {  font-family: Arial, Helvetica, sans-serif;  font-size: 13px;  color: #ffffff;//  font-weight : bold;  background: #00bb00;}SPAN.blueText	{  color: #4472b0;}SPAN.whiteText	{  color: #ffffff;}SPAN.mediumWhiteText	{  color: #ffffff;  font-size: 16px;}TD {  font-family:  Arial, Helvetica, sans-serif;  font-size: 13px;  color: #333333;}TD.smallText, SPAN.smallText, P.smallText {   font-family: Arial, Helvetica, sans-serif;  font-size: 11px;  text-decoration: none;   font-weight : bold;  color: #4472b0; }TD.mediumText, SPAN.mediumText, P.mediumText {   font-family: Arial, Helvetica, sans-serif;  font-size: 16px;  color: #4472b0;   text-decoration: none;   font-weight : bold;}TD.largeText, SPAN.largeText, P.largeText {   font-family: Arial, Helvetica, sans-serif;  font-size: 18px;  color: #4472b0;   text-decoration: none;   font-weight : bold;}