/* CSS Document */

A:link    {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:active  {
color: blue;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
A:visited { 
color: green;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

h1 {
color:#0000FF;
font-family: arial;
font-weight: bold;
font-size: 24px}

.h1 {
color:#0000FF;
font-family: arial;
font-weight: bold;
font-size: 24px}


.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.BigRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.greentitle {
color:#008000;
font-family: arial;
font-weight: bold;
font-size: 18px
}

.normaltxt{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

.normaltxtGrey{
	color: #999999;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}
.boldtxtGrey{
	color: #999999;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: bold;

}
.normaltxtUnderline{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;

}

.boldnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.boldnormalStrikeout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smallnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.boldlmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.redsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;

}
.redsmallCenter {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align: center
}
.redboldnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.rednormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.greenboldnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}
.greennormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008000;
}
.whitenormaltxt {

	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
