.whitetext
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration : none;
}

.whitetextbold
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight : bold;
	text-decoration : none;
}

.whitetextjustify
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: justify;
	text-decoration : none;
}

.whitetextcenter
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: center;
	text-decoration : none;
}
.whitetextright
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: right;
	text-decoration : none;
}

.whitetextbig
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	text-decoration : none;
}

.whitetextbigbold
{
	color:white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	font-weight : bold;
	text-decoration : none;
}

.blacktext
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration : none;
}

.blacktextbold
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight : bold;
	text-decoration : none;
}

.blacktextjustify
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: justify;
	text-decoration : none;
}

.blacktextcenter
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: center;
	text-decoration : none;
}

.blacktextright
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: right;
	text-decoration : none;
}

.blacktextsmall
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11 px;
	text-decoration : none;
}

.blacktextbig
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 17.5px;
	text-decoration : none;
}

.blacktextbigbold
{
	color:black;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 17.5px;
	font-weight : bold;
	text-decoration : none;
}

.black_textbig
{
	color:FFFF98;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	text-decoration : none;
}
.footext
{
	color:black;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 9.5px;
	text-align: center;
	text-decoration : none;
}
.message
{
	color:1F0D93;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 17px;
	text-decoration : none;
}
.redtext
{
	color:red;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration : none;
}

.redtextsmall
{
	color:red;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9.5px;
	text-decoration : none;
}

.redtextbig
{
	color:Red;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 17.5px;
	text-decoration : none;
}

.bluetext
{
	color:1F0D93;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration : none;
}

.commingtext
{
	color:ffffff;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration : none;
}
.commingtext 	a:link{color:white; text-decoration: none}
.commingtext	a:hover{color:white; text-decoration: none}
.commingtext	a:visited{color:white; text-decoration: none}
.commingtext	a:active{color:white; text-decoration: none}

.Button
{
	color:black;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration : none;
}

A:LINK, A:VISITED, A:ACTIVE {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	color : #1F0D93;
	text-decoration : none;
}

A:HOVER {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	color : #ff9900;
	text-decoration : none;
}

.unlinetext{
	text-decoration : underline;
}

.bigtext{
	font-size : 16px;
	text-decoration : none;
}

.bigtextbold{
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}


