A {
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
.background {
	background-color: #CCCCCC;
	color: #1081C3;
	font: bold 14px Arial;
}
.backgroundmenu {
	background-color: #C7293B;
}
.backgrounddivider {
	background-color: #E0E0E0;
}
.backgroundtop {
	background-color: #B6B4B5;
}
.shadowtopleft {
	background-color: #B6B4B5;
	background-image: url(images/shadow_top_left.jpg);
	background-repeat: repeat-y;
}
.backgroundbanner {
	background-color: #298CC8;
}
.shadowtopright {
	background-image: url(images/shadow_top_right.jpg);
	background-repeat: repeat-y;
	background-color: #B6B4B5;
}
.pagetext {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.bannertext {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.pageheader {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #1081C3;
	text-decoration: none;
}
.shadowbottomleft {
	background-color: #CCCCCC;
	background-image: url(images/shadow_bottom_left.jpg);
	background-repeat: repeat-y;
}
.shadowbottomright {
	background-color: #CCCCCC;
	background-image: url(images/shadow_bottom_right.jpg);
	background-repeat: repeat-y;
}
.backgroundfooter {
	background-color: #D4D2C5;
}
.menutext {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.required {
	font-family: Arial;
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
}
.inputfield {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin: 2px;
}
.button {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.hrnews {
	font-family: Arial;
	color: #CCCCCC;
	border: 1px dotted #CCCCCC;
}
.bold {
	font-weight: bold;

}
.tracker{
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: left;
    margin: 5px;
    width: 790px;
    border: 1px solid #aaa;
}
.tracker td{
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #aaa;
}
.tracker th{
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    background-color: #add8ff;
    border-bottom: 1px solid #aaa;
}
.nowrap{
    white-space: nowrap;
}
.tracker-header{
    text-transform: uppercase;
    padding: 10px 0px 0px 10px;
}
.tracker-header span{
    text-transform: lowercase;
    text-align: right;
}
.tracker tr:nth-child(even){
    background-color: #cde;
    height: 30px;
}
.tracker tr:nth-child(odd){
    background-color: #eee;
    height: 30px;
}
.center{
    text-align:center;
}
