body {
	background-color:#FFFFFF
}

.textBlack { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: regular;
	text-decoration: none;
}
a:visited.textBlack	{color: #000000;}
a:active.textBlack	{color: #000000;}
a:hover.textBlack	{color: #000000;}
a:link.textBlack	{color: #000000;}

.textBlackTitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}

.textRedTitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C9252C;
	font-weight: 900;
	text-decoration: none;
}

.textWhite { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: regular;
	text-decoration: none;
}

.textRedDark { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #706F6F;
	font-weight: regular;
	text-decoration: none;
}
a:hover.textRedDark	{text-decoration:underline;}

.textGrey { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #848484;
	font-weight: bold;
	text-decoration: none;
}
a:visited.textGrey	{color: #848484;}
a:active.textGrey	{color: #848484;}
a:hover.textGrey	{color: #848484;}
a:link.textGrey		{color: #848484;}

.textGreyTitle { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #848484;
	font-weight: 900;
	text-decoration: none;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: NONE;
	color: #ffffff;
	background-color:#C9252C;
}
.today {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: NONE;
	cursor:hand;
	color: #C9252C;
	background-color:#ffffff;
}
.but {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
}

.srTitle {
	color: #C9252C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.srText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #848484;
	padding-left: 10px;
}