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

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

input[type=text],input[type=password],input[type=file] {
	border: 1px #DDDDDD solid;
	background: url(../images/input_reg_bg.jpg);
	height: 15px;
	font-size: 12px;
	font-family: Arial;
	padding-top: 2px;
	width: 150px;
	}

.loginField {
	border: 1px #DDDDDD solid;
	background: url(../images/input_bg.jpg);
	height: 15px;
	font-size: 12px;
	font-family: Arial;
	padding-top: 2px;
	width: 155px;
	}

a {
	text-decoration: underline;
	color: #002340;
	}

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

.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;
	}