body {
	background-color: #6377E1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.dropShaddowCell_L {
	background-image: url(images/bg_dropshad_L.gif);
	background-repeat: repeat-y;
	background-color: #6377E1;
}
.dropShaddowCell_R {
	background-image: url(images/bg_dropshad_R.gif);
	background-repeat: repeat-y;
	background-color: #6377E1;
}a:link {
	color: #45539D;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.grayBox {
	background-color: #F5F5F5;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.blueBg {
	background-color: #6377E1;
}
.redBg {
	background-color: #DD030E;
}
.moduleHeader {
	font-size: 12px;
	font-weight: bold;
	color: #F5F5F5;
	background-color: #4857A5;
}
form {
	margin: 0px;
	padding: 0px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w300 {
	width: 300px;
}
.w450 {
	width: 450px;
}
h1 {
	font-size: 12px;
	background-color: #4B5AAB;
	color: #FFFFFF;
	padding: 4px;
}
.tableHeader {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

