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

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

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #FFFFFF;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}

a {
	text-decoration: underline;
	color: #000929;
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	color: #000929;
	font-weight: bold;
	}

.Must {
	color: red;
	font-weight: bold;
	font-family: Tahoma;
	}
	
.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;
	}