body, p, td {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}
.site_map {
	padding: 7px;
}

img { border: none; }

h1 { font-size: 20px; margin: 10px 0; }
h2 { font-size: 16px; margin: 8px 0; }
h3 { font-size: 12px; margin: 6px 0; }

li { margin-bottom: 5px; }

input {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #00A9E3;
	border-style: solid;
	border-width: thin;
}

/* Message Styles */
.message_text { margin: 0px; margin-left: 10px; text-indent: -10px; padding-right: 10px; }
.message_close { margin: 0px; margin-top: 5px; text-align: right; }
.success_table { margin: 5px 0px; border: 2px solid green; background-color: #E1FFE1; }
.info_table { margin: 5px 0px; border: 2px solid blue; background-color: #EAEAFF; }
.warn_table { margin: 5px 0px; border: 2px solid #FFDF00; background-color: #FFFFE6; }
.error_table { margin: 5px 0px; border: 2px solid red; background-color: #FFECEC; }



.mceEditor { width: 520px; height: 350px; }


.user_pass {
	height: 21px;
	width: 136px;
}
.submit {
	font-weight: bold;
	font-size: 10px;
	width: 132px;
	height: 21;
	text-align: left;
	background-color: #00A9E3;
}
.noborder {
	border-width: 0;
}

.entered {
	color: #003399;
}

a:link {
	text-decoration: none;
	color: #00A9E3;
}
a:visited {
	text-decoration: none;
	color: #00A9E3;
}
a:active {
	text-decoration: none;
	color: #008ECF;
}
a:hover {
	text-decoration: underline;
	color: #008ECF;
}
a.path:link {
	color: black;
}
a.path:visited {
  color: black;
}
a.path:active {
  color: black;
}
a.path:hover {
	text-decoration: none;
  color: #00A9E3;
}
a.right:link {
  color: white;
}
a.right:visited {
  color: white;
}
a.right:active {
  color: white;
}
a.right:hover {
  text-decoration: underline;
  color: white;
}

