body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
}

.textlinks {
	font-family: arial;
	font-size: 11px;
	color:#000000;
}

.textlinks a {
	font-family: arial;
	font-size: 11px;
	color:#000000;
}

.textlinks a:hover {
	color: #db2317;
}

.textlinks a:visited {
	color: #db2317;
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
}

.header {
	font-size: 18px;
	color: #1c3f93;
	font-weight: bold;
	text-decoration: underline;
}
.header2 {
	font-size: 15px;
	color: #1c3f93;
	font-weight: bold;
}
.name {
	font-weight: bold;
	color: #FF0000;
}

.smalltext {
	font-size: 11px;
	color: #2952a4;
}

.error{
	background-color:#FF0000;
	color:#FFFFFF;
	text-align:center;
}

.bold {
  font-weight: bold;
}