
/*---------- fonts ----------*/
body,table,td{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #818181;
}

.greyB{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #818181;
	font-weight: bold;
}
.blueB{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #039FD9;
	font-weight: bold;
}
.blue{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #039FD9;
}
.orange{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #E9A021;
}
.green{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #39B54A;
}
.white{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #FFFFFF;
}

.input{font-family : Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size : 11px;
	color : #818181;
}


/*---------- text-link ----------*/
a:link{text-decoration : none; color : #818181;}
a:visited {text-decoration : none; color : #818181;}
a:hover {text-decoration : underline; color : #818181;}

a.orangeToorange:link{text-decoration : underline; color : #E9A021;}
a.orangeToorange:visited {text-decoration : none; color : #E9A021;}
a.orangeToorange:hover {text-decoration : none; color : #E9A021;}

a.blueBToblueB:link{text-decoration : none; color : #039FD9;font-weight: bold;}
a.blueBToblueB:visited {text-decoration : none; color : #039FD9;font-weight: bold;}
a.blueBToblueB:hover {text-decoration : underline; color : #039FD9;font-weight: bold;}

a.whiteTowhite:link{text-decoration : none; color : #FFFFFF;}
a.whiteTowhite:visited {text-decoration : none; color : #FFFFFF;}
a.whiteTowhite:hover {text-decoration : underline; color : #FFFFFF;}
