body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000099;
}
.lightbluebackground {
	background-color: #cbdced;
}
.bluebackground {
	background-color: #adbccd;
}
.graybackground {
	background-color: #dfdfdf;
}
.grayline {
	background-color: #999999;
}
.topline {
	background-color: #3333CC;
}

.lineA {
	background-color: #FFFFFF;
}

.lineB {
	background-color: #F0F0F0;
}

.graybordercell {
	background-color: #CCCCCC;
}
.lightgraycell {
	background-color: #F0F0F0;
}

.status {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
}

.normal {
}

.highlighted {
	color: #ED1C24;
}