body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	}

table {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	}

input {
	border: 1px #CDCDCD solid;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	}
	
.Must {
	color: #cc0000;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	}

.imgleft {
	float: left;
	}

.imgright {
	float: right;
	}

.tbl {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	}

.linktbl {
	background-color: #D84800;
	color: #FFFFFF;
	}

.whitetextMain {
	color: #FFFFFF;
	font-weight: bold;
	}

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

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


select {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}

textarea {
	border-width:1px;
	border-color: #000000;
	}

option {
	background:#FFFFFF;
	border-width:1px;
	border-color: #000000;
	}

.whitetext {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	border: 1px #8DC8E8 solid;
}

.whitetext2 {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	border-bottom: 1px #8DC8E8 solid;
	background: #ADE5FF;
}

.whitetext3 {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	background: #D4F2FF;
}

.whitetext4 {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	border: 1px #BCBCBC solid;
	background: #D4F2FF;
}

.whitetext4font {
	font-weight: none;
	font-size: 12px;
	color: #103E57;
}

.OnMouseOver {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	background: #C7EEFF;
	cursor: hand;
}

.OnMouseOut {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	background: #EBF9FE;
	cursor: hand;
}

.OnMouseClick {
	font-weight: bold;
	font-size: 12px;
	color: #103E57;
	font-family: Arial;
	background: #E7F9FF;
	cursor: hand;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.PanelMenuOver {
	 background: #FEF8F5;
	color: #000000;
	font-weight: bold;
	cursor: hand;
	}

.PanelMenuOut {
	 background: #FCEDE7;
	color: #000000;
	font-weight: bold;
	cursor: hand;
	}

.loginButton {
	font-weight: bold;
	font-size: 12px;
	color: #606060;
	font-family: Arial;
	border: 1px #BCBCBC solid;
	background: #E4E4E4;
}