* {
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
}
body {
	background-color: #aaf;
}
a { color: #039; text-decoration: none; }
ul { padding-left: 20px; }
h1 { font-size: 24px; }

input, textarea, select, .iButton {
	padding: 4px 3px;
	font-size: 11px;
	border: 1px solid #BDC7D8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="text"], input[type="password"], textarea { font-size: 12px; }
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover { border-color: #ffc800; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border-color: #00ff00; }
input[type="button"], input[type="submit"], input[type="file"], input[type="reset"], div.iButton {
	background-color: #fff;
	color: #000;
	padding: 4px 3px 3px 3px;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="file"]:hover, input[type="reset"]:hover, div.iButton { background-image: url(../images/grad.2.png); }
input[type="button"].s10, input[type="submit"].s10, input[type="file"].s10, input[type="reset"].s10, div.iButton { padding: 2px 1px 1px 1px; }
input:disabled { color: #777; }

.strCell {
	background-color: #fff;
	border: 2px outset #999;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fl { float: left; }
.fr { float: right; }
.cl { clear: both; }
.ac { text-align: center; }
.ar { text-align: right; }
.aj	{ text-align: justify; }

.navHead {
	display: block;
	padding: 0px 3px;;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	list-style: none;
	height: 30px;
	margin-bottom: 10px;
}
.navHead li {
	display: block;
	float: left;
	line-height: 24px;
	margin: 3px 0px;
}
.navHead .fr {
	float: right;
}
.navHead a {
	display: block;
	padding: 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.navHead .c {
	background-color: #ccc;
}
.navHead a:hover {
	background-color: #6698cb;
	color: #fff;
}
.navHead .fr a { padding: 0px; }
.navHead .fr a span { margin: 4px 2px; }
.navHead .fr a:hover { background: none; color: inherit; }
.navHead .fr .addthis_separator { margin: 3px 6px; }

