
body {	text-align: center;
		background-color: #eeeeee;  color: #222;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px; }
img {
	border: 0px;
}
h1 {
	line-height: 1.25em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;	
	margin-top: 1px;
	margin-bottom: 1px;
}
h2 {
	line-height: 2em;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin-top: 0px;
}
h3 {
	line-height: 1.5em;
	font-size: 13px;
	color: #222;
	margin-top: 0px;
}

h4 {
	line-height: 1.5em;
	font-size: 13px;
	color: #222;
	margin-top: 0px;
}

p, li {
	font-size: 12px;
	color: #222;
}
p {
	line-height: 17px;
}
p.important {
	font-size: 12px;
	line-height: 21px;
}
blockquote {
	margin: 0;
	padding: 0 16px;
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
}
label {
	font-size: 10px;
}
p.tiny {
	font-size: 10px;
}

/* Primary navigation styles */
#nav {			border: 0px;
				margin: 0px;
				padding: 0px 0px 4px 0px; }
#nav a:hover {	background-color: #fff; }
#navRight {		align: right;
				float: right;
				padding-top: 18px;
				font-size: 12px;
				font-weight: bold; }
#navRight a {	padding: 3px 6px; }
#navRight a:hover {	background-color: #ddd;
				color: #36a; }

/* Link styles */
a {				padding: 1px; }
a:link {		color: #47B;	text-decoration: none; }
a:visited {		color: #47B;	text-decoration: none; }
a:hover {		color: #fff;	text-decoration: none; }
a:hover {		background-color: #58C; }


/* Table Styles */
td, th {		font-size: 12px; }


/* List styles */
ul {		list-style-type: square; }
ul, ol {	margin-left: 0;
			padding-left: 30px; }
li {		line-height: 17px;
			margin-top: 4px;
			margin-bottom: 4px; }




/* Error */
.error {
	text-align: center;
	padding: 4px;
	margin-bottom: 0px;
	border: 1px solid #f99;
	background-color: #fee;
	color: black;
	font-size: 11px;
}

