@CHARSET "ISO-8859-1";

/*
 * Base styles for all pages/content also contains layouts that can be used
 * in WYSIWYG editor.
 */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, sans-serif;
	height: 100%;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	color: #2F419B;
}
h1 {
	font-size: 20px;
	border-bottom: 1px dotted black;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a {
	color: #6976CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nobreak {
	white-space: nowrap;
}
.error {
	color: #FF0000;
}
.disabled {
	color: #CAC8BB
}
.heading_note {
	float: right;
	color: #5E5E5E;
	font-size: 11px;
}
fieldset {
	border: 1px solid #B2B8E5;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
legend {
	font-weight: bold;
	color: #2F419B;
}
legend .note {
	font-weight: normal;
}
fieldset div, fieldset table {
	margin: 0px;
}

.subsite_buttons {
	border: none;
}
.subsite_buttons td {
	padding: 2px 24px 2px 0px;
}

