html,body {
	background: #F9FCFF;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	}

form {
	padding: 0px;
	margin: 0px;
	}

table,tr,td {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	}

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

a:hover {
	text-decoration: none;
	color: #4C6175;
	}

.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	}
	
.saveButton {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: #EBEBEB;
	border: 1px #999999 solid;
	}
.sortTitle {
	background: #C4C4C4;
	color: #FFFFFF;
	font-weight: bold;
	}

.Must {
	color: #cc0000;
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: bold;
	}

select {
	font-size: 12px;
	font-family: arial;
	}

.tableTitle td {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	height: 25px;
	background-image: url('../img/titlePage.gif');
	}

input {
	font-size: 12px;
	font-family: Arial;
	}
.appBar {
	background: url(../img/del_button_bg.jpg);
	font-family: Arial;
	font-size: 12px;
	width: 100px;
	height: 21px;
	text-align: center;
	color: #1D1E20;
	font-weight: bold;
	}

.loginField {
	width: 223px;
	height: 25px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Tahoma;
	background: url(../img/login_field.jpg);
	border: 0px;
	font-size: 16px;
	}

#footer {
	height: 31px;
	text-align: center;
	width: 100%;
	position:fixed;
	left: 0px;
	bottom: 0px;
	}