.Dotted {
	border: 1px dotted #e0e0e0;
}

.Dotted_Right {
	border-right: 1px dotted #e0e0e0;
}

.Dotted_Top {
	border-top: 1px dotted #e0e0e0;
}

form {

	padding: 0px;
	margin: 0px;
}

BODY,TD {

	FONT-FAMILY: Arial, Verdana;
	FONT-SIZE: 11px;
	COLOR: #333333;

	cursor: default;
}

.Justified {
	text-align: justify;
}

.Section {

	FONT-FAMILY: Tahoma, Verdana, Arial;
	FONT-SIZE: 20px;
	COLOR: #DA0253;
}

.Title {

	FONT-FAMILY: Tahoma, Verdana, Arial;
	FONT-SIZE: 20px;
	COLOR: #FFFFFF;
}


.Underlined {

	border-bottom: 1px solid #DA0253;
	color: #ffffff;
	height:15px;

}

A {
	text-decoration: none;
	color: #990000;
}

A:Link {

	text-decoration: none;
	color: #990000;
}

A:Hover {

/*	text-decoration: none; */
	color: #990000;
}

INPUT, SELECT, TEXTAREA {

	font-family: Arial, Verdana;
	font-size:11px;
	color: #555555;

	border: 0px solid;
}
