body {

	font-family: verdana;
	font-size: 10pt;
	color: #000000;	
}

h3 {
        background: #ffffcc;
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 14pt;
}

.disabled {
        background: #ffffcc;
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 8pt;
		color: #999999;
}

.formHeading {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.formHeadingRed {
	font-family: verdana;
	font-size: 11px;
	color: #ff0000;
}

.formHeadingBlue {
	font-family: verdana;
	font-size: 11px;
	color: #0000ff;
}

.whiteLink {
	font-family: verdana;
	font-size: 8px;
	color: #ffffff;
	text-decoration:underline;
}

.warning {
	font-family: verdana;
	font-size: 14px;
	color: #ff0000;
	text-decoration:blink;
}

.formPersonal {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}

.formAddress {
	font-family: verdana;
	font-size: 8pt;
	color: #0000ff;
}

.td_list {
        background: #ffffcc;
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 8pt;
		bgcolor:	#ffff99;
		bordercolor: #00ff00;
}

.td_day1 {
        background: #0000ff;
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 8pt;
		color: #FFFFFF;
		bgcolor:	#0000ff;
		bordercolor: #00ff00;
}

.redtext {
        /* background: #ffffff; */
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 8pt;
		color:	#ff0000;
		bordercolor: #00ff00;
}

.oneline {
		
		color :#3300CC;
}

/* FormBuilder */
    .fbsmall {
        background: #ffffcc;
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 6pt;
    }

    .fb {
        background: #ffffcc;
        font-family: tahoma,verdana,arial,sans-serif;
        font-size: 8pt;
    }

    .fb_label {
        text-align: center;
        #padding-right: 1em;
		background: #ffcccc;
    }

    .fb_comment {
        font-size: 8pt;
        font-style: italic;
    }

    .fb_submit {
        text-align: center;
		color:	#ffffff;
		background: #000000;
    }

    .fb_required {
        font-weight: bold;
    }

    .fb_invalid {
        color: #cc0000;
        font-weight: bold;
    }

    .fb_error {
        color: #cc0000;
        font-style: italic;
    }