/*	----------------------------------
		Text styles
		----------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

a:link	{
	color: #1650c5;
	text-decoration: underline;
}

a:visited	{
	color: #1650c5;
	text-decoration: underline;
}

a:active {
	color: #1650c5;
	text-decoration: underline;
}

a:hover {
	color: #1650c5;
	text-decoration: underline;
}

.formfield {
	font-family: Courier, "Courier New", monospace;
	font-weight: bold;
	font-size: 14px;
}

.sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px
}

.sidebar a:link {
	color: #1650c5;
	text-decoration: none;
}

.sidebar a:visited {
	color: #1650c5;
	text-decoration: none;
}

.sidebar a:active {
	color: #1650c5;
	text-decoration: none;
}

.sidebar a:hover {
	color: #1650c5;
	text-decoration: underline;
}

#divider-black {
	width: auto;
	border: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000;
}

.mouse {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.1em;
}

.mouse b {
	font-weight: bold;
}

.confirmtext {
	font-family: Courier, "Courier New", monospace;
	font-weight: normal;
	font-size: 12px;
	background: #f9ffc1;
	padding: 3px;
}

.calloutOrange {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	color: #a66129;
}

.calloutOrange a:link {
	color: #a66129;
	text-decoration: none;
}

.calloutOrange a:visited {
	color: #a66129;
	text-decoration: none;
}

.calloutOrange a:active {
	color: #a66129;
	text-decoration: none;
}

.calloutOrange a:hover {
	color: #calloutOrange;
	text-decoration: underline;
}

.callout {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
}

.callout b {
	color: #2979a6;
}

.callout i {
	font-style: italic;
}

.callout a:link {
	color: #000;
	text-decoration: none;
}

.callout a:visited {
	color: #000;
	text-decoration: none;
}

.callout a:active {
	color: #000;
	text-decoration: none;
}

.callout a:hover {
	color: #000;
	text-decoration: underline;
}

.pagehead {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
}
