/* 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;}

A.register:link    {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.register:active  {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
A.register:visited { 
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

h1 {
color:#0000FF;
font-family: arial;
font-weight: bold;
font-size: 24px}

.BlueLargerTitle {
color:#0000FF;
font-family: arial;
font-weight: bold;
font-size: 14px}

.h1 {
color:#0000FF;
font-family: arial;
font-weight: bold;
font-size: 24px}

ul, ol{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}


.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;

}
.normaltxtFR{
	color: #000099;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

.normaltxtItalics{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
.normaltxtItalicsFR{
	color: #000099;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}

.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;
}
.boldtxtGreyStrikethrough{
	color: #999999;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-decoration: line-through;

}
.normaltxtUnderline{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
.normaltxtUnderlineFR{
	color: #000099;
	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;
}
.boldnormalFR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.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;

}
.redsmallFR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;

}
.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;
}
.redboldnormalFR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.rednormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.rednormalFR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.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;
}
