@charset "utf-8";
/* CSS Document */

body {
background-color:white;
color:black;
font-family:Arial,Helvetica,Verdana,sans-serif;
font-size:small;
line-height:125%;
}
p {
}
td {
}
a:link {
color:#E34197;
text-decoration:none;
}
a:visited {
color:#E34197;
text-decoration:none;
}
a:hover {
color:purple;
text-decoration:none;
}
a:active {
color:#E34197;
text-decoration:none;
}
.headings {
color:#E34197;
font-family:Arial,Helvetica,Verdana,sans-serif;
font-size:x-large;
font-weight:bolder;
line-height:100%;
text-decoration:none;
}
.subheadings {
font-weight:bolder;
}
.underline {
text-decoration:underline;
}
.clear {
	clear: both;
}

.error 
{
	color:#ff0000;
}

td 		
{
	vertical-align:middle;
	padding:5px;
	border-bottom:1px solid #ececec;
}


.error_box
{
	padding: 5px;
	border: 1px dotted #ff0000;
	background:#FFE0E0;
	color: #ff0000;
}
	
