BODY
{
	font-family: Arial;
}

H1
{
	font-weight: normal;
	font-size: 1.6em;
	color: #123d75;
}

H2
{
	font-weight: normal;
	font-size: 1.2em;
	color: #123d75;
}

.error
{
	color: #ff0000;
}

.error H1
{
	font-weight: normal;
	font-size: 1.6em;
}

.error-message
{
	font-size: 0.8em;
	color: #ff0000;
}

.error-message A
{
	text-decoration: none;
	color: #ff0000;
}

.error-message A:Hover
{
	text-decoration: underline;
}

.success-message
{
	font-size: 0.8em;
	color: #008000;
}

.mandatory-field-indicator
{
	color: #ff0000;
}

IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.top-menu
{
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #D1D3D4;
	font-weight: bold;
	color: #123d75;

}

.top-menu A
{
	color: #123d75;
	text-decoration: none;
}

.top-menu A:Hover
{
	color: #f7931d;
	text-decoration: none;
}

.side-menu
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 0.7em;
	padding-bottom: 4px;
	color: #123d75;
	padding-top: 4px;
	background-color: #d1d3d4;
	text-align: center;
}

.side-menu A
{
	color: #123d75;
	text-decoration: none;
}

.side-menu A:Hover
{
	color: #f7931d;
	text-decoration: none;
}

.side-menu-admin
{
	padding: 5px;
	background-color: #d1d3d4;
}

.footer
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.7em;
	color: #123d75;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #d1d3d4;
}

.footer A
{
	color: #123d75;
	text-decoration: none;
}

.footer A:Hover
{
	color: #f7931d;
	text-decoration: none;
}

.quick-login
{
	background-color: #123d75;
	font-size: 0.7em;
}

.quick-login-header
{
	font-weight: bold;
	color: #ffffff;
}

.quick-login-field
{
	color: #f7931d;
}

.quick-login INPUT
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	color: #6d6f71;
	border-bottom: medium none;
	background-color: #ffffff;
}

.quick-login-button INPUT
{
	font-size: 0.8em;
	font-weight: bold;
}


.register A
{
	font-weight: bold;
	color: #f7931d;
	text-decoration: none;
}

.register A:Hover
{
	font-weight: bold;
	color: #f7931d;
	text-decoration: underline;
}

.welcome
{
	font-size: 0.7em;
	color: #f7931d;
	font-weight: bold;
}

.logout
{
	font-size: 0.7em;
	font-weight: bold;
}

.logout A
{
	color: #123d75;
	text-decoration: none;
}

.logout A:Hover
{
	color: #f7931d;
	text-decoration: none;
}

.admin-menu-header
{
	color: #123d75;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 6px;
}

.admin-menu-item
{
	font-size: 0.7em;
	font-weight: bold;
}

.admin-menu-item A
{
	color: #123d75;
	text-decoration: none;
}

.admin-menu-item A:Hover
{
	color: #f7931d;
	text-decoration: none;
}

.breadcrumb
{
	font-size: 0.7em;
	font-weight: bold;
	color: #123d75;
}

.breadcrumb A
{
	color: #123d75;
	text-decoration: none;
}

.breadcrumb A:Hover
{
	color: #f7931d;
	text-decoration: none;
}

.contact
{
	font-size: 0.8em;
	color: #6D6F71;
	line-height: 18px;
}

.contact-label
{
	font-size: 0.8em;
	color: #123d75;
	font-weight: bold;
}

.content
{
	font-size: 0.8em;
	color: #6D6F71;
}

.content A
{
	color: #f7931d;
	text-decoration: none;
	font-weight: bold;
}

.content A:Hover
{
	color: #f7931d;
	text-decoration: underline;
	font-weight: bold;
}

.small-content
{
	font-size: 0.7em;
	color: #123d75;
}

.faq-links
{
	font-size: 0.8em;
	color: #6d6f71;
	line-height: 20px;
}

.faq-links A
{
	color: #f7931d;
	text-decoration: none;
	font-weight: bold;
}

.faq-links A:Hover
{
	color: #f7931d;
	text-decoration: underline;
	font-weight: bold;
}

.form-header
{
	font-size: 1.0em;
	background-color: #D1D3D4;
	font-weight: bold;
	color: #123d75;
}

.form-label
{
	font-weight: bold;
	font-size: 0.8em;
	color: #f7931d;
}

.form-field INPUT
{
	border-right: #d1d3d4 thin solid;
	border-top: #d1d3d4 thin solid;
	font-size: 0.8em;
	border-left: #d1d3d4 thin solid;
	color: #6d6f71;
	border-bottom: #d1d3d4 thin solid;
	background-color: #ffffff;
}

.form-field TEXTAREA
{
	border-right: #d1d3d4 thin solid;
	border-top: #d1d3d4 thin solid;
	font-size: 0.8em;
	border-left: #d1d3d4 thin solid;
	color: #6d6f71;
	border-bottom: #d1d3d4 thin solid;
	background-color: #ffffff;
}

.form-button INPUT
{
	font-size: 0.8em;
}