/* style for module titles */

.Head   {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:  ;
	font-weight: bold;
	color: #31619C;
	font-size: large;
}
/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;

    font-size: ;
	font-weight: bold;
	color: #31619C;
	font-size: medium;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:  ;
	font-weight: bold;
	color: black;
	font-size: small;
}

/* text style used for most text rendered by modules */

.Normal
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;

    font-size: ;
	font-weight: normal;
	font-size: small;
}


/* text style used for rendered text which requires emphasis */

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: ;
	font-weight: bold;
	font-size: small;
}

/* text style used for error messages */

.NormalRed
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: ;
	font-weight: bold;
	color: #ff0000;
	font-size: small;
}
