a.blackRed {
	font: 12px arial, helvetica, sans-serif;
	text-decoration: underline;
}
a.blackRed:link {
	color: #000000;
	text-decoration: none;
} 
a.blackRed:visited {
	color: #000000;
	text-decoration: none;
} 
a.blackRed:active {
	color: #ffffff;
	border-bottom: #ffffff 1px dotted;
} 
a.blackRed:hover {
	color: #ffffff;
	background-color: #f00;
	border-bottom: #ffffff 1px dotted;
}
a.blackRedUL {
	font: 12px arial, helvetica, sans-serif;
	text-decoration: underline;
}
a.blackRedUL:link {
	color: #000000;
	text-decoration: underline;
} 
a.blackRedUL:visited {
	color: #000000;
	text-decoration: underline;
} 
a.blackRedUL:active {
	color: #ffffff;
	border-bottom: #ffffff 1px dotted;
	text-decoration: none;
} 
a.blackRedUL:hover {
	color: #ffffff;
	background-color: #f00;
	border-bottom: #ffffff 1px dotted;
	text-decoration: none;
}
a.whiteRed {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
a.whiteRed:link {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	text-decoration: none;
} 
a.whiteRed:visited {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	text-decoration: none;
} 
a.whiteRed:active {
	color: #ffffff;
	border-bottom: #ffffff 1px dotted;
} 
a.whiteRed:hover {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	background-color: #f00;
	border-bottom: #ffffff 1px dotted;
}
a.whiteRedLarge {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
a.whiteRedLarge:link {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	color: White;
	font-weight: bold;
	text-decoration: none;
} 
a.whiteRedLarge:visited {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	color: White;
	font-weight: bold;
	text-decoration: none;
} 
a.whiteRedLarge:active {
	color: #ffffff;
	border-bottom: #ffffff 1px dotted;
} 
a.whiteRedLarge:hover {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	color: White;
	font-weight: bold;
	background-color: #f00;
	border-bottom: #ffffff 1px dotted;
}
.heading {
	font-size: 62px;
	line-height: 62px;
	font-family: arial,helvetica,sans-serif;
}
.title {
	font-family: arial,helvetica,sans-serif;
	font-size: 62px;
	line-height: 62px;
	font-weight: bold;
}
.text {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: Black;
}
.textSmall {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}
.textSmallBold {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}
.textBold {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}
.textLargeBold {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}
.textError {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.textRed{
	color: Red;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.login {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.menuSlash
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	color: Black;
}
.menuHeader
{
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: White;
}
.IFieldW100
{
	width: 120;
}
.IFieldW400
{
	width: 310;
}
.fullWidth
{
	width: 100%;
}
.width50
{
	width: 50;
}