/* CSS Document */

* {
	font-size:12px;
	font-family:verdana;
}
a.footer {	
	color:gray;
	text-decoration:none;
}
a.footer:hover {	
	color:black;
	text-decoration:none;
	background-color:white;
}
.content a {
	color:red;
}
.content a:hover {
	background-color:red;
	color:white;
}
a img {
	border:0px;
}
.content {
	line-height:18px;
	padding-left:25px;
	text-align:justify;
}
.bottomborder {
	border-bottom:1px solid #c1c1c1;
}
h1 {
	margin:0px;
}
div.error{
	border:1px dotted red;
	background-color:#ffeded;
	padding:7px;
	color:red;
}
div.success{
	border:1px dotted #2ec200;
	background-color:#edffe8;
	padding:7px;
	color:black;
}
span.content {
	padding-left:15px;
	text-align:left;
	margin-top:15px;
}