/*

  MyNurseDegree Stylesheet
  stylesheet.css

*/

A { 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #a6caf0;
  text-decoration: none; 
/*  font-weight : bold;	*/
}

A.whiteLink	{
  color: white; 
}

A:active { 
  color: #a6caf0;
}

A:visited { 
  color: #000000; 
}

A:hover { 
  text-decoration: underline; 
}

A.smallText:hover, A.whiteLink:hover { 
  text-decoration: underline; 
}

A.largeText:hover { 
  text-decoration: underline; 
}

A.smallText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 11px;
  text-decoration: none; 
  color: white;
}

A.whiteLink { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  text-decoration: none; 
  color: white;
}

A.largeText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 18px;
  text-decoration: none; 
  font-weight : bold;
  font-style : italic;
}

A.menuText { 
  font-size: 13px;
  color: white; 
  text-decoration: none; 
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a6caf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 14pt;
}

text	{
	color:black;
}

P.errorText, DIV.errorText, SPAN.errorText {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #ff0000;
/*  background: #ff0000; */
}

P.successText, DIV.successText, SPAN.successText {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #ffffff;
//  font-weight : bold;
  background: #00bb00;
}

SPAN.blueText	{
  color: #0073ae;
}

TD, TD.blueText {
/*  font-family:  Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #0073ae;
}

TD.blueText {
/*  font-family:  Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 13px;
  color: #0073ae;
}

TD.whiteText, SPAN.whiteText, P.whiteText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  color: white; 
}

TD.copyright, SPAN.copyright, P.copyright { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 11px;
  color: white; 
}

TD.mediumText, SPAN.mediumText, P.mediumText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 16px;
  color: black; 
  text-decoration: none; 
  font-weight : bold;
}

TD.largeText, SPAN.largeText, P.largeText { 
/*  font-family: Tahoma, Verdana, Arial, sans-serif;	*/
  font-size: 22px;
  color: black; 
  text-decoration: none; 
  font-weight : bold;
}