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

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

input[type=text],input[type=password] {
	width: 200px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	}

input[type=submit],button {
	border: 1px #434343 solid;
	background: #696969; 
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}

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

a {
	text-decoration: none;
	color: #1D1D1D;
	}

a:hover {
	text-decoration: underline;
	color: #1D1D1DF;
	}

.Must {
	color: red;
	font-weight: bold;
	}
	
.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	}

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

.appBar {
	background: #EDEDED;
	border: 1px #AEAEAE solid;
	font-family: Arial;
	font-size: 12px;
	}

.menuOver {
	background: #E0DFDB;
	cursor: pointer;
	}

.menuOut {
	background: #F1F0EC;
	cursor: pointer;
	}
