/* CSS Document */

/*Betty*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-bottom:2px;
	margin-top:7px;
	}

.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	line-height: 120%;
	
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
.bodytextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-style: italic;
}
.bodytextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #B37C93;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #B37C93;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
}
a:visited {
	color: #B37C93;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
INPUT.button
{
    FONT-SIZE: 10px;
    FONT-FAMILY: font-family: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #B3E2D8;
    width:75px;
}
