/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 20px;
	list-style: outside disc;
}
ol {
	list-style: decimal !important;
}

li {
	display: list-item;
	margin-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
}

/* notices and errors */
#flashMessage, .error, .error_message {
  color:#900;
  font-size: 11px;
  margin: 8px 0px;
  font-weight: bold;
}
.form_error {
	background: #FFFF66;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.attention {
color: #990000;
font-size: 11px;
background-color: #f4eba4;
border: 1px dotted #990000;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}