/* GENERAL ELEMENTS */

body {
	font-family: Arial, Helvetica, sans-serif;
	
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}

/* FORM ELEMENTS */

.inputerror {
	border: 1px solid #CC6600;
	background-color: #FFFFCC;
}

/* SPECIAL */
.alert {
	color:#990000;
}
.tblHeader { 
	background-color:#DFDFDF; 
	color:#000000;
	font-weight:bold;
}
.tblGeneral {
}

.alertBlue {
	border: 1px solid #aee5e8;
	background-color: #e6feff;
	padding: 20px;
	width: 560px;
}
.alertGreen {
	border: 1px solid #cef4d2;
	background-color: #ecffee;
	padding: 20px;
	width: 560px;
	margin-bottom: 20px;
}
.Branding {
	margin-bottom: 20px;
	width: 600px;
}
